Files
kilocode/.changeset/collapsible-context-sidebar.md
T
Aarav 0abe474b6d feat(tui): make Context sidebar section collapsible (#11986)
The TUI session sidebar already lets Token Usage, Models, and Terminal
Bench 2.0 collapse on header click (▼/▶), but Context was always
expanded. Match the existing collapsible pattern so users can fold it
away when they want a less cluttered sidebar. When collapsed, the header
shows a one-line summary of percent used and total cost.
2026-07-29 11:52:54 +02:00

299 B

@kilocode/cli
@kilocode/cli
patch

Let the Context section in the TUI session sidebar collapse and expand on header click, matching the existing collapsible pattern used by Token Usage, Models, and Terminal Bench 2.0. When collapsed, the header shows a one-line summary of percent used and total cost.