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.248 Home All releases olderv2.1.247 v2.1.250newer
Claude Code v2.1.248

Live presence data from artifact pages is passed to Claude, tightly sanitized

You'll notice
Useful3 Signal5
Artifacts

Claude can see what viewers are doing in an artifact page, with cursors and identities stripped.

What

Artifact pages can now share a per-tab presence object (what viewers are doing in the page) and Claude sees it, after aggressive sanitizing. Cursor and identity fields are stripped, and the block is framed in the prompt as data produced by the page, not as instructions from your user.

Details
  • cursor and who are removed outright.
  • Rejected: prototype-polluting keys, non-finite numbers, lone surrogates, private-use code points and most format/control code points.
  • Hard caps on nesting depth, array length, key count, and a total size ceiling of 12288 bytes.
Evidence

Each presence object above is data the artifact page's own code shares with everyone viewing it, produced in your user's browser and not typed by them as a message

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