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

set_max_thinking_tokens gains a new thinking_display option and stricter validation

The set_max_thinking_tokens tool supports a new 'highlights' display mode and validates its inputs more strictly

TierUnder the hoodhow much it should matter to you
Useful2my rating, 1 to 5
Signal2worth watching, 1 to 5
AreaThinking Displaywhat it touches
KindInternal Changesin v2.1.277,
Group of 2 Under the hood

The set_max_thinking_tokens tool supports a new 'highlights' display mode and validates its inputs more strictly

What

  • The thinking_display parameter of the set_max_thinking_tokens tool now accepts a new mode, in addition to summarized and omitted, that shows one short title per stretch of thinking instead of a full prose summary. This mode only works for Claude Code sessions that Anthropic itself hosts; on any other client, the request still succeeds but silently falls back to omitted once the API rejects the value.
  • A tightened validation schema now requires max_thinking_tokens to be an integer or null, and thinking_display to be one of a fixed set of values or null, with a matching error message when the input doesn't fit.

Why

The new display mode gives a more scannable view of Claude's thinking on supported sessions, while the stricter validation makes sure invalid values for these settings produce a clear error instead of being silently accepted.

Read from
Names in the bundlemax_thinking_tokensthinking_display
What the documentation says
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 doubtThe finding does not say what triggers this control or who sets these values.

See this entry in the whole of v2.1.277 →

Feedback