anomalyco / anomalyco/opencode
[FEATURE]: Add persistent ui.sidebar.enabled config to disable Context sidebar
Open
@simonklee is already working on this.
Since Aug 1, 2026.
- Dominant language
- TypeScript
- Stars
- 209k
- Forks
- 27.5k
- PR merge metrics
- PR metrics pending
Description
The Context sidebar in the opencode TUI keeps reappearing after restart. There's no persistent configuration option to disable it.
Requested feature:
Add a config option in opencode.json:
{
"ui": {
"sidebar": {
"enabled": false
}
}
}
Current behavior:
- Sidebar toggles with
Ctrl+Bbut resets on restart - No
ui.sidebar.enabledoption in config schema - Context panel (from FlowDeck's context-steward skill) persists across sessions
Expected behavior:
- Setting
ui.sidebar.enabled: falsekeeps sidebar hidden permanently - Respects user preference across restarts
Environment:
- opencode version: [run
opencode --version] - OS: Linux
- Config: project-level
opencode.json
- I have searched existing issues and confirmed this feature has not been suggested before
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.