From 6d807b9e63c1db31fe4e33b8ddc68f37fda6ec08 Mon Sep 17 00:00:00 2001 From: Dax Raad Date: Sat, 28 Mar 2026 01:19:50 -0400 Subject: [PATCH] refactor(prompt): remove variant cycle display from footer --- packages/opencode/src/cli/cmd/tui/component/prompt/index.tsx | 5 ----- 1 file changed, 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 f6ac9660d30b..29e09f64c74f 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) { )} - 0}> - - {keybind.print("variant_cycle")} variants - - {keybind.print("agent_cycle")} agents