dashboard: connect thread detail to SSE live endpoint #131

Closed
opened 2026-05-08 08:49:34 +00:00 by xingyue · 0 comments
Owner

Context

PR #129 review feedback. The SSE endpoint GET /api/threads/:id/live exists but the dashboard doesn't use it yet.

Plan

  • Add useSSE hook that connects to /api/threads/:id/live
  • Thread detail view auto-subscribes when viewing a running thread
  • Records append in real-time instead of requiring page refresh
  • Auto-reconnect on disconnect

Ref

Follow-up from #129, part of #118 and #128

## Context PR #129 review feedback. The SSE endpoint `GET /api/threads/:id/live` exists but the dashboard doesn't use it yet. ## Plan - Add `useSSE` hook that connects to `/api/threads/:id/live` - Thread detail view auto-subscribes when viewing a running thread - Records append in real-time instead of requiring page refresh - Auto-reconnect on disconnect ## Ref Follow-up from #129, part of #118 and #128
Sign in to join this conversation.
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: uncaged/workflow#131