summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--packages/opencode/src/cli/cmd/tui/component/prompt/index.tsx5
1 files changed, 0 insertions, 5 deletions
diff --git a/packages/opencode/src/cli/cmd/tui/component/prompt/index.tsx b/packages/opencode/src/cli/cmd/tui/component/prompt/index.tsx
index f6ac9660d..29e09f64c 100644
--- a/packages/opencode/src/cli/cmd/tui/component/prompt/index.tsx
+++ b/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>