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 a6ba797f33dd..0f876d7af2a3 100644 --- a/packages/opencode/src/cli/cmd/tui/component/prompt/index.tsx +++ b/packages/opencode/src/cli/cmd/tui/component/prompt/index.tsx @@ -1446,25 +1446,6 @@ export function Prompt(props: PromptProps) { )} - - - - {(item) => ( - - {[item().context, item().cost].filter(Boolean).join(" ยท ")} - - )} - - - - {keybind.print("agent_cycle")} agents - - - - - {keybind.print("command_list")} commands - - esc exit shell mode