Fixed a bug that stopped the claude auto-mode defaults, reset, config, and critique subcommands from working
The claude auto-mode subcommands defaults, reset, config, and critique were being attached to the wrong internal command object, meaning they weren't properly registered under auto-mode. This has been fixed so they now work as expected.
Before this fix, these subcommands could fail to run properly because of a plumbing mistake rather than any issue with what they were meant to do; now claude auto-mode defaults, reset, config, and critique work correctly.
The entry above is what we published on the day. These lines were added later, as Anthropic's own pages caught up, and they sit beside the original rather than replacing it.
| Auto mode allow rules | Actions pre-approved in a scope's sessions that Claude's permission checker would otherwise flag or stop | [Auto mode allow rules](#auto-mode-allow-rules) |claude-tag/admins/customize see the edit
An `agent()` call resolves to `null` if you stop it mid-run or it hits an unrecoverable API error. In [auto mode](/docs/en/permission-modes#eliminate-prompts-with-auto-mode), the classifier can block an `agent()` call before the subagent s…workflows see the edit
A small documentation edit on Orchestrate subagents at scale with dynamic workflows touched a line naming auto-mode after this was…