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

The managed-configuration schema and Zod 4 are bundled into the CLI

Under the hood
Useful3 Signal4
Managed Settings Notable

The full Claude Desktop managed-config schema, covering MCP policy and egress limits, is now bundled in.

What

The gateway validation above is backed by a newly inlined package carrying the full Claude Desktop managed-configuration schema (inference providers, MCP server policy, workspace and egress restrictions, bootstrap config, OTLP settings, plugin marketplaces), a per-provider model-ID sanity check, and a Zod 4.4.3 runtime with its full locale set.

Details
  • The bundled model tier list names five tiers, two of which are not publicly shipping models; one, fable, is described as "For your toughest challenges". These are schema data and do not mean any such model is reachable.
Evidence

expected an Anthropic model ID (e.g. claude-sonnet-4-5)

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 →