Review of "Claude Code Quota" version 2

Details Page Preview

Shows your Claude Pro/Max quotas (5h session + weekly) in the GNOME top bar, via the api.anthropic.com/api/oauth/usage OAuth endpoint. Independent project, not affiliated with or endorsed by Anthropic.

Extension Homepage
https://gitlab.zeppelinlg.com/zeppelinlg/claude-quota

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)

Shexli did not find any issues.

All Versions

Version Status
2 Active
1 Active

Previous Reviews on this Version

zeppelinlg posted a review
Thanks for the review! I've made the requested changes: - Removed the this._indicator?.stop(); call (formerly line 498 in extension.js). - Renamed stop() to destroy(), with super.destroy() called at the end of the method. disable() now simply calls this._indicator?.destroy(). While testing this fix I also found and fixed an unrelated bug where the auto-refresh timer could get silently stuck after a short rate-limit backoff (429 with a short Retry-After), requiring a manual "Refresh now" click to recover. Both fixes are included in this updated package.
JustPerfection active