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

Overage-Disabled Reason Now Read from Error Body

Previously, when a credits_required error was returned, the overage-disabled reason was read only from the anthropic-ratelimit-unified-overage-disabled-reason response header or from a cached value. The parser now also extracts disabled_reason from the error body JSON, providing a more reliable source of the reason and reducing cases where the wrong message was shown.

Evidence

new field extraction (search for "credits_required" in the 429 error handler and the overageDisabledReason property)

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 →