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

Subagent/Task launch pipeline (Agent tool) substantially reworked with new caps and teammate rules

Subagent launching gets a nesting-depth cap, a bypassable concurrency cap, and new teammate/model-inherit rules

TierUnder the hoodhow much it should matter to you
Useful4my rating, 1 to 5
Signal3worth watching, 1 to 5
AreaSubagentswhat it touches
KindInternal Changesin v2.1.269,
Under the hood

Subagent launching gets a nesting-depth cap, a bypassable concurrency cap, and new teammate/model-inherit rules

What

The code that launches subagents (used by the Agent tool, sometimes called Task, to spin up a separate Claude instance to work on a piece of a task) was rewritten with several new limits and rules:

  • a cap on how deeply subagents can be nested (spawning subagents that spawn further subagents), which can refuse a launch with "Subagent nesting limit reached"
  • a cap on how many subagents can run at once, which can be bypassed with a flag
  • in-process teammates are now forbidden from spawning further teammates or background agents
  • coordinator-spawned workers can override to inherit the coordinator's model instead of using a separate one
Why

These limits guard against runaway or excessive subagent spawning, keeping nested or concurrent agent work bounded and predictable.

Read from
Feature flag
tengu_amber_kestrel 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.269: off

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

How sure we are
One source agreesOne thing we can check says the same as this entry.
Anthropic's release notes agree[Claude Code on the web] Fixed /model default in a cloud session leaving every later message failing in organizations that restrict which…

See this entry in the whole of v2.1.269 →