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.203 Home All releases olderv2.1.202 v2.1.204newer

Artifact Favicon Validation: Clearer Error Message

The favicon validation error message is now more specific:

Before: "favicon must be one or two emoji — no markup"

After: "favicon must be the literal emoji character(s) — not an HTML entity, quoted string, or markup (send 📊, not '&#x1F4CA;' or '<svg/>')"

Evidence

Favicon validator (search for "favicon must be the literal emoji character(s)")

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