[PR #7798] feat(tui): add header visibility toggle #12514

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

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

State: closed
Merged: No


Add option to toggle session header visibility in TUI. Fixes #7536

The header shows session title, token usage, and cost at the top of the session view. Users can now hide it via command panel (ctrl+p).

Changes:

  • Added header_visible config stored in KV
  • Added "Hide header/Show header" command in Session category

How to test:

  1. Run opencode and start a session
  2. Press ctrl+p to open command palette
  3. Search "header" or browse to Session category
  4. Select "Hide header" to toggle visibility
**Original Pull Request:** https://github.com/anomalyco/opencode/pull/7798 **State:** closed **Merged:** No --- Add option to toggle session header visibility in TUI. Fixes #7536 The header shows session title, token usage, and cost at the top of the session view. Users can now hide it via command panel (ctrl+p). **Changes:** - Added `header_visible` config stored in KV - Added "Hide header/Show header" command in Session category **How to test:** 1. Run `opencode` and start a session 2. Press `ctrl+p` to open command palette 3. Search "header" or browse to Session category 4. Select "Hide header" to toggle visibility
yindo added the pull-request label 2026-02-16 18:17:25 -05:00
yindo closed this issue 2026-02-16 18:17:25 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: anomalyco/opencode#12514