Source Intelligence

DisclaimerUnofficial, and not affiliated with Anthropic. Nearly all of this is read straight out of what ships: npm bundles, captured prompts, published docs. Anthropic's own notes go in verbatim, marked as theirs. The rest is my reading, and every entry carries the strings behind it. If one looks wrong, vote it down and say why.

All of v2.1.219 Home All releases olderv2.1.218 v2.1.220newer
Claude Code v2.1.219

Workflow size guideline now defaults to medium instead of unrestricted

Use it now
Useful4 Signal0
Settings Notable

Without configuration, sessions now advise fewer than 15 agents per workflow; change it in /config.

/configworkflowSizeGuideline
What

With no workflow size guideline configured, sessions now get a medium guideline advising fewer than 15 agents per workflow, where previously an unset value meant no guideline text at all.

Details
  • unset resolves to "medium" flagged as a default, injecting the advisory plus a pointer to /config
  • a value in a settings file, including managed settings, takes precedence and hides the /config row entirely
  • the settings schema description documenting this precedence is new in this build
Usage
/config
Evidence

This session has the default workflow size guideline:

Strings lifted out of the shipped bundle, so the claim above can be checked against them.

See this entry in the whole of v2.1.219 →