Replies: 1 comment
-
|
Hey! This is a good idea, though the current SQLite implementation does have its own benefits. I wonder if an export function makes sense here. Either way, I'm going to convert this into a discussion (for further discussion). If we reach consensus on a solution we'll convert back to an issue for implementation. |
Beta Was this translation helpful? Give feedback.
0 replies
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.
-
There is big value in AI chat history since they typically store theory of the code base. Having them stored in plain text files in the project directory rather than binary formats is what I consider a best practice.
In my Aider days, I prepared a patch for them to achive this, see Aider-AI/aider#4079 for more background. Screenshot:
Storing all the chat, including tool results in some format would be useful. Maybe XML is better here as that allows putting md content multiline as is.
P.S. Slightly related to #492
Beta Was this translation helpful? Give feedback.
All reactions