refactor(prompt): remove variant cycle display from footer (#19489)

pull/19491/head
Dax 2026-03-28 01:21:16 -04:00 committed by GitHub
parent 8446719b13
commit 81eb6e670b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 0 additions and 5 deletions

View File

@ -1189,11 +1189,6 @@ export function Prompt(props: PromptProps) {
)}
</Match>
<Match when={true}>
<Show when={local.model.variant.list().length > 0}>
<text fg={theme.text}>
{keybind.print("variant_cycle")} <span style={{ fg: theme.textMuted }}>variants</span>
</text>
</Show>
<text fg={theme.text}>
{keybind.print("agent_cycle")} <span style={{ fg: theme.textMuted }}>agents</span>
</text>