Group of 3 Under the hood
Usage-limit warnings can now say the limit applies to a channel, not just the whole organization
What
- A new
overageScope: "channel"field was added to rate-limit/overage status, read from theanthropic-ratelimit-unified-overage-scoperesponse header when it equalschannel, replacing a boolean overage flag derived from a single header. - The usage/spend-limit warning text now branches on this scope, showing "channel's monthly spend limit" or "channel's monthly usage limit" instead of the general org-wide message when the scope applies.
Why Lets Claude Code tell users precisely which quota is running low or exhausted, a shared channel's limit versus the whole organization's, so the warning is more actionable.