[PR #13244] feat(tui): add toggle to hide session header #14583

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

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

State: closed
Merged: Yes


image

Summary

  • Adds a Hide header / Show header toggle to the command palette
  • Preference persists across sessions via the KV store (header_visible)
  • When hidden, reclaims the vertical space used by the session title + token/cost bar

Follows the same pattern as the existing scrollbar, timestamps, thinking, and tool details toggles.

Test plan

  • Open the TUI and verify the header is visible by default
  • Open the command palette and run "Hide header" — header should disappear
  • Run "Show header" — header should reappear
  • Restart the TUI — preference should persist
**Original Pull Request:** https://github.com/anomalyco/opencode/pull/13244 **State:** closed **Merged:** Yes --- <img width="720" height="367" alt="image" src="https://github.com/user-attachments/assets/02353517-5d13-4d5f-86a3-210e792fc8df" /> ## Summary - Adds a **Hide header** / **Show header** toggle to the command palette - Preference persists across sessions via the KV store (`header_visible`) - When hidden, reclaims the vertical space used by the session title + token/cost bar Follows the same pattern as the existing scrollbar, timestamps, thinking, and tool details toggles. ## Test plan - [ ] Open the TUI and verify the header is visible by default - [ ] Open the command palette and run "Hide header" — header should disappear - [ ] Run "Show header" — header should reappear - [ ] Restart the TUI — preference should persist
yindo added the pull-request label 2026-02-16 18:19:22 -05:00
yindo closed this issue 2026-02-16 18:19:22 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: anomalyco/opencode#14583