Просмотр исходного кода

tui: update session navigation help text to be more descriptive

Dax Raad 3 месяцев назад
Родитель
Сommit
66522fc514
1 измененных файлов с 2 добавлено и 2 удалено
  1. 2 2
      packages/opencode/src/cli/cmd/tui/routes/session/index.tsx

+ 2 - 2
packages/opencode/src/cli/cmd/tui/routes/session/index.tsx

@@ -1729,8 +1729,8 @@ function Task(props: ToolProps<typeof TaskTool>) {
             </Show>
             </Show>
           </box>
           </box>
           <text fg={theme.text}>
           <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>
           </text>
         </BlockTool>
         </BlockTool>
       </Match>
       </Match>