🎉 New Extension: Chat Edit Live - Clean Up Your Chat Buffer Messages #1706
arnm
started this conversation in
Show and tell
Replies: 2 comments 4 replies
-
Interesting, thanks for sharing! I was indeed looking for something similar. My initial naive idea was that the chat was a normal buffer and therefore I could edit the conversation (mainly delete messages) as you would do normally in VIM, but I quickly found out that it's not like that. |
Beta Was this translation helpful? Give feedback.
3 replies
-
This looks awesome. Great job @arnm |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I've built a small extension for CodeCompanion that lets you remove messages from your chat history while preserving conversation flow. Perfect for cleaning up messy conversations or removing outdated context.
chat-edit-live.mp4
What it does
Why it's useful
Setup
Get the extension: https://gist.github.com/arnm/27f732be70a337c491688ebae22b6de4
Usage
gE
in a chat buffer to pick messages to removegO
to quickly remove the last user messageThe extension handles all the complexity of maintaining proper chat state, message cycles, and UI rendering. Works great for keeping your conversations clean and focused!
Anyone else finding chat history management useful? I honestly think it should be builtin :)
Beta Was this translation helpful? Give feedback.
All reactions