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

Session-scoped 'server classifier refused' latch drives permanent local fallback

Once the server refuses classification once, auto mode sticks to local classification for the rest of the session

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

Once the server refuses classification once, auto mode sticks to local classification for the rest of the session

What

Claude Code now remembers, for the rest of a session, if the server says it won't run server-side auto-mode classification (or silently drops the answer). The first time that happens, it's logged as a warning and a session-long flag is set so every later classification check goes straight to the local classifier instead of trying the server again.

Why

This avoids repeatedly asking a server that has already said no, and makes the fallback to local (billed) classification consistent and predictable for the rest of that session rather than flipping back and forth.

See this entry in the whole of v2.1.278 →

Feedback