Follow Discord
Sweep 22 Sep 2026 · 17:19Z Build v2.1.280 501 read Stable v2.1.267 Latest v2.1.280 Next v2.1.280 Feeds RSS JSON llms.txt Unofficial
Claude Code v2.1.257 ·

Gateway model discovery no longer skipped for nonessential-traffic-disabled users

Gateway model discovery now runs even when nonessential traffic is disabled, instead of being skipped.

TierYou'll noticehow much it should matter to you
Useful3my rating, 1 to 5
Signal3worth watching, 1 to 5
AreaModelswhat it touches
KindBug Fixesin v2.1.257,
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.

Read from
Names in the bundleANTHROPIC_BASE_URL
Since it was published

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 reject changelog see the edit
How sure we are
One source agreesOne thing we can check says the same as this entry.
Anthropic's documentation agreesAnthropic's documentation has since written up ANTHROPIC_BASE_URL, on Claude Code changelog.

See this entry in the whole of v2.1.257 →

Feedback