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.69 Home All releases olderv2.1.68 v2.1.70newer
Claude Code v2.1.69

Settings Visibility and Debug

What

New settings API that returns effective merged settings plus raw per-source settings in merge order.

Details
  • Shows settings from all sources (User, Project, Local, Managed) with merge ordering
  • Labeled "Ordered low-to-high priority — later entries override earlier ones"
  • Makes it clear where each setting value comes from
Evidence

Settings debug (search for "Effective merged settings plus raw per-source settings in merge order")

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