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

Workflow agents can now pause and auto-resume when a usage limit is hit

Dynamic workflow agents wait out a usage limit and automatically re-run once it resets, instead of failing

TierNothing to try yethow much it should matter to you
Useful3my rating, 1 to 5
Signal3worth watching, 1 to 5
AreaWorkflowswhat it touches
KindIn Developmentin v2.1.271,
Group of 2 Nothing to try yet

Dynamic workflow agents wait out a usage limit and automatically re-run once it resets, instead of failing

What

Workflow agent orchestration gained a new pausing mechanism (a state machine referred to as Cn internally) tied to a setting called autoContinueAtUsageLimit, controlled by a flag named tengu_linked_clover (on by default).

  • Before spawning a background agent, Claude Code now waits on a "clear to proceed" check, which can hold up the spawn if a usage limit is currently in effect.
  • If a usage limit is hit, the run computes a resume time from the limit's reset time, caps how long or how many times it will wait, and shows progress messages such as "Usage limit reached ... Workflow paused; waiting agents re-run shortly after the reset" and "Usage limit reset. Re-running N waiting agent(s)."

Why

Instead of a workflow run simply failing when it hits a usage limit, waiting agents are paused and automatically resumed once the limit resets, so multi-agent workflow runs are more resilient to hitting rate limits mid-run.

Read from
Feature flag
tengu_linked_clover Not enough to say

Nothing here resolved what this flag was doing on this version, so nothing here should be read as on or off.

This account: no value returned · anonymous baseline: no value returned · compiled default in v2.1.271: on

These values were read against a different version of Claude Code, so treat them as the nearest reading available instead of one taken on this release.

Read once, for one account on one subscription tier, against v2.1.271. It isn't a statement about your account. What a flag value here can and cannot tell you

How sure we are
Two sources agreeTwo things we can check say the same as this entry.
Anthropic's release notes agreeFixed /resume and /continue showing only 1-2 sessions in fullscreen mode on short terminals
The name it cites is new in this buildNew in this build: tengu_linked_clover

See this entry in the whole of v2.1.271 →

Feedback