Files
fusion/.changeset/fix-dashboard-realtime-updates.md
gsxdsm 5c6a574b35 fix(FN-732): fix dashboard real-time updates and SSE pipeline
- Fix SSE event relay to properly broadcast task store events to dashboard clients
- Use named heartbeat events instead of SSE comments for reliable keep-alive
- Add missing event emission in core task store for state changes
- Add comprehensive tests for SSE pipeline, event emission, and UI hooks
- Remove broken useTerminal hook and AgentLogViewer tests, fix flaky test suites
2026-04-02 19:34:35 -07:00

241 B

@gsxdsm/fusion
@gsxdsm/fusion
patch

Fix dashboard real-time updates not reaching the browser. SSE event pipeline now handles write errors gracefully, cleans up zombie connections, and reconnects automatically when the connection silently dies.