Source Intelligence

DisclaimerUnofficial, and not affiliated with Anthropic. Nearly all of this is read straight out of what ships: npm bundles, captured prompts, published docs. Anthropic's own notes go in verbatim, marked as theirs. The rest is my reading, and every entry carries the strings behind it. If one looks wrong, vote it down and say why.

All of v2.1.190 Home All releases olderv2.1.187 v2.1.191newer
Claude Code v2.1.190

Model-Scoped Rate Limits Returned by /status

The internal status endpoint (used by the IDE extensions and the API get_init_params call) now includes a model_scoped array inside the rate_limits object when the server emits per-model windows. Each entry has:

  • display_name — server-supplied label for the model bucket (e.g. "Fable")
  • utilization — fraction of the weekly window consumed, or null
  • resets_at — ISO-8601 timestamp of window reset, or null

This field is additive: it appears only when the server returns per-model data and the list is non-empty. It gives integrators visibility into Fable 5 usage separate from the aggregate weekly limit.

Evidence

new schema field (search for "Per-model weekly windows from the server limits[] array" or "model_scoped projection failed:")

Strings lifted out of the shipped bundle, so the claim above can be checked against them.

See this entry in the whole of v2.1.190 →