• v1.5.5-dev 69225c9ab5

    FTMahringer released this 2026-05-09 14:35:37 +02:00 | 239 commits to main since this release

    Dashboard Live Log Panel

    Logs tab now streams events live via SSE alongside historic log list.

    Features:

    • connectLogStream() in api.ts — opens EventSource to /api/logs/stream, parses "log" named events
    • LiveLogEvent interface for typed SSE payloads
    • Live Stream panel: shows up to 100 newest events, auto-trimmed, newest first
    • Connection badge: CONNECTED (green) / DISCONNECTED (red)
    • Historic panel: existing fetched logs remain below live stream
    • EventSource closed on component unmount

    Next: v1.5.6-dev Dashboard streaming conversation updates

    Downloads