mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-24 22:34:59 +00:00
announce reload of chat history
This commit is contained in:
parent
00c12efd3f
commit
eac8e4cb8f
1 changed files with 3 additions and 0 deletions
|
@ -167,6 +167,9 @@ class Coder:
|
||||||
for fname in self.get_inchat_relative_files():
|
for fname in self.get_inchat_relative_files():
|
||||||
lines.append(f"Added {fname} to the chat.")
|
lines.append(f"Added {fname} to the chat.")
|
||||||
|
|
||||||
|
if self.done_messages:
|
||||||
|
lines.append("Restored previous conversation history.")
|
||||||
|
|
||||||
return lines
|
return lines
|
||||||
|
|
||||||
def __init__(
|
def __init__(
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue