fix(tui): align subagent navigation copy (#37319)
Co-authored-by: Kit Langton <kit.langton@gmail.com>
This commit is contained in:
parent
4829308f2d
commit
06a2592836
1 changed files with 4 additions and 4 deletions
|
|
@ -767,20 +767,20 @@ export function Session() {
|
|||
},
|
||||
},
|
||||
{
|
||||
title: "Next child session",
|
||||
title: "Next subagent",
|
||||
name: "session.child.next",
|
||||
category: "Session",
|
||||
hidden: true,
|
||||
enabled: !!session()?.parentID,
|
||||
run: () => unavailable("Sibling session navigation"),
|
||||
run: () => unavailable("Subagent navigation"),
|
||||
},
|
||||
{
|
||||
title: "Previous child session",
|
||||
title: "Previous subagent",
|
||||
name: "session.child.previous",
|
||||
category: "Session",
|
||||
hidden: true,
|
||||
enabled: !!session()?.parentID,
|
||||
run: () => unavailable("Sibling session navigation"),
|
||||
run: () => unavailable("Subagent navigation"),
|
||||
},
|
||||
])
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue