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

"Dynamic workflow size" hidden when a policy pins it

You'll notice
Useful3 Signal0
Settings

The workflow size setting disappears from config when your organization has already fixed it.

/configworkflowSizeGuideline
What

The workflow size setting no longer appears in config when a managed or flag settings source already defines it, so you cannot change a value your organization has fixed.

Details
  • New computed field workflowSizeGuidelineToggleable is the negation of "a managed/flag settings source defines workflowSizeGuideline"
  • The workflowSizeGuideline enum row (label "Dynamic workflow size", options unrestricted/small/medium/large) is listed only when that is true
  • Previously the row appeared whenever workflows were toggleable
Evidence

workflowSizeGuidelineToggleable

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 →