I built a menu-bar utility for Claude Code users who want to view their remaining token headroom without checking the web dashboard. It polls the Anthropic usage API (not the chat API, so no tokens are spent) and displays your remaining capacity with burn-rate indicators.<p><pre><code> v1.3 adds do...
Stories by rajish
I got tired of Claude cutting me off mid-task with little or no warning
(when using opencode). Built a macOS menu bar app that shows exactly
where you stand.<p>Shows 5h and 7d headroom as a percentage with color-coded thresholds.
Burn rate arrows (→ ↗ ⬆) so you know if you're coasting or spr...