Browse Source

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

Dax 3 weeks ago
parent
commit
81eb6e670b
1 changed files with 0 additions and 5 deletions
  1. 0 5
      packages/opencode/src/cli/cmd/tui/component/prompt/index.tsx

+ 0 - 5
packages/opencode/src/cli/cmd/tui/component/prompt/index.tsx

@@ -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>