Merge pull request #4321 from yzx9/missing-cmd-output

fix: add missing output for clear command
This commit is contained in:
paul-gauthier
2025-07-08 08:05:07 -03:00
committed by GitHub

View File

@@ -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()