- 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
241 B
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.