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

Credits Balance API: Graceful Handling When Amount is Missing

The prepaid credits balance fetch now checks whether the amount field in the API response is a number before using it. If the field is absent (for example, on accounts or regions where the endpoint is not supported), the fetch returns null and records a not_supported telemetry event rather than passing undefined through to the balance display.

Evidence

guard added before ke("api_prepaid_balance_fetch") (search for "not_supported" in prepaid balance fetch context)

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 →