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.229 Home All releases olderv2.1.228 v2.1.231newer
Claude Code v2.1.229

Artifact guidance is clearer about file downloads

You'll notice
Useful2 Signal1
Artifacts

Artifact guidance now says static pages can't hand you a file to save.

What

The wording for what an artifact can and cannot do now lists handing the viewer a file to save among the things static HTML cannot provide, and the error you get when publishing an unservable supporting file explains what supporting files are for.

Details
  • The rejection now spells out that neither a served file nor a data:/blob: link gives the viewer a file, because downloads started by the page are blocked.
  • Applies to the runtime-capability description and the prototype/template guidance.
Evidence

Supporting files are assets the page itself loads

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