Resumed teammate sessions now replay first-paint marks to clients that attach, so reattaching looks right.
What's wrong with this entry?
The dispatch record now states explicitly whether a launch restores a transcript, and attaching clients get replayed interactivity marks.
- The launch payload gained an optional
restoresTranscriptboolean for both prompt and resume modes, persisted in the session schema. - Workers derive
bootedViaResumefrom that flag instead of sniffing the argv for--resume. - A
firedInteractiveMarksarray is persisted and replayed to attaching clients: entries of kindcontent_paintorprompt_idlecarryingmsgsLoaded,msgsInJsonlandmsgsRenderedAtFirstPaint, capped at two. - Attach responses now carry an
imarkNonceand abootingflag.
msgsRenderedAtFirstPaint
Strings lifted out of the shipped bundle, so the claim above can be checked against them.