Visual progress bar for context usage with color gradient

Resolved 💬 2 comments Opened Mar 5, 2026 by cst-cego Closed Apr 2, 2026

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 status bar shows context usage as plain text (ctx 4%). This is easy to miss during long sessions and
doesn't give quick visual feedback on how much context remains. I often glance down and miss it entirely.

Proposed Solution

Replace (or augment) the text percentage with a visual progress bar that changes color as usage increases:

Opus 4.6 ctx [████░░░░░░░░░░░░░░░░] 12% → green
Opus 4.6 ctx [████████████░░░░░░░░] 58% → yellow
Opus 4.6 ctx [████████████████░░░░] 80% → orange
Opus 4.6 ctx [████████████████████] 98% → red

Color thresholds:

  • 0-50%: green
  • 50-75%: yellow
  • 75-90%: orange
  • 90-100%: red

Alternative Solutions

Currently I just watch the small text percentage, which is easy to overlook. No good workaround exists.

Priority

Low - Nice to have

Feature Category

Other

Use Case Example

Type UI / Status Bar

Additional Context

_No response_

View original on GitHub ↗

This issue has 2 comments on GitHub. Read the full discussion on GitHub ↗