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.225 Home All releases olderv2.1.224 v2.1.226newer

Virtual-scroll follow re-pin also updates a second focus setter

You'll notice
Useful2 Signal0
Fleetview

Scroll-following in long lists keeps focus and scroll position in sync more reliably.

What

The follow poller in the virtual scroll list now updates an additional focus setter when it re-pins, and the scroll layout effect's early-return guard was rewritten against different refs.

Details
  • triggered on the same path that logs [FV-poll] follow re-pin moved focus:
  • the extra setter runs alongside the existing one rather than replacing it
  • the user-visible consequence could not be pinned down beyond it being a focus and scroll sync fix
Evidence

follow re-pin moved focus

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