You'll notice
Gateway model discovery now runs even when nonessential traffic is disabled, instead of being skipped.
The gatewayDiscovery routine, which probes ANTHROPIC_BASE_URL for available models, no longer bails out immediately with "[gatewayDiscovery] skipped: nonessential traffic is disabled" when nonessential traffic is disabled. That early-return branch has been removed, so discovery now runs unconditionally regardless of that setting.
Names in the bundleANTHROPIC_BASE_URL
The entry above is what we published on the day. These lines were added later, as Anthropic's own pages caught up, and they sit beside the original rather than replacing it.
Added since
A small documentation edit on Claude Code changelog touched a line naming ANTHROPIC_BASE_URL after this was published.
* Fixed every request failing with `400 … Input tag 'advisor_20260301'` when `ANTHROPIC_BASE_URL` points at a proxy or gateway (2.1.275 regression)changelog see the edit
Confirmed since
Anthropic's documentation has since written up ANTHROPIC_BASE_URL, on Claude Code changelog.
* Fixed every turn failing with HTTP 400 on third-party Anthropic-compatible endpoints (`ANTHROPIC_BASE_URL`) since 2.1.265: a regex in the Artifact tool's input schema that those endpoints rejectchangelog see the edit
One source agreesOne thing we can check says the same as this entry.
Anthropic's documentation agrees
Anthropic's documentation has since written up ANTHROPIC_BASE_URL, on Claude Code changelog.