WIP: Change output file name from "tmp.last-edit.md" to ".aider.last.md".

This commit is contained in:
Paul Gauthier 2023-05-09 12:42:27 -07:00
parent 97cf30b0f0
commit 8654a4201f

View file

@ -195,7 +195,7 @@ class Coder:
if interrupted:
content += "\n^C KeyboardInterrupt"
Path("tmp.last-edit.md").write_text(content)
Path(".aider.last.md").write_text(content)
self.cur_messages += [
dict(role="assistant", content=content),