Source Intelligence

DisclaimerUnofficial, and not affiliated with Anthropic. Nearly all of this is read straight out of what ships: npm bundles, captured prompts, published docs. Anthropic's own notes go in verbatim, marked as theirs. The rest is my reading, and every entry carries the strings behind it. If one looks wrong, vote it down and say why.

All of v2.1.222 Home All releases olderv2.1.221 v2.1.223newer

Thread rendering keeps summoning comments and marks new truncation kinds

You'll notice
Useful3 Signal0
Artifacts

Comments that triggered a turn are always kept in view instead of being trimmed away.

What

The thread renderer was replaced so the comments that actually caused this turn are never dropped to fit the budget.

Details
  • always keeps the newest comment plus every comment that summoned this turn, budgeting characters across them
  • new markers [summoning comment truncated] alongside [newest comment truncated] and [N comment(s) elided]
  • summoning_truncated added to the compose_thread_elided telemetry
Evidence

[summoning comment truncated]

Strings lifted out of the shipped bundle, so the claim above can be checked against them.

See this entry in the whole of v2.1.222 →