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 ·

Managed-settings deny/ask rules starting with '!' are now rejected with a warning

Managed-settings deny/ask rules starting with '!' are now dropped with a warning instead of applied

TierYou'll noticehow much it should matter to you
Useful2my rating, 1 to 5
Signal2worth watching, 1 to 5
AreaPermissionswhat it touches
KindBug Fixesin v2.1.269,
You'll notice

Managed-settings deny/ask rules starting with '!' are now dropped with a warning instead of applied

What

When Claude Code applies managed settings inherited from a parent process, deny or ask permission rules written like Read(...! or Edit(...! (an exception-style negation) are now filtered out, and a warning is logged explaining why. These rules only work to strip paths from earlier rules in a list, so when merged directly into policy they don't restrict anything.

Why

Without this change, such a rule could look like it was denying or restricting something when it actually had no effect once merged, creating a false sense of restriction. The warning tells users to write the deny rule without the exception syntax instead.

See this entry in the whole of v2.1.269 →