arbs-io / vscode-openai

vscode-openai seamlessly incorporates OpenAI features into VSCode, providing integration with SCM, Code Editor and Chat.
https://marketplace.visualstudio.com/items?itemName=AndrewButson.vscode-openai
MIT License
74 stars 18 forks source link

Feature request: Add option to save messages #297

Open kavehsfv opened 1 week ago

kavehsfv commented 1 week ago

Hi,

Could you please add a feature for saving messages? Sometimes, I find it challenging to locate a specific received message and have to scroll through the chat history to find it. It would be great to have a dedicated chat history for saved messages.

Thank you!

arbs-io commented 1 week ago

Hi @kavehsfv Do you want a search feature over conversation history?

arbs-io commented 1 week ago

@kavehsfv you can search message using Ctrl+F which show a standard Find dialogue.

kavehsfv commented 1 week ago

Hi,

No, I don't need the search a message in a conversation. Some messages in conversation with the LLM model are temporary, but some messages are worth keeping to review again in the future. I was wondering if you could add a save option to keep them forever. The following image shows an example:

Presentation8

thanks.

arbs-io commented 1 day ago

The conversation (complete) are saved by default. Are you trying to save/index specific messages?

kavehsfv commented 16 hours ago

Exactly, It would be great if we can save a specific message in a conversation. All saved messages (from different conversations) are in one 'Saved Messages' conversation. Like the messaging apps (Telegram or WhatsApp)

Thanks for your consideration.