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.251 Home All releases olderv2.1.250
Claude Code v2.1.251

New-messages pill reworked onto a subscribable store

Under the hood
Useful1 Signal0
UI

The jump-to-new-message pill was rewired internally; it behaves the same.

What

The jump-to-new-message pill in the scroll view now reads its divider position and unseen count from a small subscribable store rather than passed-down refs and props. No change to when the pill appears.

Evidence

jumpToNew

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.251 →