Auto mode offers a safer alternative for long-running tasks compared to the --dangerously-skip-permissions option.
We are excited to announce the launch of auto mode, a new feature in Claude Code that enables the system to make permission decisions automatically, supported by safeguards that monitor actions prior to execution. Currently, it is available as a research preview for Team plan users, with plans to extend it to Enterprise plan and API users shortly.
By default, Claude Code operates with conservative permissions: every file write and bash command requires user approval. While this ensures safety, it can disrupt lengthy tasks as frequent approvals are needed. Some developers resort to --dangerously-skip-permissions, which can lead to hazardous outcomes and is only advisable in isolated environments.
Auto mode strikes a balance, allowing you to execute longer tasks with fewer interruptions while mitigating risks compared to skipping all permissions. Before executing any tool call, a classifier assesses the action for potential risks, such as mass file deletions, unauthorized data access, or the execution of harmful code.
Actions deemed safe by the classifier proceed automatically, while those identified as risky are blocked, prompting Claude to seek alternative solutions. If certain actions are repeatedly blocked, a permission request will be triggered for user approval.
While auto mode reduces risks relative to --dangerously-skip-permissions, it does not eliminate them entirely. We advise using it in controlled environments. The classifier might still permit some risky actions if user intent is unclear or if Claude lacks sufficient context about the environment. Occasionally, it may also block harmless actions, and we are committed to enhancing this feature over time.
Users should note that auto mode may slightly affect token consumption, costs, and latency for tool calls.
Currently, auto mode is available in Claude Code as a research preview for Team users and will soon be accessible to Enterprise and API users. It is compatible with both Claude Sonnet 4.6 and Opus 4.6.
For further details, please refer to the documentation.