Max plan: "auto mode is not available for your plan" shown under input bar
Resolved 💬 9 comments Opened Apr 11, 2026 by yasserstudio Closed Jun 16, 2026
Description
Claude Code displays the message "auto mode is not available for your plan" in the footer area directly below the input typing bar in the terminal, despite the account being on the Max plan (which includes auto mode).
Environment
- Claude Code version: 2.1.101
- OS: macOS (Darwin 25.4.0)
- Shell: zsh
- Plan: Max
ANTHROPIC_API_KEY: unsetANTHROPIC_AUTH_TOKEN: unset- Logged in via
/login(Max subscription, not API billing)
Expected behavior
Auto mode should be available, since the account is on the Max plan. No "not available for your plan" message should appear.
Actual behavior
The message "auto mode is not available for your plan" is rendered under the typing bar in the terminal UI, and auto mode cannot be used.
Reproduction
- Sign in with a Max-plan account via
/login(noANTHROPIC_API_KEY/ANTHROPIC_AUTH_TOKENset in the environment). - Launch
claudein a terminal. - Observe the message appear beneath the input bar.
Notes
- Verified no API-key override is in effect (both
ANTHROPIC_API_KEYandANTHROPIC_AUTH_TOKENare empty), so the CLI is not silently switching to API billing. - Running latest CLI (2.1.101).
This issue has 9 comments on GitHub. Read the full discussion on GitHub ↗