• v1.7.4-dev f7fbe446cd

    FTMahringer released this 2026-05-09 15:13:16 +02:00 | 222 commits to main since this release

    Conversations Screen

    Operator can list conversations, read messages, and send new messages.

    Features:

    • ConversationsView.vue — two-panel layout: conversation list + message thread
    • Create new conversation (POST /api/conversations with agentId=main-agent)
    • Select conversation to load message history
    • Send message form with loading state
    • Message bubbles: user (blue tint), assistant (neutral), system (green tint)
    • Live Events panel shows WS conversation events from liveStore
    • conv-layout, message-list, message-form CSS components

    Next: v1.7.5-dev Agents and teams screen

    Downloads