Unable to Add Previous Conversations to Current Context After 2.0 Update

I noticed that after the 2.0 update, I can no longer find a way to include or insert previous conversations into the current context.
Is there any way to do that?

1 Like

@condor

Some of the previous @ features were removed as they were not working as well as we wanted. We may bring them back in an improved version in the future.

Alternative options:

  • Clicking on existing chat and duplicating it
  • Exporting existing chat and adding as @ reference

Hi Condor, to follow up on this “Add Previous Conversations” disappear, I’m facing network errors sometimes in the middle of coding process so that I’m totally lost where is the progress of current task. Duplicating the chat doesn’t help. I think the whole chat is facing error.

It’s not an actual network error, it’s the same thing as breaching the maximum context window limits. If you review the request details JSON you will see something akin to:

```json
{
“error”: “ERROR_CONVERSATION_TOO_LONG”,
”details": {
“title”: “Conversation Too Long”,
“detail”: “Your conversation is too long. Please try creating a new conversation or shortening your messages.”,
“isRetryable”: false,
“showRequestId”: false
},
“isExpected”: true
}
```

I have noticed that ever since 2.0 the context window limits seem to be much stricter than before and the “Start new session with context…” (can’t remember the exact wording) simply doesn’t work. I usually export the chat (which defaults to Downloads folder every time making it pretty annoying to have to navigate back to project folder) and then will point to the exported file in a new session. Should be more streamlined.

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.