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.228 Home All releases olderv2.1.227 v2.1.229newer
Claude Code v2.1.228

Pasted text with exotic quote characters is cleaned up

You'll notice
Useful2 Signal1
Elsewhere

More curly and ornamental quote characters get cleaned up when you paste text.

What

Smart-quote normalization recognizes more double-quote lookalikes, including the ornamental and heavy quote characters, and now matches runs of two or more apostrophe lookalikes.

Details
  • Added characters include U+2E42, U+02F5/U+02F6, U+2034 and U+2037, U+2760 and the U+1F676 to U+1F678 ornaments.
  • The character class is now matched with a Unicode-aware regex.
Evidence

\u275D\u275E\u2760

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