[PR #6093] feat: add persistent sidebar overlay toggle in command palette (resolves #6086) #11732

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

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

State: open
Merged: No


This PR implements a second option for for resolving #6086 for users who prefer the sidebar not use an overlay or dim the actual session content.

Instead of a config file setting, this solution varians allows the toggling of the sidebar's overlay behavior directly from the command palette. The state persists to kv.json.

Changes:

  • Add sidebarOverlayEnabled signal persisted to kv.json (defaults to true)
  • Add sidebarOverlay toggle command in System category
  • Add optional sidebar_overlay_toggle keybind config (default: none)

This provides instant toggling without requiring restart/reload.

This PR and #6092 are meant as alternative options to one another for resolving #6086: only one or the other should be merged, but not both.

Resolves #6086.

**Original Pull Request:** https://github.com/anomalyco/opencode/pull/6093 **State:** open **Merged:** No --- This PR implements a second option for for resolving #6086 for users who prefer the sidebar not use an overlay or dim the actual session content. Instead of a config file setting, this solution varians allows the toggling of the sidebar's overlay behavior directly from the command palette. The state persists to kv.json. Changes: - Add sidebarOverlayEnabled signal persisted to kv.json (defaults to true) - Add sidebarOverlay toggle command in System category - Add optional sidebar_overlay_toggle keybind config (default: none) This provides instant toggling without requiring restart/reload. This PR and #6092 are meant as alternative options to one another for resolving #6086: only one or the other should be merged, but not both. Resolves #6086.
yindo added the pull-request label 2026-02-16 18:16:40 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: anomalyco/opencode#11732