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

Permission decision helper marks 'promptless' outcomes with a reason string instead of boolean

Permission-prompt skip decisions now report a specific reason instead of yes/no

TierUnder the hoodhow much it should matter to you
Useful1my rating, 1 to 5
Signal1worth watching, 1 to 5
AreaPermissionswhat it touches
KindInternal Changesin v2.1.277,
Under the hood

Permission-prompt skip decisions now report a specific reason instead of yes/no

What

The internal function that decides whether a tool call can skip the permission prompt now returns one of three specific reasons instead of a plain true/false: "none", "artifact-tool", or "webfetch".

Why

This lets the code that consumes this decision know exactly why a permission prompt was or wasn't needed, rather than just whether it was, which supports more precise handling of each case.

See this entry in the whole of v2.1.277 →