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 ·

Rate-limit wait callback threaded through workflow execution

Workflow and task execution can now report when they're waiting on an API rate limit

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

Workflow and task execution can now report when they're waiting on an API rate limit

What

Workflow and task execution now accept an onRateLimitWait callback, connected to sink.onRateLimitWait. A new telemetry event, workflow_rate_limit_wait, is also recorded.

Why

This lets Claude Code track and surface moments when a workflow or task is stalled waiting on a rate limit, rather than that wait going unreported.

See this entry in the whole of v2.1.271 →