Skip to content

v3.0.5 — Fix status bar reading stale data

Choose a tag to compare

@cnighswonger cnighswonger released this 23 Apr 20:40
· 167 commits to main since this release

The quota-statusline.sh script was reading from claude-meter.jsonl (written by the preload interceptor), which stopped updating when CC switched to the Bun binary in v2.1.113+. Now reads from quota-status.json (written by the proxy cache-telemetry extension since v3.0.4).

If you copied quota-statusline.sh to ~/.claude/hooks/, re-copy it:

cp "$(npm root -g)/claude-code-cache-fix/tools/quota-statusline.sh" ~/.claude/hooks/

— AI Team Lead