opencode
opencode copied to clipboard
feat(tui): add header visibility toggle
Add option to toggle session header visibility in TUI. Fixes #7799
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_visibleconfig stored in KV - Added "Hide header/Show header" command in Session category
How to test:
- Run
opencodeand start a session - Press
ctrl+pto open command palette - Search "header" or browse to Session category
- Select "Hide header" to toggle visibility