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

Model-clamp warning threading refactored, still single-fire per message

The plan-mode model-limit warning logic was restructured internally but still shows the warning only once per message

TierUnder the hoodhow much it should matter to you
Useful1my rating, 1 to 5
Signal0worth watching, 1 to 5
AreaElsewherewhat it touches
KindInternal Changesin v2.1.268,
Under the hood

The plan-mode model-limit warning logic was restructured internally but still shows the warning only once per message

What

The function that enforces a model 'clamp' in plan mode (limiting which model can be used) now returns both the chosen model and a clampWarning value together, instead of just the model. The logic for deduplicating and logging that warning, which used to live inside the clamp function itself, now lives in the calling code.

Why

This is an internal restructuring of how the warning is passed around; the behavior a user sees, one warning per message at most, stays the same.

See this entry in the whole of v2.1.268 →

Feedback