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

Settings errors that block startup no longer appear in the invalid-settings dialog

You'll notice
Useful2 Signal2
Settings

Startup-blocking settings errors are now reported as fatal rather than listed with the rest.

What

Errors marked as startup-fatal are filtered out of the list shown in the invalid-settings dialog, joining the existing exclusions for MCP error metadata and status-only entries. An invalid static settings payload is now one of those fatal cases, and reports that Claude Code will not start until it is fixed.

Details
  • The policy helpers map now also accepts an optional default settings payload.
Evidence

is not a valid static settings payload

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