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.207 Home All releases olderv2.1.206 v2.1.208newer
Claude Code v2.1.207

Payment Amount Input: Validated Text Field

The credit purchase amount input has been redesigned from a filtered numeric text field to a validated text field with inline error feedback. Amounts must be entered as 20 or 20.50; a separate "Confirm amount" dialog now requires typing yes to confirm a billing action.

Evidence

Amount validator returning "Enter an amount like 20 or 20.50" (search for "Enter an amount like 20 or 20.50") and new confirmation dialog (search for "Confirm amount")

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.207 →