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

Type-locked artifact reads can skip the raw-HTML disk save ("fresh read")

Artifact reads for type-locked artifacts can now return data without first writing it to disk

TierUse it nowhow much it should matter to you
Useful3my rating, 1 to 5
Signal3worth watching, 1 to 5
AreaArtifactswhat it touches
KindNew Featuresin v2.1.274,
Use it now Notable No documentation found

Artifact reads for type-locked artifacts can now return data without first writing it to disk

What

When an artifact (a file-like object Claude Code creates and manages, such as a document or piece of generated content) is "type-locked" and you own it but haven't yet saved your own files to it, reading it via artifact_bash can now compute a fresh summary directly instead of always writing a raw HTML copy to disk first. This path is controlled by feature flags (typeCatalogOn, typeCreateOn) and a new environment variable, CLAUDE_CODE_ARTIFACT_FRESH_READ.

Why

Skipping the unnecessary disk write for a fresh, unmodified artifact should make reads faster and avoid creating file copies that aren't needed yet.

Read from
Names in the bundleCLAUDE_CODE_ARTIFACT_FRESH_READ
How sure we are
One source agreesOne thing we can check says the same as this entry.
The name it cites is new in this buildNew in this build: CLAUDE_CODE_ARTIFACT_FRESH_READ

See this entry in the whole of v2.1.274 →