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
fix(decopilot): publish user-prompt mirror after run purge so mid-run joiners see it (#4464)
Move the data-user-message publish from POST time (routes.ts) into
dispatchRun, right after streamBuffer.purge() clears the previous run.
Published before, the chunk was wiped by that purge, so a viewer JOINING
mid-run (deliverPolicy: "all") replayed only the assistant reply, not the
prompt, until a DB refetch. Publishing after the purge lets it survive the
whole run. Also aligns queued-turn UX (prompt appears at dispatch time).
0 commit comments