claude-code - 💡(How to fix) Fix [BUG] CLAUDE_CODE_DISABLE_EXPERIMENTAL_BETAS=1 is being ignored since v2.1.129

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…

Error Message

API Error: 400 vertex-ai error: Unexpected value(s) context-1m-2025-08-07 for the anthropic-beta header. Please consult our documentation at docs.anthropic.com or try again without the header.

Code Example

API Error: 400 vertex-ai error: Unexpected value(s) `context-1m-2025-08-07` for the `anthropic-beta` 
     header. Please consult our documentation at docs.anthropic.com or try again without the header.

---

"env": {
    [...]
    "CLAUDE_CODE_DISABLE_EXPERIMENTAL_BETAS": "1"
  },

---

API Error: 400 vertex-ai error: Unexpected value(s) `context-1m-2025-08-07` for the `anthropic-beta` 
     header. Please consult our documentation at docs.anthropic.com or try again without the header.
RAW_BUFFERClick to expand / collapse

Preflight Checklist

  • I have searched existing issues and this hasn't been reported yet
  • This is a single bug report (please file separate reports for different bugs)
  • I am using the latest version of Claude Code

What's Wrong?

On version v2.1.129-v2.1.32 I get the following error, when I try to have a conversation with claude:

API Error: 400 vertex-ai error: Unexpected value(s) `context-1m-2025-08-07` for the `anthropic-beta` 
     header. Please consult our documentation at docs.anthropic.com or try again without the header.

My settings.json contains:

  "env": {
    [...]
    "CLAUDE_CODE_DISABLE_EXPERIMENTAL_BETAS": "1"
  },

As far as I understand this should prevent claude from sending the anthrophic-beta header, but it doesn't prevent it anymore. v2.1.128 still works

What Should Happen?

Claude should not send anthropic-beta when environment variable CLAUDE_CODE_DISABLE_EXPERIMENTAL_BETAS=1

Error Messages/Logs

API Error: 400 vertex-ai error: Unexpected value(s) `context-1m-2025-08-07` for the `anthropic-beta` 
     header. Please consult our documentation at docs.anthropic.com or try again without the header.

Steps to Reproduce

  1. run claude: $ claude
  2. type anything in the interactive terminal > hi

Claude Model

None

Is this a regression?

Yes, this worked in a previous version

Last Working Version

2.1.128

Claude Code Version

2.1.132

Platform

Anthropic API

Operating System

Ubuntu/Debian Linux

Terminal/Shell

IntelliJ IDEA terminal

Additional Information

No response

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