mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-24 14:25:00 +00:00
WIP: Change output file name from "tmp.last-edit.md" to ".aider.last.md".
This commit is contained in:
parent
97cf30b0f0
commit
8654a4201f
1 changed files with 1 additions and 1 deletions
|
@ -195,7 +195,7 @@ class Coder:
|
||||||
if interrupted:
|
if interrupted:
|
||||||
content += "\n^C KeyboardInterrupt"
|
content += "\n^C KeyboardInterrupt"
|
||||||
|
|
||||||
Path("tmp.last-edit.md").write_text(content)
|
Path(".aider.last.md").write_text(content)
|
||||||
|
|
||||||
self.cur_messages += [
|
self.cur_messages += [
|
||||||
dict(role="assistant", content=content),
|
dict(role="assistant", content=content),
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue