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
Copy file name to clipboardExpand all lines: .changeset/watch-mode-keepalive.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,4 +2,4 @@
2
2
"@trigger.dev/sdk": patch
3
3
---
4
4
5
-
Watch-mode chat streams now survive quiet windows and keep delivering later turns, and a reply cut off by a lost connection now shows an error instead of appearing finished. Aborting a resumed subscription no longer stops the run — it only closes your local stream, so a viewer leaving can't cut off someone else's reply. To stop generation, call `stopGeneration(chatId)`, or pass `stopOnAbort: true` to `reconnectToStream` when that subscriber owns the turn.
5
+
Watch-mode chat streams now survive quiet windows and keep delivering later turns, and a reply cut off by a lost connection now shows an error instead of appearing finished. Aborting a resumed subscription no longer stops the run — it only closes your local stream, so a viewer leaving can't cut off someone else's reply. To stop generation, call `stopGeneration(chatId)`, or pass `stopOnAbort: true` to `reconnectToStream` when that subscriber owns the turn. Watch subscriptions also re-establish after a page reload even when the last turn has completed.
0 commit comments