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

Artifact read permission checks hardened against a check-time race, and support multi-file save messaging

Artifact file reads now detect a permission check that changed mid-flight, and report multi-file saves

TierYou'll noticehow much it should matter to you
Useful2my rating, 1 to 5
Signal1worth watching, 1 to 5
AreaArtifactswhat it touches
KindBug Fixesin v2.1.275,
You'll notice

Artifact file reads now detect a permission check that changed mid-flight, and report multi-file saves

What

When Claude Code checks permission for reading a file from an artifact (via read_file/read_asset), it now detects if a file-edit safety check or an "ask" permission rule for one of the destination files changed while the permission check was in progress. If that happens, the read is denied with a message explaining that nothing was read and to retry, rather than proceeding based on stale information.

  • The permission-request wording also now distinguishes saving multiple files at once ("save N files ... to ...") from the existing single-file wording.
Why

This closes a race condition where a permission decision could be based on outdated information about a file's safety status, and makes the messaging clearer when several files are being saved from an artifact in one request.

See this entry in the whole of v2.1.275 →