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

Deny rules can be overridden for classifier-flagged tools in auto/sandboxed plan mode

Deny rules can now be bypassed for certain flagged tools when in auto mode or sandboxed plan mode

TierUnder the hoodhow much it should matter to you
Useful2my rating, 1 to 5
Signal3worth watching, 1 to 5
AreaPermissionswhat it touches
KindInternal Changesin v2.1.271,
Under the hood

Deny rules can now be bypassed for certain flagged tools when in auto mode or sandboxed plan mode

What

Claude Code's core permission check now has a narrow exception to its hard "deny" outcomes. A tool call that would normally be denied outright can instead fall through to further evaluation, but only when all of these are true:

  • the tool is one whose classifier marks it as "flag on block" rather than a hard block
  • the session is in auto mode, or in plan mode with sandboxing active
  • no explicit deny rule for it exists once always-deny rules from user, project, local, and session settings are excluded
Why

This lets tools that are only meant to be flagged (not hard-blocked) avoid being denied outright in auto or sandboxed-plan sessions, as long as no explicit deny rule actually applies to them.

See this entry in the whole of v2.1.271 →