[DOCS] Auto mode docs still say Bedrock, Vertex, and Foundry are unsupported

Resolved 💬 1 comment Opened Jun 2, 2026 by coygeek Closed Jun 23, 2026

Documentation Type

Incorrect/outdated documentation

Documentation Location

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

Section/Topic

"Eliminate prompts with auto mode" requirements list, especially the provider availability guidance

Current Documentation

The docs currently say on the permission modes page:

Auto mode is available only when your account meets all of these requirements: Plan: All plans. Admin: on Team and Enterprise, an admin must enable it in Claude Code admin settings before users can turn it on. Model: Claude Opus 4.6 or later, or Sonnet 4.6. Older models, including Sonnet 4.5, Opus 4.5, Haiku, and claude-3 models, are not supported. Provider: Anthropic API only. Not available on Bedrock, Vertex, or Foundry.

And the auto mode configuration page says:

Auto mode is available to all users on the Anthropic API. It is not available on Bedrock, Vertex, or Foundry. If Claude Code reports auto mode as unavailable for your account, check the full requirements, which also cover the supported models and admin enablement on Team and Enterprise plans.

What's Wrong or Missing?

These pages are outdated for third-party providers.

Claude Code's v2.1.158 changelog says:

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

The v2.1.160 changelog then says:

Fixed the auto mode unavailability message on third-party providers (Bedrock/Vertex/Foundry) to point to the CLAUDE_CODE_ENABLE_AUTO_MODE opt-in instead of incorrectly blaming the model

So the current docs still tell users the feature is unavailable on Bedrock, Vertex, and Foundry even though the release notes say it is supported there behind an explicit opt-in. They also omit the required CLAUDE_CODE_ENABLE_AUTO_MODE=1 step.

This creates two concrete documentation problems:

A. Incorrect availability guidance

Users on Bedrock, Vertex, and Foundry are told auto mode is unsupported when it is actually available for supported models.

B. Missing enablement instructions

The docs do not tell third-party-provider users that they need to opt in with CLAUDE_CODE_ENABLE_AUTO_MODE=1.

Suggested Improvement

Update the auto mode docs to reflect the current provider behavior.

At minimum:

  1. Replace the blanket "Anthropic API only" / "not available on Bedrock, Vertex, or Foundry" wording.
  2. Add the current provider-specific requirement, including that Bedrock, Vertex, and Foundry support auto mode only for the supported models called out in the release notes.
  3. Document the opt-in step explicitly, for example:
On Bedrock, Vertex, and Foundry, auto mode is available for supported models when you set CLAUDE_CODE_ENABLE_AUTO_MODE=1.
  1. Keep the permission modes page and the auto mode config page aligned so they do not give contradictory guidance.

Impact

High - Prevents users from using a feature

Additional Context

Affected Pages:

| Page | Line(s) | Context |
|------|---------|---------|
| https://code.claude.com/docs/en/permission-modes | 173-180 | Auto mode requirements list says the provider must be Anthropic API only and excludes Bedrock, Vertex, and Foundry |
| https://code.claude.com/docs/en/auto-mode-config | 11-13 | Intro note repeats that auto mode is not available on Bedrock, Vertex, or Foundry |

Release-note references:

| Page | Line(s) | Context |
|------|---------|---------|
| https://code.claude.com/docs/en/changelog | 48 | v2.1.158 says auto mode is available on Bedrock, Vertex, and Foundry when CLAUDE_CODE_ENABLE_AUTO_MODE=1 is set |
| https://code.claude.com/docs/en/changelog | 30 | v2.1.160 says the unavailability message on third-party providers now points to the opt-in instead of blaming the model |

Total scope: 2 documentation pages affected

View original on GitHub ↗

This issue has 1 comment on GitHub. Read the full discussion on GitHub ↗