Sweep 19 Sep 2026 · 02:36Z Build v2.1.278 500 read Stable v2.1.267 Latest v2.1.278 Next v2.1.278 Feeds RSS JSON llms.txt Unofficial
Claude Code v2.1.273 ·

wpn model-resolution helper drops an early-return guard

Standard default model resolution no longer short-circuits under a certain guard condition

TierUnder the hoodhow much it should matter to you
Useful1my rating, 1 to 5
Signal1worth watching, 1 to 5
AreaModelswhat it touches
KindInternal Changesin v2.1.273,
Under the hood

Standard default model resolution no longer short-circuits under a certain guard condition

What

The internal function that determines the standard default model kind used to return early with no model (null) when a particular guard condition held. That early return has been removed, so the function now always falls through to the standard-model branch when there's no recognized organization default.

Why

This means a case that previously resulted in no standard model being selected will now fall through to picking the standard default model instead, when there's no recognized org-level default.

How sure we are
Something disagreesSomething we can check disagrees with this entry, or the writer said they could not settle it.
The writer flagged doubtWhat condition the removed guard checked for, and which users or scenarios it applied to, is not stated.

See this entry in the whole of v2.1.273 →