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

Commands carrying allowed_domains now force an 'ask' via the auto-mode classifier

Commands with allowed_domains now always prompt for approval instead of being auto-allowed

TierYou'll noticehow much it should matter to you
Useful2my rating, 1 to 5
Signal2worth watching, 1 to 5
AreaSandbox Networkwhat it touches
KindImprovementsin v2.1.268,
You'll notice

Commands with allowed_domains now always prompt for approval instead of being auto-allowed

What

When a tool call is restricted to a sandbox network list and carries allowed_domains under the relevant sandbox mode, Claude Code's permission check now forces the decision to "ask" rather than letting an allow rule or hook approve it silently. The message explains that allow rules and hook approvals cover the command itself but not the specific hosts it's allowed to reach, and that only the auto-mode classifier can approve the allowed_domains list.

Why

This closes a gap where a command could be pre-approved without the specific network hosts it's allowed to contact also being vetted, ensuring host access still goes through the classifier meant to review it.

Read from
Names in the bundleallowed_domains
Since it was published

The entry above is what we published on the day. These lines were added later, as Anthropic's own pages caught up, and they sit beside the original rather than replacing it.

Confirmed since Anthropic's documentation has since written up allowed_domains, on Claude Code changelog. * Added per-command `allowed_domains` to Bash, PowerShell and Monitor in auto mode with sandboxing: the hosts a command needs are reviewed with it and opened for it alone; other hosts are refused changelog see the edit
How sure we are
One source agreesOne thing we can check says the same as this entry.
Anthropic's documentation agreesAnthropic's documentation has since written up allowed_domains, on Claude Code changelog.

See this entry in the whole of v2.1.268 →

Feedback