tui: update session navigation help text to be more descriptive

pull/6319/head
Dax Raad 2025-12-31 18:47:56 -05:00
parent 8d8f544ccf
commit 66522fc514
1 changed files with 2 additions and 2 deletions

View File

@ -1729,8 +1729,8 @@ function Task(props: ToolProps<typeof TaskTool>) {
</Show>
</box>
<text fg={theme.text}>
{keybind.print("session_child_cycle")}, {keybind.print("session_child_cycle_reverse")}
<span style={{ fg: theme.textMuted }}> to navigate between subagent sessions</span>
{keybind.print("session_child_cycle")}
<span style={{ fg: theme.textMuted }}> view subagents</span>
</text>
</BlockTool>
</Match>