Skip to content

**<sub><sub>![P1 Badge](https://img.shields.io/badge/P1-orange?style=flat)</sub></sub> Show incoming user messages to clients** #29

@DYAI2025

Description

@DYAI2025

P1 Badge Show incoming user messages to clients

The chat WebSocket handler in office-ui.html only processes agent_message and chat_history payloads, leaving user_message broadcasts ignored. When one client sends a message, other connected clients receive it from the server with type user_message, but the UI drops it because onmessage has no branch for that type. This prevents the multi-user broadcast promised by /ws/chat, so users never see each other’s messages unless they originate from the built-in agent echo.

Useful? React with 👍 / 👎.

Originally posted by @chatgpt-codex-connector[bot] in #28 (comment)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions