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

Model names are now normalized (trimmed + lowercased) when resolving a session model

Model names are now trimmed and lowercased when Claude Code resolves which model a session uses

TierYou'll noticehow much it should matter to you
Useful1my rating, 1 to 5
Signal0worth watching, 1 to 5
AreaModelswhat it touches
KindBug Fixesin v2.1.265,
You'll notice

Model names are now trimmed and lowercased when Claude Code resolves which model a session uses

What

When Claude Code figures out which model a session should use, any resolved model name that comes back as a string is now cleaned up: extra whitespace is trimmed and the name is converted to lowercase before being used.

Why

This avoids mismatches caused by stray spaces or inconsistent capitalization in model names, so a model reference is recognized correctly regardless of how it was typed or supplied.

See this entry in the whole of v2.1.265 →

Feedback