Summary
Agent does not preserve conversational context from the previous response.
Problem
When the agent asks a follow-up question and the user replies with a short answer like yes, the agent does not understand what the user is agreeing to.
Expected behavior is that the agent should use the immediately previous assistant message and conversation state to resolve short replies such as yes, no, do it, continue, or that one.
Steps to reproduce:
- Open a chat with the agent.
- Let the agent ask a follow-up question, such as Want me to dig into either of those Sentry panics?
- Reply with yes.
- Observe that the agent says it does not know what yes refers to instead of continuing from the prior context.
Environment:
- Desktop app
- Platform/version unknown
Solution optional
Investigate recent-turn context assembly, conversation history windowing, summarization, and any prompt/router step that may drop the previous assistant message before the next user response is processed.
Acceptance criteria
Related
Screenshot provided showing the agent asks whether to dig into Sentry panics, user replies yes, and the agent loses context.
Summary
Agent does not preserve conversational context from the previous response.
Problem
When the agent asks a follow-up question and the user replies with a short answer like yes, the agent does not understand what the user is agreeing to.
Expected behavior is that the agent should use the immediately previous assistant message and conversation state to resolve short replies such as yes, no, do it, continue, or that one.
Steps to reproduce:
Environment:
Solution optional
Investigate recent-turn context assembly, conversation history windowing, summarization, and any prompt/router step that may drop the previous assistant message before the next user response is processed.
Acceptance criteria
Related
Screenshot provided showing the agent asks whether to dig into Sentry panics, user replies yes, and the agent loses context.