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.239 Home All releases olderv2.1.238 v2.1.240newer
Claude Code v2.1.239

Remote managed settings gain a mock fetcher and shared validation

Under the hood
Useful1 Signal2
Elsewhere

Remote managed settings can be faked in testing, and payload checking now lives in one place.

What

Payload validation and salvage for remote managed settings moved into one shared helper, and a mock fetcher can force a failure, an empty result, or a payload from a JSON file or string.

Details
  • Mock results carry canned parse_error or unknown_error outcomes and the checksum "mock".
  • Active only when a mock source is configured; otherwise it returns nothing and the real fetch runs.
Evidence

mocked fetch failure

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