Model Signal logo Model Signal Fast, verified AI updates
AI Models

Auto Mode Added to Claude Code v2.1.158 for Bedrock, Vertex, and Foundry

2 min read

Key Takeaways

  • Auto mode is now supported on Bedrock, Vertex, and Foundry.
  • Works with Opus 4.7 and Opus 4.8 models.
  • Enable it by adding `CLAUDE_CODE_ENABLE_AUTO_MODE=1` to your environment.
  • The change is listed under “What’s changed” for release v2.1.158.
  • No other functional changes are mentioned in the release notes.

Quick Summary

Claude Code 2.1.158 introduces an Auto mode that can be turned on for Opus 4.7 and Opus 4.8 when running on Amazon Bedrock, Google Vertex AI, or Foundry. Activation is done by setting the environment variable CLAUDE_CODE_ENABLE_AUTO_MODE=1.

Key Points

  • Auto mode is now supported on Bedrock, Vertex, and Foundry.
  • Works with Opus 4.7 and Opus 4.8 models.
  • Enable it by adding CLAUDE_CODE_ENABLE_AUTO_MODE=1 to your environment.
  • The change is listed under “What’s changed” for release v2.1.158.
  • No other functional changes are mentioned in the release notes.

What Actually Changed?

The release notes state:

“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.”

This is the sole change highlighted for version 2.1.158.

Coding Impact

  • Simpler activation: Developers can enable Auto mode with a single environment variable, avoiding code‑level toggles.
  • Platform coverage: Projects hosted on Amazon Bedrock, Google Vertex AI, or Foundry can now use Auto mode without custom integration work.
  • Model version requirement: Auto mode only works with Opus 4.7 or 4.8, so teams must ensure they are using one of these versions.
  • Potential workflow automation: While the release does not detail the behavior of Auto mode, its availability suggests a more hands‑free coding assistance experience for supported platforms.

Model / Tool Comparison

Feature Claude Code v2.1.157 (prior) Claude Code v2.1.158
Auto mode support Not available Available on Bedrock, Vertex, Foundry (Opus 4.7/4.8)
Activation method N/A CLAUDE_CODE_ENABLE_AUTO_MODE=1 env var
Supported platforms N/A Bedrock, Vertex, Foundry
Supported Opus versions N/A 4.7, 4.8

Strengths

  • Easy opt‑in via an environment variable.
  • Broad platform support covering three major AI hosting services.
  • Clear documentation of the change in the release notes.

Limitations / Concerns

  • No details on what Auto mode actually does or how it affects output quality.
  • Only works with Opus 4.7 and 4.8; older Opus versions remain without Auto mode.
  • No backward‑compatibility notes; existing pipelines may need to set the env var explicitly.

Should I Try It?

If you are already using Claude Code on Bedrock, Vertex AI, or Foundry with Opus 4.7/4.8, enabling Auto mode is a low‑effort experiment: just set CLAUDE_CODE_ENABLE_AUTO_MODE=1 and observe any changes in workflow. Teams on other platforms or older Opus versions will not see any effect until they upgrade.

Tags

AI, Claude Code, Auto mode, Bedrock, Vertex AI, Foundry, Opus, Release notes

Sources

  1. Claude Code Releases – v2.1.158

Why This Matters

**Simpler activation**: Developers can enable Auto mode with a single environment variable, avoiding code‑level toggles. **Platform coverage**: Projects hosted on Amazon Bedrock, Google Vertex AI, or Foundry can now use Auto mode without custom integration work. **Model version requirement**: Auto mode only works with Opus 4.7 or 4.8, so teams must ensure they are using one of these versions. **Potential workflow automation**: While the release does not detail the behavior of Auto mode, its availability suggests a more hands‑free coding assistance experience for supported platforms.