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

New ask-rule fallback logic in tool permission checks

Permission checks gain a new fallback path that can surface an ask decision where none existed before.

TierUnder the hoodhow much it should matter to you
Useful2my rating, 1 to 5
Signal2worth watching, 1 to 5
AreaPermissionswhat it touches
KindImprovementsin v2.1.260,
Under the hood

Permission checks gain a new fallback path that can surface an ask decision where none existed before.

Tool permission checks gain a new fallback path for ask-rule decisions. One helper produces an implicit "ask" decision from ruleTargetInput when no explicit rule is supplied, and another composes deny/ask precedence with a caller-supplied override. checkPermissions now consults this fallback via Ntn(R, D, n.ruleTargetInput) after existing deny/ask rule lookups return nothing, so tools that previously had no matching ask rule can now still surface an ask decision through this path.

See this entry in the whole of v2.1.260 →

Feedback