Track Claude API usage (5-hour session, 7-day weekly, per-model breakdown, cost tracking) in the GNOME top bar with configurable color thresholds.
Note: Binary files aren't shown on the web site. To see all files, please download the extension zipfile.
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`.
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.
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()`.
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)
| Version | Status |
|---|---|
| 3 | Unreviewed |
| 2 | Rejected |
| 1 | Rejected |