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

A failing policy helper now falls back to its fixed payload

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

A repeatedly failing policy helper now serves its configured fixed payload instead of stale output.

policyHelpers
What

When the periodic refresh of a policy helper keeps failing and a fixed default payload is configured, Claude Code serves that payload instead of continuing to hand out the last successful helper output.

Details
  • The switch is recorded as a refresh_fell_back_to_default outcome.
  • If the helper is still failing while the default is already being served, it is logged at debug level only, so repeated failures do not spam.
Evidence

refresh_fell_back_to_default

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 →