[PR #6092] feat: add config option to disable sidebar overlay mode (resolves #6086) #11730

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

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

State: closed
Merged: No


This PR adds a tui.sidebar_overlay configuration setting, providing one option for resolving #6086 for users who prefer the sidebar not use an overlay or dim the actual session content.

Changes:

  • Add tui.sidebar_overlay config option (default: true)
  • When set to false, sidebar aljways renders side-by-side with content instead of as an overlay.
  • Prevents dimming overlay behaviour for users who prefer persistent side-by-side layout
  • Addresses user preference for no dimming on narrow screens

This PR and #6093 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/6092 **State:** closed **Merged:** No --- This PR adds a `tui.sidebar_overlay` configuration setting, providing one option for resolving #6086 for users who prefer the sidebar not use an overlay or dim the actual session content. Changes: - Add tui.sidebar_overlay config option (default: true) - When set to false, sidebar aljways renders side-by-side with content instead of as an overlay. - Prevents dimming overlay behaviour for users who prefer persistent side-by-side layout - Addresses user preference for no dimming on narrow screens This PR and #6093 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
yindo closed this issue 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#11730