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

Deny-by-rule tool responses now carry an explicit deniedByPermissionRule flag

Edit-tool permission denials now carry an explicit deniedByPermissionRule flag used to trigger a callback

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.269,
Under the hood No documentation found

Edit-tool permission denials now carry an explicit deniedByPermissionRule flag used to trigger a callback

What

When the Edit tool is denied by a permission rule, whether through the 'ask' or 'deny' behavior, the response now includes a deniedByPermissionRule: true field alongside the existing denial message and error code. This flag is read downstream to trigger an onPermissionDenial callback.

Why

This lets other parts of Claude Code specifically detect and react when an edit was blocked by a permission rule, rather than only having a generic denial message to work with.

See this entry in the whole of v2.1.269 →