Bug type
Regression (worked before, now fails)
Summary
When two TUI windows are connected to the same agent, creating a new session with /new in one window causes the agent's replies to be broadcast to all connected TUI clients, not just the one that initiated the session.
Steps to reproduce
- Open terminal window A and connect to an agent via TUI:
openclaw tui, then /agent main
- Open terminal window B and connect to the same agent:
openclaw tui, then /agent main
- In window A, type
/new to create a new session.
- Send a message in window A, e.g., "Hello".
- Observe: the agent's reply appears in both window A and window B.
Expected behavior
Each TUI client should maintain its own session context. Messages and replies in a session created by /new in window A should not appear in window B. Session-level isolation should be enforced.
Actual behavior
The agent's reply is broadcast to all connected TUI clients regardless of which client initiated the session.
OpenClaw version
2026.3.2
Operating system
macOS (Mac mini)
Install method
No response
Logs, screenshots, and evidence
Impact and severity
No response
Additional information
No response
Bug type
Regression (worked before, now fails)
Summary
When two TUI windows are connected to the same agent, creating a new session with /new in one window causes the agent's replies to be broadcast to all connected TUI clients, not just the one that initiated the session.
Steps to reproduce
openclaw tui, then/agent mainopenclaw tui, then/agent main/newto create a new session.Expected behavior
Each TUI client should maintain its own session context. Messages and replies in a session created by /new in window A should not appear in window B. Session-level isolation should be enforced.
Actual behavior
The agent's reply is broadcast to all connected TUI clients regardless of which client initiated the session.
OpenClaw version
2026.3.2
Operating system
macOS (Mac mini)
Install method
No response
Logs, screenshots, and evidence
Impact and severity
No response
Additional information
No response