Summary
When answering an agent question from the web session dock, the reply request succeeds but the question dock stays visible and the UI does not advance.
Steps to reproduce
- Open a web session where the agent asks a question through the question dock.
- Fill out all required items in the dock.
- Click Submit.
- Observe the
POST /question/{requestID}/reply request succeed.
Actual behavior
The question dock remains visible and the session stays blocked even though the reply API call succeeded.
Expected behavior
After a successful reply, the pending question should be cleared locally and the dock should disappear so the session can continue.
Notes
Current web UI behavior depends on the question.replied event to remove the pending question from local sync state. If that event is delayed or missed, the dock remains stuck.
Summary
When answering an agent question from the web session dock, the reply request succeeds but the question dock stays visible and the UI does not advance.
Steps to reproduce
POST /question/{requestID}/replyrequest succeed.Actual behavior
The question dock remains visible and the session stays blocked even though the reply API call succeeded.
Expected behavior
After a successful reply, the pending question should be cleared locally and the dock should disappear so the session can continue.
Notes
Current web UI behavior depends on the
question.repliedevent to remove the pending question from local sync state. If that event is delayed or missed, the dock remains stuck.