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 asset read/delete permission check refactored to a shared helper

Artifact asset read/delete permission checks now go through a shared internal helper

TierUnder the hoodhow much it should matter to you
Useful1my rating, 1 to 5
Signal0worth watching, 1 to 5
AreaArtifactswhat it touches
KindInternal Changesin v2.1.268,
Under the hood

Artifact asset read/delete permission checks now go through a shared internal helper

What

The check that decides whether you're allowed to read or delete an artifact asset was rewired to use a shared internal helper function instead of a separate inline lookup, and this helper now throws its denial directly rather than returning a value to be checked.

Why

This is an internal consistency change. It should not change what gets allowed or denied, but centralizes the logic so read and delete checks behave the same way.

See this entry in the whole of v2.1.268 →

Feedback