IncognitoPilot
IncognitoPilot copied to clipboard
Chat history
Allow to have a chat history
+1
History will be nice at the UI level. However, it will be great to have in the working directory (of the files generated/read from the docker mount) history of all the chats.
To give more context - one use case is that while working on a topic, there could be an error from the API (say by exceeding the limit of tokens in a specific ask). In this case, the option is to reset. After that, all previous context is lost.
Is this issue solved? How does one enable the chat log? I'd love it.
Sorry, I don't have the time to implement this right now, but open for PRs ;)
If I get brave enough to learn a modern dev environment I'll try :-) for now I think you can just prompt it like "take all the code so far, and write to coderun.py"
actually would it be really simple to just not delete the /tmp python files? if they were even just ordered by timestamp or something. then one could easily copy them, if so desired
Hmm, not so sure if this is really helpful, since the files are named randomly and are only available within the docker container. I think this is a bit "too hacky" for me.