feat(tui): go to parent keybind for subagents (#5762)

This commit is contained in:
Rohan Godha
2025-12-22 15:50:45 -05:00
committed by Aiden Cline
parent e79b9ad111
commit f30992001f
5 changed files with 30 additions and 0 deletions

View File

@@ -81,6 +81,9 @@ export function Header() {
<text fg={theme.text}>
<b>Subagent session</b>
</text>
<text fg={theme.text}>
Parent <span style={{ fg: theme.textMuted }}>{keybind.print("session_parent")}</span>
</text>
<text fg={theme.text}>
Prev <span style={{ fg: theme.textMuted }}>{keybind.print("session_child_cycle_reverse")}</span>
</text>