[FEATURE REQUEST] Sticky/pinned header that persists during long conversations
Preflight Checklist
- [x] I have searched existing requests and this feature hasn't been requested yet
- [x] This is a single feature request (not multiple features)
Problem Statement
The header that displays the Claude mascot, Claude Code version, model info, and
session details disappears as the conversation scrolls. In long sessions, this
context is lost.
Request: Make the header sticky/pinned so it remains visible at the top of the
terminal regardless of conversation length.
Why: It's useful to have persistent visibility into which model is active, the
current session info, and version — especially during long working sessions where you
might forget what configuration you're running.
Proposed Solution
Possible approaches:
- A terminal UI sticky header (similar to how tools like htop or lazygit handle fixed
headers)
- A configurable option like "stickyHeader": true in settings
- A minimal status bar showing model + version
Alternative Solutions
_No response_
Priority
Low - Nice to have
Feature Category
Configuration and settings
Use Case Example
_No response_
Additional Context
_No response_
This issue has 3 comments on GitHub. Read the full discussion on GitHub ↗