Review of "Claude Usage Tracker" version 2

Details Page Preview

Track Claude API usage (5-hour session, 7-day weekly, per-model breakdown, cost tracking) in the GNOME top bar with configurable color thresholds.

Extension Homepage
https://github.com/xpertik/claude-usage-tracker-linux

No comments.

Diff Against

Files

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

Shexli (experimental) warning 3

Shexli found 3 issues that may need reviewer attention.

EGO027 warning

owned object references should be released in disable()

Owned references that are cleaned up in `disable()` should also be released with `null` or `undefined`.

Destroy all objects

  • extension.js:411
    this._settings = ext.getSettings()

EGO037 warning

Soup.Session instances should be aborted during cleanup

Soup.Session instances should be aborted during cleanup.

Soup.Session.abort

  • extension.js:412
    this._session = new Soup.Session()

EGO030 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

  • extension.js:102
    file.load_contents(null)
  • extension.js:137
    file.load_contents(null)
  • extension.js:366
    file.load_contents(null)
  • extension.js:390
    file.load_contents(null)

All Versions

Version Status
3 Unreviewed
2 Rejected
1 Rejected

Previous Reviews on this Version

jhonatanmt83 auto- rejected
Auto-rejected because of new version 3 was uploaded