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 branches added to the artifact publishing tool

Not switched on
Useful2 Signal4
Artifacts

Artifact publishing gained live-document branches that only run if an optional module is present.

Live-document publishing paths exist but reach for a module whose presence is not visible in the build.

What

The artifact tool gained handling for live documents: its own permission description and summary, a classification marker, a refusal when a URL is supplied instead, and a creation path sent on publish. Every one of these reaches for the live-doc module optionally, so whether that module is present in this build is not visible from the code itself.

Details
  • All call sites are optional-chained, meaning they do nothing at all if the module is absent.
Evidence

LIVE_DOC_DESCRIPTION

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 →