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

Fleetview group-header selection no longer fights the current selection

You'll notice
Useful2 Signal0
Fleetview

Picking a group header in Fleetview no longer bounces your selection back and forth.

What

Selecting a group header no longer causes the selection to bounce between the header and the previously selected row.

Details
  • The effect that snaps selection to the computed target bails out when the current index already equals the target.
  • The header-scroll effect sets selection and scroll offset together.
  • The empty-state telemetry event still reports skeleton and has_origin.
Evidence

tengu_fleetview_empty_state_shown

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 →