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
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