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 ·

Artifact ref resolution now tolerates missing read version for attached frames

Artifact ref resolution no longer fails outright when a read version is missing for an attached frame

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 ref resolution no longer fails outright when a read version is missing for an attached frame

What

The internal helper that resolves an artifact's current frame URL and version, used when cross-referencing artifact reads, used to return nothing whenever a read version was missing. Now it only returns nothing in that case if the matching frame's key doesn't start with the "attached:" prefix; otherwise it returns the reference without a version field.

Why

This lets artifact references for attached frames still resolve even when no read version is recorded for them, instead of being dropped entirely.

See this entry in the whole of v2.1.271 →