auto mode temporarily unavailable - cannot enter auto mode via Shift+Tab or defaultMode setting for Max user
Resolved 💬 36 comments Opened Mar 12, 2026 by sakaidubz Closed Apr 17, 2026
Summary
auto mode temporarily unavailable is displayed persistently and it is impossible to enter auto mode via Shift+Tab cycling or via defaultMode: \"auto\" in settings.json.
Environment
- Claude Code version: 2.1.74
- OS: macOS 25.3.0 (Darwin)
- Models tested: claude-opus-4-6, claude-sonnet-4-6
settings.json (relevant part)
{
"permissions": {
"defaultMode": "auto"
}
}
Behavior
- Session starts and briefly enters auto mode (system shows "Exited Auto Mode" immediately)
- Status bar shows
auto mode temporarily unavailable Shift+Tabcycles through Ask → Plan modes only (auto mode is skipped/unavailable)- Cannot enter auto mode manually
Steps to Reproduce
- Set
defaultMode: "auto"in~/.claude/settings.json - Start a new Claude Code session
- Observe status bar:
auto mode temporarily unavailable - Try
Shift+Tabto cycle modes — auto mode is not reachable
What I've Tried
- Restarted Claude Code multiple times
- Launched with
--debugflag — no additional info about why auto mode is unavailable - Switched models (Opus 4.6 → Sonnet 4.6) — same behavior on both
- Removed non-official
skipAutoPermissionPromptsetting
Expected Behavior
Auto mode should be available and selectable as documented.
Note
The "temporarily unavailable" wording implies this is a transient state, but it has persisted across multiple sessions and reboots over several hours.
37 Comments
+1 happening to me too
Same issue here.
claude --enable-auto-mode"auto mode temporarily unavailable" is displayed persistently, not intermittently.
Same for me, Debian Linux, displayed intermittently.
I checked
~/.claude.jsonand found the relevant feature flag:jq '.cachedGrowthBookFeatures.tengu_auto_mode_config' ~/.claude.jsonLooks like auto mode is controlled server-side via
tengu_auto_mode_config.enabled. Mine is still"disabled".For anyone who has auto mode working, could you share what your
tengu_auto_mode_configlooks like? Curious ifenabledchanges to"enabled"or some other value when it's rolled out.Environment: Claude Code 2.1.74 / macOS / Max subscriber
Same for me. Found this issue via investigation with my own Claude. Seems it's likely simply due to the phased rollout. Too bad that it's not hitting our accounts sooner; I could really use it to simplify approval of long &&'d commands to build, test, and run C++ related tasks.
Thanks @madebyjun for the investigation! Confirmed
tengu_auto_mode_config.enabledis"disabled"on my end too. This appears to be a phased rollout rather than a bug. Should we close this issue?@madebyjun
Thanks! I'm still disabled too.
Same here. Windows 11, Claude Code 2.1.79, Max subscriber.
tengu_auto_mode_config.enabledis"disabled"on my end as well. Confirmed that removingdefaultMode,skipAutoPermissionPrompt, and launching with--permission-mode autohas no effect.tengu_auto_mode_config.enabledis still"disabled"on my account as of today (Mar 19). This issue has been open for a week with multiple users reporting the same flag state, but no official response yet. Any update on the rollout status? At this point it's hard to tell if we're just waiting in the queue or if something is stuck.Same issue here.
Claude Code 2.1.81, macOS, Max subscriber. Confirmed tengu_auto_mode_config.enabled is "disabled". Launched with claude --enable-auto-mode but Shift+Tab only cycles between Plan and Accept Edits — Auto mode never appears.
Would appreciate any update on the rollout timeline.
It's still unavailable for me...
Same issue. Really annoying how long the message persists in the location it is in as it prevents everything except the first line of my statusbar from displaying until it goes away. They should really move the message location for this to all the wasted empty space above the prompt fold.
same here!
This seems to work in 2.1.71.
You can downgrade using:
curl -fsSL https://claude.ai/install.sh | sh -s -- 2.1.71Then link using
ln -sf ~/.local/share/claude/versions/2.1.71 ~/.local/bin/claudeEdit: You may also want to remove any newer versions in
~/.local/share/claude/versions~~Officially released!! Gonna use the --enable-auto-mode option and see how it works.~~
~~https://x.com/claudeai/status/2036503582166393240?s=46&t=T0gFj_4yBz7zXQvOC5DeBA~~
---
Still not work...
<img width="751" height="191" alt="Image" src="https://github.com/user-attachments/assets/6351d07c-bf01-4e5a-ba5c-f89ce505703f" />
Still not work...
+1
+1
This might not be a bug but a plan-level restriction.
As of March 24, 2026, auto mode is currently available only as a research preview for Team plan subscribers. The rollout roadmap is:
If you're on a Pro or Max plan, the
auto mode temporarily unavailablemessage is likely expected behavior rather than a bug. There's been no official announcement on whether or when auto mode will be extended to individual subscribers.References:
For what it's worth, auto mode is working as expected in my Team plan environment, which further suggests this is a plan-level restriction rather than a platform-wide bug.
Hope this helps clarify the situation!
@smorimoto Thx for the info!! I'll just wait then for Max plan👍
Just leaving a quick note on how I’m setting things up so CC can auto-approve more stuff (without using --dangerously-skip-permission) 📝
This way it’s basically: “everything is allowed except what’s explicitly denied”
Kinda obvious setup, but it’s something I learned recently.
Any update on this for ubuntu?
This is still broken. When will this be fixed?
This issue has essentially been resolved in the latest release.
“Auto mode now shows ‘unavailable for your plan’ when disabled by plan restrictions (was ‘temporarily unavailable’)”
Ref: https://github.com/anthropics/claude-code/blob/main/CHANGELOG.md#2186
For most users at present, this behaviour is not a bug but a specification. So, it is not broken but functioning as intended (at least for now).
Same issue here. I'm on Max 20x plan (Opus 4.6, 1M context) and auto mode shows "unavailable for your plan". Previously it said "temporarily unavailable", now the message changed making it clear it's a plan restriction.
It's frustrating that Max subscribers — who pay a premium — don't have access to a feature that Team plans already have. Max plan gives access to Claude Code with Opus 4.6 but not to auto mode? That doesn't make sense.
Please expand auto mode availability to Max and Pro plans. We're paying customers too.
Environment:
While the native auto mode availability depends on internal Claude Code logic, you can approximate auto-mode behavior with hooks that auto-approve everything:
To make it toggleable without editing settings:
Toggle:
touch ~/.claude/.auto-modeto enable,rm ~/.claude/.auto-modeto disable.This gives you auto-mode behavior regardless of whether the native auto mode is available, with the added benefit of a customizable deny list.
A note of caution regarding the workarounds suggested above (broad
allowrules in settings.json, orPreToolUsehooks that auto-approve everything):These are not workarounds for auto mode. They simply skip the permission prompt for all tool calls, which is functionally equivalent to
--dangerously-skip-permissions. This has nothing to do with auto mode availability — you could have done this before auto mode existed.Real auto mode uses an AI-based classifier (
twoStageClassifierin the feature flag) that evaluates the risk of each action in context. The approaches above replace that with hand-written regex deny lists, which are trivially bypassable (e.g.,rm -rf /is blocked butfind / -deleteorchmod -R 000 /passes through).If you want fewer permission prompts while waiting for auto mode on your plan, consider selectively allowing specific tools you trust (e.g.,
Read,Write,Glob,Grep) rather than blanket-allowing everything. That gives you a better workflow without sacrificing safety.Update: https://x.com/claudeai/status/2038693742094246032?s=46
Why not for Max/Pro plan 😭😭😭
It is a kind of sequence. And speaking as someone who uses it, it is still quite unstable. Internally, Sonnet is used, but it frequently gets caught up in system outages, so Auto Mode cannot be used very often. Given that it is being rolled out so gradually and yet remains in this state, that is reason enough to make this decision...
I'd love to see auto mode available on Max plans. Right now the only way to get uninterrupted workflow is
--dangerously-skip-permissions, which is a blunt instrument — it bypasses all safety checks entirely.Auto mode is the better answer here. It still runs actions through an AI safety classifier, so you get the productivity of not being prompted on every file edit while keeping a meaningful safety net. That's a much more responsible default than "skip everything."
For users who work solo on private repos and just want to stay in flow, the current choice is either click-approve every action or disable all guardrails. Auto mode fills the gap perfectly — please make it available beyond Team/Enterprise.
Why even remove such a feature?
<img width="863" height="268" alt="Image" src="https://github.com/user-attachments/assets/77fe24aa-c5db-443a-b736-8ba4702b5195" />
YOOOOOOOO
https://claude.com/blog/best-practices-for-using-claude-opus-4-7-with-claude-code
Available for Max users!!!
Finally available for Max users! 🎉 Closing!! Thanks everyone for the investigation and comments along the way. Happy auto-moding! 🚀
This issue has been automatically locked since it was closed and has not had any activity for 7 days. If you're experiencing a similar issue, please file a new issue and reference this one if it's relevant.