From 81eb6e670be1baef2413ea18c0e60f92eedbe09e Mon Sep 17 00:00:00 2001 From: Dax Date: Sat, 28 Mar 2026 01:21:16 -0400 Subject: [PATCH] refactor(prompt): remove variant cycle display from footer (#19489) --- 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 f6ac9660d3..29e09f64c7 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