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

Artifacts guidance: new browser-storage instructions for pages

Artifact guidance now warns that browser storage in pages is per-device and never syncs or is visible to Claude

TierUnder the hoodhow much it should matter to you
Useful1my rating, 1 to 5
Signal1worth watching, 1 to 5
AreaArtifactswhat it touches
KindInternal Changesin v2.1.271,
Under the hood

Artifact guidance now warns that browser storage in pages is per-device and never syncs or is visible to Claude

What

Guidance text used when Claude builds artifact pages (in the artifacts/Claude Design prompt material) now explains browser storage mechanisms — localStorage, sessionStorage, and IndexedDB. It states that these are:

  • per-origin (tied to that specific page's address)
  • persistent across republishes of the same artifact
  • never synced across different viewers, devices, or back to Claude
  • prone to failing in private/incognito windows or during thumbnail capture

The guidance says this storage should only be used for small per-viewer conveniences, like a remembered tab, filter, collapsed section, or unsent draft, wrapped in try/catch, and never for state that must persist reliably or be shared or read back by Claude.

Why

This steers Claude away from relying on browser storage for anything important in an artifact page, since it can silently fail or vanish for different viewers, and toward using it only for minor convenience features.

See this entry in the whole of v2.1.271 →