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.212 Home All releases olderv2.1.211 v2.1.213newer
Claude Code v2.1.212

Auto-mode Setup (/auto-mode-setup)

New /auto-mode-setup command scans your repository and recent sessions, then generates a proposed auto-mode configuration for your review. The scan runs in the background; a review card pops up when it's ready.

Usage
/auto-mode-setup             # scan and propose auto-mode rules
/auto-mode                   # inspect or reset current auto-mode configuration
Details
  • If your GitHub org is accessible, the scan also reviews org-level patterns.
  • The proposal includes new auto-approve rules and may flag existing permissions.allow entries for removal.
  • After reviewing the proposal, you can accept, decline, or discard it. Only accepting writes to your settings file.
  • /auto-mode reset removes the autoMode section from your user settings, restoring shipped defaults.
  • Managed settings auto-mode rules always apply regardless of reset.
  • Only one setup scan can run at a time; a second /auto-mode-setup while a scan is active shows status.
Evidence

"Gathering data and drafting your auto-mode setup; back soon" (search for "auto-mode-setup")

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