fix(tui): align subagent navigation copy (#37319)
Co-authored-by: Kit Langton <kit.langton@gmail.com>
This commit is contained in:
co-authored by
Kit Langton
parent
4829308f2d
commit
06a2592836
@@ -767,20 +767,20 @@ export function Session() {
|
|||||||
},
|
},
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "Next child session",
|
title: "Next subagent",
|
||||||
name: "session.child.next",
|
name: "session.child.next",
|
||||||
category: "Session",
|
category: "Session",
|
||||||
hidden: true,
|
hidden: true,
|
||||||
enabled: !!session()?.parentID,
|
enabled: !!session()?.parentID,
|
||||||
run: () => unavailable("Sibling session navigation"),
|
run: () => unavailable("Subagent navigation"),
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "Previous child session",
|
title: "Previous subagent",
|
||||||
name: "session.child.previous",
|
name: "session.child.previous",
|
||||||
category: "Session",
|
category: "Session",
|
||||||
hidden: true,
|
hidden: true,
|
||||||
enabled: !!session()?.parentID,
|
enabled: !!session()?.parentID,
|
||||||
run: () => unavailable("Sibling session navigation"),
|
run: () => unavailable("Subagent navigation"),
|
||||||
},
|
},
|
||||||
])
|
])
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user