Skip to content

QuotaPane v1.1.0

Choose a tag to compare

@github-actions github-actions released this 29 Jul 03:46

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: N when
    the provider reports rate-limit reset credits. --json carries the same
    data as reset_credits (available / applicable_now).

Fixed

  • Claude per-model quotas are visible again, read from the provider's
    generalized limits array 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 --json still reports every bucket the
    provider sent. Note the JSON surface does change elsewhere in this
    release: reset_credits is 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