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

Artifact read guard: treat never-published artifacts as OK to proceed

Artifact reads for never-published artifacts now proceed instead of failing when guarded

TierUnder the hoodhow much it should matter to you
Useful1my rating, 1 to 5
Signal1worth watching, 1 to 5
AreaArtifact Publishwhat it touches
KindBug Fixesin v2.1.277,
Under the hood

Artifact reads for never-published artifacts now proceed instead of failing when guarded

What

When Claude Code tries to read an artifact (a generated file such as a document or piece of code shown alongside the chat) and that read fails in a specific, recognized way while running under a client_guard route, it no longer treats this as a hard failure. Instead it logs an event called artifact_guard_autoread with the mode proceed_never_published, and lets the operation continue.

Why

An artifact that was never published yet can look like a failed read even though nothing is actually wrong. This change stops that specific case from blocking the flow unnecessarily.

See this entry in the whole of v2.1.277 →

Feedback