Review of "Claude Usage Panel" version 1.2.2 (1)

Details Page Preview

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.

Extension Homepage
https://github.com/fschmutz/claude-usage-panel

No comments.

FAQ

Files

Note: Binary files aren't shown on the web site. To see all files, please download the extension zipfile.

Shexli (experimental) warning 2

Shexli found 2 issues that may need reviewer attention.

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()`.

File Operations

  • 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']

All Versions

Version Status
1.2.2 (1) Unreviewed