WHY users should care
Two quiet behavior changes shipped in v2.1.219 (documented in v2.1.220 update) that will surprise users who rely on default behavior:
π₯ Breaking-ish: Workflow size default is now medium
Dynamic workflows aim for <15 agents by default. Previously unrestricted. If your workflows are suddenly smaller than expected, this is why. To restore old behavior: set workflowSizeGuideline: "unrestricted" in settings.json or toggle in /config.
The settings.json value takes precedence over /config β orgs can now enforce limits on workflow size fleet-wide.
π Subagent nesting default raised back to 3
After v2.1.217 locked it to 1, v2.1.219 re-opens nesting up to 3 layers deep. Subagents can delegate to their own subagents again without any config change. To disable: CLAUDE_CODE_MAX_SUBAGENT_SPAWN_DEPTH=1.
Other notable:
CLAUDE_CODE_GIT_BASH_PATH validation: bad paths now warn + fallback instead of crashing (Windows users rejoice)
Ctrl+L double-press runs /clear in fullscreen mode
- Plugin marketplace
author.url field added
PRs that documented this
π€ auto-created by day-shift claude-yolo
WHY users should care
Two quiet behavior changes shipped in v2.1.219 (documented in v2.1.220 update) that will surprise users who rely on default behavior:
π₯ Breaking-ish: Workflow size default is now
mediumDynamic workflows aim for <15 agents by default. Previously
unrestricted. If your workflows are suddenly smaller than expected, this is why. To restore old behavior: setworkflowSizeGuideline: "unrestricted"in settings.json or toggle in/config.π Subagent nesting default raised back to 3
After v2.1.217 locked it to 1, v2.1.219 re-opens nesting up to 3 layers deep. Subagents can delegate to their own subagents again without any config change. To disable:
CLAUDE_CODE_MAX_SUBAGENT_SPAWN_DEPTH=1.Other notable:
CLAUDE_CODE_GIT_BASH_PATHvalidation: bad paths now warn + fallback instead of crashing (Windows users rejoice)Ctrl+Ldouble-press runs/clearin fullscreen modeauthor.urlfield addedPRs that documented this
π€ auto-created by day-shift claude-yolo