[PR #6955] feat: add config option for sidebar default state #12174

Open
opened 2026-02-16 18:17:06 -05:00 by yindo · 0 comments
Owner

Original Pull Request: https://github.com/anomalyco/opencode/pull/6955

State: open
Merged: No


Adds a new tui.sidebar config option to set the sidebar's initial state. Accepts "auto" (default), "show", or "hide".

  • Config provides initial default before user interaction
  • User toggles via keybind are stored in KV and take precedence
  • Priority: KV store > config.tui.sidebar > "auto"

Closes #3682

**Original Pull Request:** https://github.com/anomalyco/opencode/pull/6955 **State:** open **Merged:** No --- Adds a new `tui.sidebar` config option to set the sidebar's initial state. Accepts "auto" (default), "show", or "hide". - Config provides initial default before user interaction - User toggles via keybind are stored in KV and take precedence - Priority: KV store > config.tui.sidebar > "auto" Closes #3682
yindo added the pull-request label 2026-02-16 18:17:06 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: anomalyco/opencode#12174