-
Notifications
You must be signed in to change notification settings - Fork 1
FAQ
Does it send my token anywhere? No. It reads your existing local token and calls Anthropic's official API with it. Nothing else, no telemetry. Cursor/ccusage run only when you enable them.
Why does it need to log out to install on Linux? Wayland loads new GNOME Shell extensions only at login. After the first install, updates also need a relog to take effect.
Why is cost separate from the percentages?
The official API exposes plan-limit percentages, not a dollar cost on subscription plans. Cost is
computed locally from your ~/.claude/projects/*.jsonl logs by ccusage.
Cursor shows dollars, not a percentage — why?
Cursor is usage-based. If your team sets a monthly spend limit, the panel shows a % gauge;
otherwise it shows spend.
Is there a menu-bar version for macOS?
Yes — a native SwiftUI app under macos/. See macOS.
Is it on extensions.gnome.org? Submission is in review. Until then, install from source or a release zip.