Anthropic announced on March 24th that Claude Code officially launched Auto Mode. This new feature allows developers to avoid manually approving each file write or Bash command execution, while still not completely bypassing permission settings—Claude automatically determines whether each operation is safe and decides whether to execute it.
Operation mechanism: Classifier assesses risk before each tool call
The core of Auto Mode is a classifier that automatically reviews each tool call before execution. The assessment results fall into two categories:
Safe operations: executed automatically without disturbing the developer
High-risk operations: blocked directly, with Claude taking an alternative execution path
Anthropic emphasizes that Auto Mode reduces risk but cannot eliminate it entirely, and recommends using it in isolated environments.
Activation method and applicable plans
Currently, Auto Mode is available in “Research Preview” on the Team plan, with Enterprise and API access expected to be rolled out gradually in the coming days.
Activation command:
claude --enable-auto-mode
After enabling, press
Shift+Tab
to switch modes.
Bridging the gap between “needs approval” and “completely skip”
In the past, Claude Code offered two extreme options: manually approve each operation, or use
–dangerously-skip-permissions
to skip entirely. The former frequently interrupted development flow, while the latter posed high risks. Auto Mode creates a middle ground—AI automatically evaluates, allowing safe operations to proceed and blocking dangerous ones.
The community response has been enthusiastic, with many developers saying, “Approval/deny process has always been a bottleneck, not the model itself.” Some also point out that this is a key step in Claude Code’s evolution from a “co-pilot” to an “operator”—trust issues replacing technical capability as the next major obstacle.
Anthropic’s impressive release pace in 2026
Auto Mode exemplifies Anthropic’s rapid iteration this year. Community timelines show that from January to March 2026, Anthropic has successively launched over twenty features, including Claude Cowork, Opus 4.6, Sonnet 4.6, PowerPoint/Excel integrations, Claude Code Channels, Computer Use, Dispatch, and now Auto Mode—averaging nearly one major update every three to four days.
This article titled “Claude Code Launches Auto Mode: AI Automatically Determines Execution Permissions, No More Manual Approvals in Development” first appeared on Chain News ABMedia.