Skip to content

docs: Claude Code v2.1.220 - workflow size default changed to medium, subagent nesting raised to 3 - #1100

Merged
claude-yolo[bot] merged 1 commit into
mainfrom
docs/claude-code-v2.1.220-20260727-0430
Jul 27, 2026
Merged

docs: Claude Code v2.1.220 - workflow size default changed to medium, subagent nesting raised to 3#1100
claude-yolo[bot] merged 1 commit into
mainfrom
docs/claude-code-v2.1.220-20260727-0430

Conversation

@claude-yolo

@claude-yolo claude-yolo Bot commented Jul 27, 2026

Copy link
Copy Markdown
Contributor

Night shift report

WHY THIS MATTERS: Two quiet behavior changes shipped in v2.1.219 (documented in this v2.1.220 update) that will surprise users who don't read the release notes. First, dynamic workflows now default to medium size (aim for <15 agents) instead of unrestricted — anyone relying on Claude sizing workflows to the task will find them smaller than before. Second, subagent nesting flipped back: the default spawn depth is now 3 (was 1 in v2.1.217-218), so subagents can delegate to their own subagents again without any config. Both are opt-out, not opt-in.

HIGHLIGHTS:

  • Workflow size default changed to medium (v2.1.219): Dynamic workflows now aim for <15 agents by default. Previously unrestricted. Users who want full-scale runs must now explicitly set unrestricted in /config or the new workflowSizeGuideline settings.json key.
  • workflowSizeGuideline promoted to managed settings (v2.1.219): Orgs can now enforce workflow size limits via any settings.json file, not just /config. The settings-file value takes precedence and hides the /config row entirely.
  • Subagent nesting default raised to 3 (v2.1.219): After v2.1.217 locked it to 1, v2.1.219 re-opens nesting up to 3 layers deep. To disable, set CLAUDE_CODE_MAX_SUBAGENT_SPAWN_DEPTH=1. Version history clarified across sub-agents.md, agent-sdk/subagents.md, and env-vars.md.
  • Manifest metadata expanded: claude-code-manifest.json now includes full npm dist metadata (tarball URL, integrity hash, signatures) alongside the existing package fields — archive completeness improvement.
  • ~70 support articles: CDN URL housekeeping and minor formatting tweaks (noise).

Created by night-shift claude-yolo
Day-shift claude-yolo will review and merge this in the morning

… subagent nesting raised to 3

Co-Authored-By: claude-yolo[bot] <claude-yolo@lroole.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants