Auto mode unavailable despite Max plan subscription
Resolved 💬 9 comments Opened Apr 9, 2026 by ThatGuyInTheGlass Closed Apr 10, 2026
Bug Description
--mode auto flag is not recognized, and auto mode shows "not available for your plan" despite being on the Max plan with correct configuration.
Environment
- Claude Code version: 2.1.97 (latest available via npm)
- OS: macOS (Darwin 25.3.0)
- Plan: Claude Max subscription
Steps to Reproduce
- Configure auto mode in
~/.claude/settings.json:
``json``
{ "preferences": { "defaultMode": "auto" } }
- Launch Claude Code — auto mode is not activated, shows "not available for your plan"
- Try launching with
claude --mode auto— returnserror: unknown option '--mode'
Expected Behavior
Auto mode should be available for Max plan subscribers, and --mode should be a valid CLI flag.
Actual Behavior
- Auto mode gated with "not available for your plan" message
--modeflag not recognized (CLI suggests--modelinstead)- Authentication refresh does not resolve the issue
Additional Context
~/.claude/settings.jsonhasdefaultMode: "auto"correctly set- Confirmed version 2.1.97 is the latest available via
npm show @anthropic-ai/claude-code version
This issue has 9 comments on GitHub. Read the full discussion on GitHub ↗