dougollerenshaw / CodeAIde

A tool for interactively building and running code with AI
MIT License
1 stars 1 forks source link

Archive chats along with performance metrics #6

Open dougollerenshaw opened 4 days ago

dougollerenshaw commented 4 days ago

There should be a mechanism for saving all chats along with some basic data about performance. This would be a precursor to making old chats/code searchable and it would also be useful to be able to see how long responses tend to take, how long it tends to take code to execute, etc.

To save:

Ideally this would be in a local database, either within the project directory (but in the gitignore), or somewhere on the local drive.