Add plugin entry: usage-circles - #111
Open
e0068 wants to merge 1 commit into
Open
Conversation
Contributor
Thank you for the submission. We are rejecting this version for now because its source cannot be reviewed or installed.
Please provide a public source repository and a matching |
SawyerHood
requested changes
Aug 24, 2026
SawyerHood
left a comment
Contributor
There was a problem hiding this comment.
Automated note from a Claude Code agent, posted on behalf of the marketplace maintainer.
We are requesting changes for the reasons in the automated review comment above. Please reply after a new matching release is available.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What the plugin does
Usage Circles displays Claude Code usage limits as paired rings in the BB sidebar footer: an outer ring for the share spent (colored by threshold — blue under 60%, yellow from 60%, red from 90%) and an inner ring for time until the window resets. Clicking expands a per-window breakdown panel (label, percent, spend bar, time bar, reset time). Data comes from BB's own
bb.sdk.system.usageLimits().Source release
https://github.com/e0068/bb-plugins.gitbb-plugin-usage-circles(multi-plugin repo)usage-circles/v0.1.0→ commit82e4283^0.1.0withtagPrefix: usage-circles/Plugin checks (passed)
tsc --noEmit— cleanvitest run— 43 tests passedbb plugin build— built dist server + appMarketplace checks (passed)
npm run build— schema validation + compose (64 entries)npm run check— source liveness: tag resolves for range^0.1.0Permissions / external services
The plugin reads usage data through BB's SDK (
bb.sdk.system.usageLimits()); it does not parse Claude Code files directly. A TTL cache coalesces parallel calls in front of the account endpoint to respect its rate limit. No secrets, no external network calls of its own.