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 ·

New artifact-sharing state schema with size truncation

A new schema tracks artifact publish/share state, with a routine that trims it down when it grows too large

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

A new schema tracks artifact publish/share state, with a routine that trims it down when it grows too large

What

A new, large data schema now tracks artifact publishing and sharing state, covering things like mode, watch status, capabilities, and live document paths, organized by slug, path, and session. Alongside it, a new truncation routine trims this data when it exceeds size limits, by dropping capabilities, slicing arrays, and halving maps, and marks the result truncated: true whenever it had to cut anything.

Why

This keeps artifact sharing state within size limits automatically, while still marking when data was cut so consumers know the state they received is incomplete.

See this entry in the whole of v2.1.271 →