-
-
Notifications
You must be signed in to change notification settings - Fork 52.6k
Closed
Labels
bugSomething isn't workingSomething isn't workingstaleMarked as stale due to inactivityMarked as stale due to inactivity
Description
Description
When the assistant sends a response that includes both text and a tool call, messages in the webchat UI briefly disappear before reappearing. This creates a jarring user experience.
Steps to Reproduce
- Open webchat UI
- Send a message that triggers both a text response and a tool call
- Observe the chat history momentarily clearing
Root Cause (suspected)
Race condition in the webchat JS: the streaming response clears the message list before the history API response loads the persisted messages back.
Workaround
Local patch applied to webchat JS to prevent the clear during streaming.
Environment
- Clawdbot version: 2026.1.24-3
- Browser: Safari/Chrome
- Platform: macOS
Notes
Originally reported via terminal, but the terminal issue may be separate. The webchat race condition is confirmed reproducible.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workingstaleMarked as stale due to inactivityMarked as stale due to inactivity