QuotaPane v1.1.0
Anthropic changed the shape of its usage response: per-model numbers moved
into a generalized limits array and the two older per-model fields now come
back empty — so the Claude per-model breakdown had quietly gone blank. This
release reads the new shape.
Added
- Codex reset credits. The Codex pane shows
resets available: Nwhen
the provider reports rate-limit reset credits.--jsoncarries the same
data asreset_credits(available/applicable_now).
Fixed
- Claude per-model quotas are visible again, read from the provider's
generalizedlimitsarray and labelled with the provider's own model
names. The older fields are still read as a fallback.
Changed
- The window hides per-model buckets you have never touched (providers
list every model on your plan, not just the ones you use). Hiding is a
display change only —quotapane-cli --jsonstill reports every bucket the
provider sent. Note the JSON surface does change elsewhere in this
release:reset_creditsis a new key, and per-model labels now use the
provider's display names.
Verify with the README's three verification commands.
Full Changelog: v1.0.0...v1.1.0