mirror of
https://github.com/Aider-AI/aider
synced 2026-04-25 17:15:07 +02:00
Merge pull request #4321 from yzx9/missing-cmd-output
fix: add missing output for clear command
This commit is contained in:
@@ -412,6 +412,7 @@ class Commands:
|
||||
"Clear the chat history"
|
||||
|
||||
self._clear_chat_history()
|
||||
self.io.tool_output("All chat history cleared.")
|
||||
|
||||
def _drop_all_files(self):
|
||||
self.coder.abs_fnames = set()
|
||||
|
||||
Reference in New Issue
Block a user