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.234 Home All releases olderv2.1.233 v2.1.235newer
Claude Code v2.1.234

Groundwork for a new-content divider and jump-to-bottom

Not switched on
Useful2 Signal3
Terminal UI

Scroll tracking can mark where you left off and jump you back to the newest output.

New-content divider and jump-to-bottom tracking is built but not surfaced in this build.

What

New scroll tracking can detect that you have scrolled away from the bottom, pin a divider at the point you left, and jump you back down to the newest content.

Details
  • The divider clears when you scroll back to the bottom, or when the item count falls below the pinned position.
  • Supporting text-selection work now lets a region be marked selectable or non-selectable, and adds a variant that copies a selection rectangle between two buffers instead of only filling a constant value.
  • The tracking itself has no flag; whether anything in this build mounts it is not settled by the code around it.
Evidence

dividerIndex

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