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

Non-retryable HTTP status helper added

New helper marks most 4xx HTTP errors as non-retryable, except 401, 408, 409, 429, and 451

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

New helper marks most 4xx HTTP errors as non-retryable, except 401, 408, 409, 429, and 451

What

A new helper classifies HTTP status codes in the 400-499 range as non-retryable by default, with explicit exceptions for 401, 408, 409, 429, and 451, which remain retryable.

Why

This stops Claude Code from wasting time and requests retrying client errors that won't succeed on a retry (like a bad request), while still retrying the specific 4xx cases where a retry can plausibly help, like rate limiting (429) or a request timeout (408).

See this entry in the whole of v2.1.271 →