|
@@ -1007,6 +1007,11 @@ export function Prompt(props: PromptProps) {
|
|
|
{keybind.print("agent_cycle")} <span style={{ fg: theme.textMuted }}>switch agent</span>
|
|
{keybind.print("agent_cycle")} <span style={{ fg: theme.textMuted }}>switch agent</span>
|
|
|
</text>
|
|
</text>
|
|
|
</Show>
|
|
</Show>
|
|
|
|
|
+ <Show when={!wide()}>
|
|
|
|
|
+ <text fg={theme.text}>
|
|
|
|
|
+ {keybind.print("sidebar_toggle")} <span style={{ fg: theme.textMuted }}>sidebar</span>
|
|
|
|
|
+ </text>
|
|
|
|
|
+ </Show>
|
|
|
<text fg={theme.text}>
|
|
<text fg={theme.text}>
|
|
|
{keybind.print("command_list")} <span style={{ fg: theme.textMuted }}>commands</span>
|
|
{keybind.print("command_list")} <span style={{ fg: theme.textMuted }}>commands</span>
|
|
|
</text>
|
|
</text>
|