Skip to content

v0.51.554

Choose a tag to compare

@github-actions github-actions released this 21 Jun 07:40
· 25 commits to master since this release
69edf01

Release v0.51.554 — Release TM (transcript stays put when you scroll up during a live reply)

Ships #4578 (franksong2702) — scroll-anchor fix (#4295).

Fixed

  • Scrolling up during a live reply no longer snaps back to bottom. Mid-stream rebuilds preserve the semantic viewport anchor before scrollTop fallback; manual unpin is authoritative so distance-inference can't re-pin mid-answer. Pinned readers still auto-follow. Thanks @franksong2702.

Gate

  • Full suite: 9930 passed, 0 failed (incl. new test_issue4295_midstream_scroll_anchor.py, 34 scroll tests)
  • Codex: SAFE TO SHIP ("no regression risk, core flows intact"); Opus: SAFE / SHIP (disciplined refactor; _programmaticScroll scoping held across the synchronous remount frame, no leak; pinned readers still follow; unpin escape intact)

Closes #4295.