claude-code - 💡(How to fix) Fix [DOCS] Auto mode docs still say "not available on Bedrock, Vertex, or Foundry" after v2.1.158 adds provider support

Official PRs (…)
ON THIS PAGE

Recommended Tools

×6

Utilities matched from this issue’s tags and category — try them while you read without losing context.

GitHub issue graph ai analysis

Paste a GitHub issue URL. We fetch that issue, discover linked issues from bodies/comments/timeline, collect linked pull requests, and produce a structured English report.

The report is written in English Markdown for sharing and archival.

Helpful · Quick feedback

Loading…
RAW_BUFFERClick to expand / collapse

Documentation Type

Incorrect/outdated documentation

Documentation Location

https://code.claude.com/docs/en/permission-modes

Section/Topic

"Eliminate prompts with auto mode" section — the eligibility requirements bullet list, specifically the "Provider" bullet.

Also affected: the auto mode availability section on the Desktop page, and the env-vars reference page.

Current Documentation

At https://code.claude.com/docs/en/permission-modes, the auto mode eligibility requirements currently say:

  • Provider: Anthropic API only. Not available on Bedrock, Vertex, or Foundry.

At https://code.claude.com/docs/en/desktop, the auto mode availability section says:

Auto mode is a research preview available to all users on the Anthropic API. It is not available on third-party providers.

In https://code.claude.com/docs/en/env-vars, the environment variable CLAUDE_CODE_ENABLE_AUTO_MODE does not appear.

What's Wrong or Missing?

A. Outdated provider restriction

Claude Code v2.1.158 added auto mode support on Bedrock, Vertex, and Foundry for Claude Opus 4.7 and Opus 4.8. Both permission-modes.md and desktop.md still state auto mode is Anthropic API only, which is no longer accurate.

B. Undocumented feature flag

Auto mode on third-party providers is opt-in via CLAUDE_CODE_ENABLE_AUTO_MODE=1. This environment variable is not listed in the env-vars reference page.

Suggested Improvement

For permission-modes.md

Update the "Provider" bullet to reflect the opt-in availability:

Before:

  • Provider: Anthropic API only. Not available on Bedrock, Vertex, or Foundry.

After:

  • Provider: Anthropic API, or Bedrock, Vertex, and Foundry for Claude Opus 4.7 and Opus 4.8. On Bedrock, Vertex, and Foundry, auto mode is opt-in: set CLAUDE_CODE_ENABLE_AUTO_MODE=1. See Environment variables for details.

For desktop.md

Update the availability sentence:

Before:

Auto mode is a research preview available to all users on the Anthropic API. It is not available on third-party providers.

After:

Auto mode is a research preview available to all users on the Anthropic API. On Bedrock, Vertex, and Foundry, it is available for Claude Opus 4.7 and Opus 4.8 with the opt-in flag CLAUDE_CODE_ENABLE_AUTO_MODE=1.

For env-vars.md

Add a new entry for CLAUDE_CODE_ENABLE_AUTO_MODE:

VariableDescription
CLAUDE_CODE_ENABLE_AUTO_MODESet to 1 to enable auto mode when using Claude Code through Bedrock, Vertex, or Foundry. Requires Claude Opus 4.7 or Opus 4.8.

Impact

Medium - Makes feature difficult to understand

Additional Context

Affected Pages:

PageSectionIssue
https://code.claude.com/docs/en/permission-modesAuto mode eligibility bullet listProvider bullet says "Not available on Bedrock, Vertex, or Foundry"
https://code.claude.com/docs/en/desktopAuto mode availability paragraphSays "not available on third-party providers"
https://code.claude.com/docs/en/env-varsEnvironment variables tableCLAUDE_CODE_ENABLE_AUTO_MODE is missing

Total scope: 3 sections across 3 pages

Release reference: v2.1.158 changelog entry: "Auto mode is now available on Bedrock, Vertex, and Foundry for Opus 4.7 and Opus 4.8. Opt in by setting CLAUDE_CODE_ENABLE_AUTO_MODE=1"

Vote matrix · Quick signals

Works
Did the solution work? Tap to confirm.
Easy Fix
Was it a quick fix?
Time Saver
Did it save you time?
Blocking
Was it severely blocking?
Common Issue
Are others likely hitting this too?
Flaky / Intermittent
Is it intermittent?
Verified / Reproducible
Can you reproduce it reliably?
Loading…

Still need to ship something?

×6

Another batch ranked right after the header list — different links, same matching logic.

Back to top recommendations

TRENDING

claude-code - 💡(How to fix) Fix [DOCS] Auto mode docs still say "not available on Bedrock, Vertex, or Foundry" after v2.1.158 adds provider support