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

Warnings when policy helper settings are nested in the wrong place

You'll notice
Useful2 Signal2
Managed Settings not in their notes

Settings validation now warns when policy helper keys are nested where nothing reads them.

policyHelpers
What

Settings validation now flags helper-shaped and payload-shaped keys that were put in a slot that does not read them, and each warning says the nested config will not apply from there.

Details
  • Covers cases like defaultSettings placed on the singular policyHelper key, per-OS keys placed inside a single entry, and claudeMd placed on the helper key.
  • These are status warnings only; they do not block startup.
Evidence

"policyHelper" and "policyHelpers" are TOP-LEVEL settings keys; nothing nests inside the singular entry. The nested config will NOT apply from here.

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 →