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

wakeRouter now retries failed agent-wake dispatches instead of dropping them

Failed wake-ups to background agents are now retried with backoff instead of silently dropped.

TierYou'll noticehow much it should matter to you
Useful3my rating, 1 to 5
Signal2worth watching, 1 to 5
AreaBackground Agentswhat it touches
KindBug Fixesin v2.1.261,
You'll notice

Failed wake-ups to background agents are now retried with backoff instead of silently dropped.

The background wake dispatcher that delivers queued commands to agents no longer drops a delivery on the first failure. It now classifies each outcome as delivered, dropped, or retry: non-terminal failures (not an abort/stop error, and under a retry cap) are rescheduled with jittered exponential backoff using a new per-agent timer map. Commands are only dropped, with a new resume_failed reason, once an error isn't retryable or the retry-count cap is reached.

See this entry in the whole of v2.1.261 →

Feedback