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.207 Home All releases olderv2.1.206 v2.1.208newer
Claude Code v2.1.207

/auto-mode-setup: project settings.local.json Audit

The /auto-mode-setup recon now reads and reports autoMode keys from the project's .claude/settings.local.json, subject to strict security checks: the file must be a regular file (not a symlink) with link count 1 inside a real .claude directory. The output also notes whether the file is tracked in git (yes — repo-authored vs no — but untracked does not prove user-authored).

Evidence

Local settings autoMode reader (search for "Project \.claude/settings.local.json\ — autoMode keys" and "Tracked in git")

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