You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Rewind hid a message that was still visible. With two or more rewinds in one session, the client collapsed every rewind into a single [earliest target, latest marker] cut range. A later rewind to a later point leaves a gap of new traffic between the earlier marker and the later target; the collapsed range hid that still-on-surface gap, dropping a user message from the transcript while the agent still saw it in context.
hiddenSeqsOf now tracks each rewind's own [target, marker] span and hides their union instead, so the gap stays visible. Regression test added in tests/hidden.test.ts.