Feature request- Ability to remove messages from the chat history #171
Replies: 4 comments 4 replies
-
Also that would be a great way to help roocline unstuck if it ever executes a command, and the output is too long (currently causing hang, which requires to restart vscode from time to time). With the ability to modify history, the operator will have an option to influence the command roocline is about to execute, e.g. |
Beta Was this translation helpful? Give feedback.
-
How about computing a summary of the context accumulated upto that point. (key parts of the code, files analysed, current objectives, last x responses) and then pass this into a new task? At least then it might be able to continue in a more graceful way. Another simpler model could be used to perform the summary. Other ideas...applying RAG on the accumulated context from the previous task. |
Beta Was this translation helpful? Give feedback.
-
Does the message deletion feature added a few days ago help? |
Beta Was this translation helpful? Give feedback.
-
No because it still keeps them in history. For example if i get a
notification that token limit has been exceeded, even if I delete messages
it doesn't change anything. Sending another message still gets the
notification that the token limit has been exceeded. So I don't think it's
very effective.
…On Fri, Jan 3, 2025, 5:47 PM Matt Rubens ***@***.***> wrote:
Does the message deletion feature added a few days ago help?
—
Reply to this email directly, view it on GitHub
<#171 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/A5VWTNKPI5BKDC7HVR7T7232I4OQNAVCNFSM6AAAAABT3MNHVOVHI2DSMVQWIX3LMV43URDJONRXK43TNFXW4Q3PNVWWK3TUHMYTCNZTGAYTINY>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
This will help save on token costs if we can somehow delete messages we don't need from the chats. Especially images!
Beta Was this translation helpful? Give feedback.
All reactions