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 ·

Prompt-suggestion generation can now reuse a precomputed 'turn brief' instead of a fresh model call

Prompt suggestions can now reuse a precomputed 'turn brief' instead of always making a fresh model call

TierUnder the hoodhow much it should matter to you
Useful2my rating, 1 to 5
Signal2worth watching, 1 to 5
AreaElsewherewhat it touches
KindImprovementsin v2.1.274,
Under the hood

Prompt suggestions can now reuse a precomputed 'turn brief' instead of always making a fresh model call

What

When generating a suggested next prompt in SDK or print mode, Claude Code now first checks for a precomputed 'turn brief' - a short summary produced as part of a turn's post-turn classification. If that precomputed brief matches the current turn, it's used directly as the suggestion instead of triggering a new generation request to the model.

Why

This can make prompt suggestions appear faster and avoids an extra model call when a suitable summary is already available.

See this entry in the whole of v2.1.274 →

Feedback