Show Claude Code plan usage limits (current session, weekly all-models, and per-model like Fable) in the GNOME top bar, with a designed dropdown, severity colors, reset timers, and optional session cost via ccusage. Reads the local Claude Code OAuth token (read-only) and queries the official usage endpoint. Optional Cursor team-spend section via the Cursor Admin API.
Note: Binary files aren't shown on the web site. To see all files, please download the extension zipfile.
EGO-X-004 warning
extensions should avoid synchronous file IO in shell code
Shell code should avoid synchronous file IO APIs like `GLib.file_get_contents()` and `Gio.File.load_contents()`.
lib/claudeUsage.js:29
file.load_contents(null)
EGO-M-005 warning
metadata session-modes must be omitted when only user mode is declared
Field `session-modes` should be omitted when it only contains `user`.
metadata.json must be well-formed
metadata.json
session-modes=['user']
| Version | Status |
|---|---|
| 1.2.2 (1) | Unreviewed |