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.267 ·

Artifacts gain an asset store (upload/list/read/delete)

Artifacts with an assets capability now support uploading, listing, reading, and deleting stored files

TierNothing to try yethow much it should matter to you
Useful5my rating, 1 to 5
Signal4worth watching, 1 to 5
AreaArtifactswhat it touches
KindIn Developmentin v2.1.267,
Nothing to try yet Notable

Artifacts with an assets capability now support uploading, listing, reading, and deleting stored files

What

The Artifact tool now documents four new actions for artifacts whose page declares an assets capability:

  • upload_asset — push a local file into the artifact's asset store
  • list_assets — enumerate what's stored
  • read_asset — pull a stored file back down to disk
  • delete_asset — remove a stored file
Why

This gives an artifact its own persistent file storage that Claude can manage directly, useful for artifacts that need to keep data, uploads, or generated files around between sessions rather than only living in the page itself.

Read from
Names in the bundleassets
What the documentation says

See this entry in the whole of v2.1.267 →