announce reload of chat history

This commit is contained in:
Paul Gauthier 2024-05-05 19:08:00 -07:00
parent 00c12efd3f
commit eac8e4cb8f

View file

@ -167,6 +167,9 @@ class Coder:
for fname in self.get_inchat_relative_files():
lines.append(f"Added {fname} to the chat.")
if self.done_messages:
lines.append("Restored previous conversation history.")
return lines
def __init__(