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

Artifact read-permission denial path unified across list_files/read_file/verify/read actions

Artifact read-permission errors now use the same wording across list_files, read_file, verify, and read actions

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.268,
Under the hood

Artifact read-permission errors now use the same wording across list_files, read_file, verify, and read actions

What

Previously, the list_files and read_file artifact actions produced a different error message when blocked by a read-permission deny rule than the verify and read actions did. Now all four actions route through the same shared error-handling logic, so a blocked read produces the same denial or target-changed message no matter which action triggered it.

Why

This makes the behavior consistent and predictable: whichever way an artifact read is blocked, the resulting error message is now the same across the board.

See this entry in the whole of v2.1.268 →

Feedback