feat(FN-3608): update dashboard chat documentation

Updated the dashboard chat documentation in the user guide with a minor addition.

Fusion-Task-Id: FN-3608
This commit is contained in:
Fusion
2026-05-06 19:26:14 -07:00
committed by gsxdsm
parent 5dcc888948
commit d791fa90ab
4 changed files with 23 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
---
"@runfusion/fusion": patch
---
Fix chat sending silently failing on flaky networks (especially mobile).
The SSE reader in the dashboard client now treats a closed stream without
a terminal `done`/`error` event as an error so streaming state unwinds
instead of getting stuck. The `useChat` and `useQuickChat` hooks also now
show a toast when a message is queued behind an in-flight response, so
the previous stuck state is observable rather than silent.