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 ·

Auto-mode classifier now also skips its fast path when a tool declares per-call sandbox network lists

Auto-mode's classifier now runs on tools that declare per-call network allow/deny lists, instead of skipping them

TierUnder the hoodhow much it should matter to you
Useful1my rating, 1 to 5
Signal2worth watching, 1 to 5
AreaAuto Modewhat it touches
KindInternal Changesin v2.1.268,
Under the hood

Auto-mode's classifier now runs on tools that declare per-call network allow/deny lists, instead of skipping them

What

In accept-edits mode, Claude Code's auto-mode classifier normally has a fast path that lets certain tool calls through without full classification. That fast path now also checks whether a tool declares sandbox network lists (allow or deny lists of network hosts) for a given call. If it does, the call no longer takes the fast path and instead goes through the classifier as normal.

Why

This means tool calls that carry their own per-call network restrictions get properly reviewed by the classifier rather than being waved through automatically, which matters for anything that reaches out over the network.

See this entry in the whole of v2.1.268 →

Feedback