Status line context usage
- Date: 2026-07-16
- Commit:
feat(tui): add context usage items to statusline - Version cue:
0.11.1-alpha.4
The status line now has two new optional components for showing how much of your context window is being used.
Config
It looks like this:

Behavior details
- Numbers come from the
context_usagereported when a request finishes (on theMessageFinishedpath), then the status line refreshes. /resume(restoring a session) and/clear(clearing the current conversation) both reset the display — so you don't carry over an old percentage from a previous session.- Follows the same rules as other status line items: if you don't configure it, it doesn't show up. If you do configure it but we don't have data yet, the slot won't leave an empty line.
The total context window size still comes from your models.toml resolution (model_profiles → defaults → built-in). For reference, see models.toml and /context.