What's wrong with this entry?
New subcommands for inspecting how auto mode is configured, useful for debugging why auto mode approves or denies certain actions.
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)defaultsprints the built-in auto mode rules as JSONconfigshows the merged view: your custom settings where they exist, defaults otherwise- Helps diagnose unexpected auto mode approval or denial behavior
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.