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.73 Home All releases olderv2.1.72 v2.1.74newer
Claude Code v2.1.73

Auto Mode Configuration Inspector

What

New subcommands for inspecting how auto mode is configured, useful for debugging why auto mode approves or denies certain actions.

Usage
claude auto-mode                # overview of classifier configuration
claude auto-mode defaults       # print default environment, allow, and deny rules as JSON
claude auto-mode config         # print effective config (your settings merged with defaults)
Details
  • defaults prints the built-in auto mode rules as JSON
  • config shows the merged view: your custom settings where they exist, defaults otherwise
  • Helps diagnose unexpected auto mode approval or denial behavior
Evidence

Auto mode inspection commands (search for "Print the default auto mode environment", "Print the effective auto mode config", "Inspect auto mode classifier configuration")

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