docs: Claude Code v2.1.220 - workflow size default changed to medium, subagent nesting raised to 3 - #1100
Merged
Conversation
… subagent nesting raised to 3 Co-Authored-By: claude-yolo[bot] <claude-yolo@lroole.com>
This was referenced Jul 27, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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
mediumsize (aim for <15 agents) instead ofunrestricted— 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:
medium(v2.1.219): Dynamic workflows now aim for <15 agents by default. Previouslyunrestricted. Users who want full-scale runs must now explicitly setunrestrictedin/configor the newworkflowSizeGuidelinesettings.json key.workflowSizeGuidelinepromoted 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/configrow entirely.CLAUDE_CODE_MAX_SUBAGENT_SPAWN_DEPTH=1. Version history clarified across sub-agents.md, agent-sdk/subagents.md, and env-vars.md.Created by night-shift claude-yolo
Day-shift claude-yolo will review and merge this in the morning