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 ·

Auto-mode classifier: skipped/unrecognized results can now retry instead of always blocking

Auto-mode classifier can now retry via a callback instead of always blocking on unavailable results

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.269,
Under the hood

Auto-mode classifier can now retry via a callback instead of always blocking on unavailable results

What

The function that evaluates the safety classifier's results now accepts a callback. When the server's result was skipped or the classifier's response type isn't recognized, it now invokes that callback instead of automatically falling back to the "blocking for safety" response.

Why

Previously, any skipped or unrecognized classifier result meant the action was blocked outright. Now there's a path to retry or handle that case differently, which can reduce unnecessary blocking when the classifier result is simply missing or malformed rather than genuinely unsafe.

See this entry in the whole of v2.1.269 →