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 collaboration paths present but dead

Not switched on
Useful1 Signal4
Artifacts

Live-doc permission prompts and response fields exist in the artifact tool but never run.

liveDocCollab response fields and forced permission prompts route through a module only ever assigned null.

What

The artifact tool carries new live-document branches, including a liveDocCollab field on two response schemas and checks that force a permission prompt for live-doc inputs. Every one of them routes through a module reference whose only assignment in this build is null, so none of it runs.

Details
  • The permission rule key for such inputs would be extended with LIVE_DOC_CLASSIFIER_TOKEN.
Evidence

LIVE_DOC_CLASSIFIER_TOKEN

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 →