Feature Request
What I see (right side panel):
The problem
The right-side status panel showing context/token/cost stats takes up a significant portion of the terminal width, especially on smaller screens. It reduces the space available for reading the conversation and code.
Proposed solution
Add a config option or keybind to:
- Hide the panel entirely (e.g., a toggle keybind or
tui.json setting like "stats_panel": "hidden")
- Resize the panel to make it narrower
- Auto-collapse option that only shows it on hover/focus
This would be especially useful for users on smaller terminal windows or laptop screens.
Feature Request
What I see (right side panel):
The problem
The right-side status panel showing context/token/cost stats takes up a significant portion of the terminal width, especially on smaller screens. It reduces the space available for reading the conversation and code.
Proposed solution
Add a config option or keybind to:
tui.jsonsetting like"stats_panel": "hidden")This would be especially useful for users on smaller terminal windows or laptop screens.