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 gets a default and a policy override

Use it now
Useful3 Signal0
Configuration

Workflow size now defaults to medium, and an admin policy setting overrides whatever you chose.

/config
What

The workflow size guideline now resolves to medium when nothing is configured, and a value set in policy settings takes precedence over the user's own setting.

Details
  • The resolver returns { size, isDefault }.
  • Prompts distinguish the two cases: "This session has the default workflow size guideline:" versus "A workflow size guideline is configured for this session:".
  • The /config pointer is only shown when the value is the default.
  • The unrestricted notice was reworded to "Workflow size is now unrestricted — no size guideline applies." and no longer attributes the change to the user.
Evidence

Workflow size is now unrestricted — no size guideline applies.

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

Related

Other releases about the same thing. Found by shared names or similar wording; neither means one caused the other.

See this entry in the whole of v2.1.219 →