The Explore agent no longer has its model capped when using non-Anthropic API providers
The built-in Explore agent (used for fast, read-only code searches) has logic that decides whether to cap which model it can use, or let it inherit the same model as the main session. That logic now immediately returns "inherit" (no cap) whenever the active authentication provider is not Anthropic's own first-party API, before even checking the CLAUDE_CODE_DISABLE_EXPLORE_INHERIT_CAP environment variable.
Users connecting through a non-Anthropic provider will have the Explore agent run on the same model as the rest of the session, rather than being capped to a smaller model, regardless of that environment variable's setting.