Sweep 19 Sep 2026 · 02:36Z Build v2.1.278 500 read Stable v2.1.267 Latest v2.1.278 Next v2.1.278 Feeds RSS JSON llms.txt Unofficial
Claude Code v2.1.275 ·

Artifacts support uploading multiple files at once

A new asset_uploads (plural) feature lets Artifacts upload several files in one batch, with per-file results and a summary view

TierYou'll noticehow much it should matter to you
Useful2my rating, 1 to 5
Signal1worth watching, 1 to 5
AreaArtifactswhat it touches
KindImprovementsin v2.1.275,
Group of 3 You'll notice

A new asset_uploads (plural) feature lets Artifacts upload several files in one batch, with per-file results and a summary view

What

  • A new asset_uploads result type (alongside the existing singular asset_upload) supports uploading multiple files in one batch.
  • Each file in the batch is reported individually as uploaded (with id, url, size, content type, and sha256), failed, or not attempted, with a reason/message and an optional may_be_stored flag.
  • The UI now shows a summary line like "uploaded N of M files" followed by a per-file status list showing the URL, "not attempted", or "failed" for each file.
  • A new asset_uploads permission-scope entry was added alongside the existing singular asset_upload scope.

Why

This lets Artifacts upload several files in a single operation with clear per-file feedback, instead of requiring one upload call and result per file.

See this entry in the whole of v2.1.275 →