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: Expanded Rule Audit

What

The /auto-mode-setup command now audits two additional categories of permission rules, replacing the old "over-broad interpreter-prefix" check with more targeted categories.

Details
  • New section: "Classifier-bypassing entries" — rules that auto mode ignores at runtime even though they appear in permissions.allow. Lists them explicitly so users can review or remove them.
  • New section: "Destructive entries" — allow-rules that auto-approve destructive operations without a prompt. Shown separately so users understand which rules carry higher risk.
  • When classifyAllShell is active, a note warns that auto mode ignores all Bash/PowerShell allow rules (a superset of the flagged entries).
  • If the list is capped at the display limit, a note instructs re-running /auto-mode-setup after cleanup to see the rest.
  • Also now reads and reports autoMode keys from the project's .claude/settings.local.json with security checks (symlink gate, link-count-1 requirement, and git-tracking status).
Evidence

New audit output with headings "Classifier-bypassing entries" and "Destructive permissions.allow entries" (search for "classifier-bypassing" and "Destructive permissions.allow entries")

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 →