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

Retry logic now treats stream_idle_timeout like other transient errors

Retries now treat stream_idle_timeout the same as other transient network errors

TierYou'll noticehow much it should matter to you
Useful2my rating, 1 to 5
Signal1worth watching, 1 to 5
AreaElsewherewhat it touches
KindBug Fixesin v2.1.267,
You'll notice

Retries now treat stream_idle_timeout the same as other transient network errors

What

The logic that decides whether to log and retry an error after a failed request used to recognize connection_error, server_overload, api_timeout, and rate_limit. It now also recognizes stream_idle_timeout, logging "API {type} after retries" and treating it the same way as those other transient errors.

Why

A connection that goes idle mid-stream is now handled like other temporary network hiccups, so it can be retried instead of surfacing immediately as a failure.

See this entry in the whole of v2.1.267 →

Feedback