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.232 Home All releases olderv2.1.231 v2.1.233newer
Claude Code v2.1.232

Live-document artifact support is present but switched off

Not switched on
Useful2 Signal5
Artifacts Notable

A complete live-document artifact mode exists but its module is never assigned, so nothing runs.

live_doc schema, prompts, refusals and collaboration arming are all present but unreachable through a null module reference.

What

The artifact tool carries a full set of branches for a live-document mode: an extra live_doc schema field, its own summary and description text, refusal messages, a consent clause appended to the publish prompt, classifier tokens, and collaboration arming. All of it is reached through an optional module reference that is initialised to null and never assigned anywhere in this build, so none of these paths can run.

Details
  • The publish response parser separately learned to accept a server-supplied kind string, but only when it matches a strict pattern.
  • Nothing in this build turns the module on, so whether it ever activates depends on a future release rather than a setting you can flip.
Evidence

LIVE_DOC_SUMMARY, LIVE_DOC_FIELD_DESCRIBE

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