opencode icon indicating copy to clipboard operation
opencode copied to clipboard

feat: add config option for sidebar default state

Open marcelarie opened this issue 1 week ago • 3 comments

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

marcelarie avatar Jan 05 '26 15:01 marcelarie