Skip to content

Conversational responses that return to "Begin" shouldn't clear chat memory #172

@linear-code

Description

@linear-code

Otherwise you can't ask a follow-up question. The place where I've started to see this show up is, you ask the agent to do something, and instead of using the ask_user tool, it instead terminates on a conversational response. If you started on "Begin" that takes you back to "Begin", where we clear chat memory and therefore you cannot ask a follow-up.

Here is a test case, it doesn't always happen this way but it's frequent enough:

  1. "add a new monospace programming font to my system".
  2. agent responds giving you three choices. this MAY happen via inline ask_user but these days for me it often happens with a conversational response.
  3. say "let's do the first one".

Until this bug is fixed, the agent has no context to interpret what that means.

After this bug is fixed, the agent should do the first of the three choices it provided at step 2.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions