feat(FN-4583): complete Step 6 — add release changeset

Fusion-Task-Id: FN-4583
Fusion-Task-Lineage: 4d9b088d-a705-4376-b547-15b37e5370aa
This commit is contained in:
Fusion
2026-05-15 02:15:48 -07:00
committed by gsxdsm
parent 192b6e808e
commit 9adff3a809

View File

@@ -0,0 +1,5 @@
---
"@runfusion/fusion": patch
---
Fix chat room thread freshness by loading the newest message window (`order=desc` tail fetch) while preserving ascending message order in responses, and unify dashboard scoped chat event wiring with the engine's live `ChatStore` instance so agent-posted room messages stream to SSE listeners immediately.