• v1.5.6-dev c72403dedd

    FTMahringer released this 2026-05-09 14:36:44 +02:00 | 238 commits to main since this release

    Dashboard Streaming Conversation Updates

    WebSocket-backed conversation event panel on the Overview tab.

    Features:

    • connectConversationStream() in api.ts — opens WebSocket to /ws/conversations
    • ConversationStreamEvent interface for typed WS payloads
    • Conversation Stream panel on Overview tab with LIVE/OFFLINE badge
    • Stores up to 50 newest events, newest first
    • WS connection opened on mount, closed on unmount
    • wsConnected state tracks open/close callbacks

    Next: v1.5.7-dev Reconnect, backoff, polling fallback

    Downloads