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.274 ·

Explore agent no longer inherits model cap on non-first-party providers

The Explore agent no longer has its model capped when using non-Anthropic API providers

TierYou'll noticehow much it should matter to you
Useful2my rating, 1 to 5
Signal2worth watching, 1 to 5
AreaElsewherewhat it touches
KindImprovementsin v2.1.274,
You'll notice No documentation found

The Explore agent no longer has its model capped when using non-Anthropic API providers

What

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.

Why

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.

Read from
Names in the bundleCLAUDE_CODE_DISABLE_EXPLORE_INHERIT_CAP

See this entry in the whole of v2.1.274 →

Feedback