← Back to all entries
2026-08-10 🧭 Daily News

Claude Code Auto Mode Goes Default and v2.1.228 Lands

Claude Code Auto Mode Goes Default and v2.1.228 Lands — visual for 2026-08-10

🧭 Claude Code Auto Mode Becomes the Default on August 14

Anthropic has announced that Claude Code's auto mode will become the default for all Pro, Max, and Team accounts starting August 14. Launched in March as an opt-in feature, auto mode eliminates the per-step human approval prompts that have been Claude Code's safety net since launch, replacing them with a two-stage AI classifier that decides in real time which actions are safe to execute autonomously.

How the two-stage classifier works

Every action Claude Code considers taking passes through one of three tiers:

A key design decision: the classifier sees only user messages and tool calls — Claude's own reasoning traces and tool results are stripped from the input. This prevents the model from constructing self-justifying arguments that could "talk the classifier into" approving risky moves.

What the classifier blocks

Dangerous patterns that trigger a block regardless of context:

What changes for you on August 14

If you currently rely on Claude Code pausing at every shell command for your review, that behaviour will change: safe, Tier-2 operations now proceed without a prompt. You'll still see pauses for genuine Tier-3 risks. If you want the old behaviour back, you can re-enable per-step approval in Claude Code settings. Enterprise and API rollout follows "in the coming days" after the August 14 consumer wave — watch your admin console for the toggle.

Claude Code auto mode classifier autonomy Pro Max Team August 14

🧭 Claude Code v2.1.228: MCP Visibility, OpenTelemetry Isolation, and Crash-Loop Fix

The August 10 release of Claude Code — v2.1.228 — ships a cluster of developer-experience improvements and one notable security fix, landing the same week that auto mode becomes the default.

What's new

The OpenTelemetry fix matters for production deployments

If your team runs Claude Code with OTel tracing enabled (common in enterprise setups that funnel Claude Code telemetry into Datadog, Honeycomb, or a SIEM), update to v2.1.228 promptly. Earlier versions could inadvertently include subprocess environment variables — including any secrets in the environment — in trace spans. The fix is a process-boundary isolation change; no configuration update required on your end beyond upgrading.

# Update Claude Code to pick up v2.1.228
npm install -g @anthropic-ai/claude-code@latest

# Verify the installed version
claude --version
Claude Code v2.1.228 MCP OpenTelemetry security bug fix worktree
Source trust ratings ⭐⭐⭐ Official Anthropic  ·  ⭐⭐ Established press  ·  Community / research