wip: Removed writing to ".aider.last.md" file.

This commit is contained in:
Paul Gauthier 2023-05-12 15:50:38 -07:00
parent 87a22d6a42
commit c1d551d970

View file

@ -242,8 +242,6 @@ class Coder:
if interrupted:
content += "\n^C KeyboardInterrupt"
Path(".aider.last.md").write_text(content)
self.cur_messages += [
dict(role="assistant", content=content),
]