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.232 Home All releases olderv2.1.231 v2.1.233newer
Claude Code v2.1.232

Managed policy can now ship a fixed settings payload, not just a helper program

Use it now
Useful2 Signal3
Managed Settings Notable not in their notes

Admins can ship managed settings directly in policy, including per-OS defaults, without running a helper program.

policyHelpersdefaultSettings
What

policyHelpers, the top-level setting where an IT admin points Claude Code at a program that supplies managed settings, now also accepts a plain default settings payload and a per-OS defaultSettings payload used when no helper runs or the helper cannot be reached.

Details
  • default sits at the top of the policyHelpers map; defaultSettings sits inside each per-OS entry next to that OS's helper executable.
  • The parse-failure message for policyHelpers was rewritten to describe the new shape.
  • When the setting comes from an OS-admin policy source and does not parse, startup fails rather than falling back.
Evidence

plus an optional "default" settings payload

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.232 →