mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-01 18:25:00 +00:00
initialize cur_ and done_messages
This commit is contained in:
parent
97a5e696d8
commit
7e6c6b3b92
1 changed files with 3 additions and 0 deletions
|
@ -33,6 +33,9 @@ class Coder:
|
||||||
|
|
||||||
self.io = io
|
self.io = io
|
||||||
|
|
||||||
|
self.cur_messages = []
|
||||||
|
self.done_messages = []
|
||||||
|
|
||||||
self.auto_commits = auto_commits
|
self.auto_commits = auto_commits
|
||||||
self.dry_run = dry_run
|
self.dry_run = dry_run
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue