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 ·

Workflow runs now track rate-limit waits in the journal

Workflow runs now record rate-limit waits in the task journal

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

Workflow runs now record rate-limit waits in the task journal

What

When Claude Code runs a workflow (a script that orchestrates multiple agents), it now tracks moments when execution has to pause because of a rate limit. A new onRateLimitWait callback is wired into both the path where a sub-agent runs a workflow and the path where a workflow runs directly, recording these waits in the task registry.

Why

This gives better visibility into why a workflow run is taking longer than expected, since rate-limit waits are now tracked rather than being an invisible pause.

See this entry in the whole of v2.1.271 →