Follow Discord
Sweep 22 Sep 2026 · 17:19Z Build v2.1.280 501 read Stable v2.1.267 Latest v2.1.280 Next v2.1.280 Feeds RSS JSON llms.txt Unofficial
Claude Code v2.1.268 ·

Artifact-store write guidance now distinguishes types with vs. without endpoints

Artifact write guidance now tells the model plainly when a type has no writable store at all

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.268,
You'll notice No documentation found

Artifact write guidance now tells the model plainly when a type has no writable store at all

What

When an Artifact (a piece of generated content Claude Code manages, like a shared document or canvas) declares a shared store, Claude Code gives the model guidance on how to write to it. That guidance now takes into account whether the artifact's type actually declares any endpoints (ways to write to the store). If it doesn't, the model is now told plainly that no store-write call is available for that type, rather than being pointed toward run_script as a possible option regardless.

Why

This stops the model from being nudged toward trying run_script to write to a store when that path doesn't actually exist for the artifact's type, avoiding wasted or confused attempts.

Read from
Names in the bundlerun_script

See this entry in the whole of v2.1.268 →

Feedback