Fetching from the wire…
Public story · 2026-08-15 · high
Your own default mode persists unless you accept a one-time switch prompt, and scripts can now enable it directly in settings.json.
Why now: The change landed in Claude Code Docs' Week 32 update, which entered coverage on August 15.
Claude Code switched new sessions to auto mode by default on August 14, per Claude Code Docs. A background classifier now approves safe actions on its own. It blocks risky ones instead of stopping to ask for permission on every step. Anthropic also confirmed the classifier's own approval calls stop counting against Pro, Max, and Team plan usage limits. That removes the cost that made people avoid leaving auto mode on in the first place.
A default you already set stays in place. Claude Code offers a one-time prompt to switch you to auto, and you can decline it. Org-managed defaults aren't touched by any of this. Anyone running unattended agents or CI jobs can set permissions.defaultMode: "auto" in ~/.claude/settings.json. That's a safer alternative to --dangerously-skip-permissions, which skips checks entirely instead of enforcing the hard-deny rules auto mode keeps.
The docs don't say how often the classifier pauses anyway, or how it handles actions that fall between clearly safe and clearly risky. That gap matters for anyone scripting heavy file writes or shell commands unattended. It decides how much they can trust auto mode to run without review.
Related Claude Code coverage describes forked subagents becoming the default for child sessions, inheriting the parent conversation and prompt cache automatically.
Each link below shares sources, entities, or timing with this story.
Same source / Semantically similar
Cite the same source (Claude Code Docs — What's new, Week 32); covers closely related ground (similarity 0.83).
Same source domain / Semantically similar
Reported by the same outlet (code.claude.com); covers closely related ground (similarity 0.78).
Reported by the same outlet (code.claude.com); covers closely related ground (similarity 0.77).
Same source
Cite the same source (Claude Code Docs — What's new, Week 32).
Cite the same source (Claude Code Docs — What's new, Week 32).
Same source domain / Semantically similar
Reported by the same outlet (code.claude.com); covers closely related ground (similarity 0.72).
Reported by the same outlet (code.claude.com); covers closely related ground (similarity 0.70).
Reported by the same outlet (code.claude.com); covers closely related ground (similarity 0.66).