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

Auto-mode safety classifier gets hard size/node budgets on output schemas

Auto mode's safety classifier now enforces separate hard limits on a tool schema's size and nesting depth

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

Auto mode's safety classifier now enforces separate hard limits on a tool schema's size and nesting depth

What

When Claude Code's auto mode decides whether a tool call needs your approval, it feeds the tool's output schema to a safety classifier. That schema is now checked against two separate hard limits, one on how many nodes it can expand into and one on its total byte size, each raising its own error when exceeded, instead of a single overall length check.

Why

This makes the safety classifier used in auto mode harder to overwhelm with an unusually large or deeply nested tool schema, since either limit alone can now stop an oversized schema before it reaches the classifier.

See this entry in the whole of v2.1.267 →