From d1f114ca1f52412f3fe2abaa7cddc30a2a1fffea Mon Sep 17 00:00:00 2001 From: Aiden Cline Date: Mon, 22 Dec 2025 17:52:23 -0600 Subject: [PATCH] add sidebar binding --- packages/opencode/src/cli/cmd/tui/component/prompt/index.tsx | 5 +++++ 1 file changed, 5 insertions(+) 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 180597c25..9278fb1ef 100644 --- a/packages/opencode/src/cli/cmd/tui/component/prompt/index.tsx +++ b/packages/opencode/src/cli/cmd/tui/component/prompt/index.tsx @@ -1007,6 +1007,11 @@ export function Prompt(props: PromptProps) { {keybind.print("agent_cycle")} switch agent + + + {keybind.print("sidebar_toggle")} sidebar + + {keybind.print("command_list")} commands