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.246 Home All releases olderv2.1.245 v2.1.247newer
Claude Code v2.1.246

Artifact asset uploads accept text files and return a URL to use as-is

You'll notice
Useful3 Signal3
Artifacts

Claude can upload CSV, Markdown, JSON and text files into an artifact and link them by returned URL.

What

Claude can now upload CSV, Markdown, JSON and plain text files into an artifact's asset store, not just images, video, PDFs and fonts. The instructions also tell Claude to reference an uploaded file by the url returned in the result exactly as given, replacing the older relative _blob/{id} form.

Details
  • Only artifacts whose page declares the assets capability accept uploads.
  • This text appears only when the artifact asset-store section of the tool prompt is emitted, which is decided by the tool's own capability check rather than a named setting.
Evidence

text file (CSV, Markdown, JSON, plain text) into an existing artifact whose page declares the assets capability

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