mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-31 01:35:00 +00:00
wip: Removed writing to ".aider.last.md" file.
This commit is contained in:
parent
87a22d6a42
commit
c1d551d970
1 changed files with 0 additions and 2 deletions
|
@ -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),
|
||||
]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue