Skip to content

Commit 81eb6e6

Browse files
authored
refactor(prompt): remove variant cycle display from footer (anomalyco#19489)
1 parent 8446719 commit 81eb6e6

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

  • packages/opencode/src/cli/cmd/tui/component/prompt

packages/opencode/src/cli/cmd/tui/component/prompt/index.tsx

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1189,11 +1189,6 @@ export function Prompt(props: PromptProps) {
11891189
)}
11901190
</Match>
11911191
<Match when={true}>
1192-
<Show when={local.model.variant.list().length > 0}>
1193-
<text fg={theme.text}>
1194-
{keybind.print("variant_cycle")} <span style={{ fg: theme.textMuted }}>variants</span>
1195-
</text>
1196-
</Show>
11971192
<text fg={theme.text}>
11981193
{keybind.print("agent_cycle")} <span style={{ fg: theme.textMuted }}>agents</span>
11991194
</text>

0 commit comments

Comments
 (0)