Model-advisor standby model selection now double-checks the base URL is Anthropic's own#
Model-advisor's standby model pick now also requires the account to actually be talking to Anthropic's own API
Unclear Whether the related tengu_sage_compass2 gate is enabled for any account is unknown; no reading of it has been taken under this release.
tengu_sage_compass2 Not enough to sayNothing here resolved what this flag was doing on this version, so nothing here should be read as on or off.
This account: no value returned · anonymous baseline: no value returned · compiled default in v2.1.276: not a boolean we can read
These values were read against a different version of Claude Code, so treat them as the nearest reading available instead of one taken on this release.
Read once, for one account on one subscription tier, against v2.1.276. It isn't a statement about your account. What a flag value here can and cannot tell you
Claude Code has an internal "model-advisor" feature that can automatically switch you to a standby (fallback) model. Previously, this switch only checked that the advisor tool was enabled and that it had ranked a standby model. Now it also checks that the connection is genuinely going to Anthropic's own servers: the account type must be firstParty, and either _CLAUDE_CODE_ASSUME_FIRST_PARTY_BASE_URL is set, or the effective ANTHROPIC_BASE_URL actually resolves to api.anthropic.com.
In practice, this means:
- If you're signed in with a first-party Anthropic account but have
ANTHROPIC_BASE_URLpointed at a custom proxy or gateway, the advisor will no longer silently substitute a standby model. - The standby-model switch now only kicks in when requests are verifiably reaching Anthropic's own API endpoint.
This closes a gap where a proxied or gateway-routed session could still get its model silently swapped out by the advisor, even though it wasn't actually talking to Anthropic's servers. Anyone routing Claude Code through a custom ANTHROPIC_BASE_URL should expect the standby-model feature to stay off rather than kick in unexpectedly.