mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-11 23:25:01 +00:00
fix: Add missing attributes to junior coder
This commit is contained in:
parent
ed7503dbbe
commit
839ebe5a7c
1 changed files with 2 additions and 0 deletions
|
@ -30,6 +30,8 @@ class SeniorCoder(AskCoder):
|
|||
new_kwargs.update(kwargs)
|
||||
|
||||
junior_coder = Coder.create(**new_kwargs)
|
||||
junior_coder.cur_messages = []
|
||||
junior_coder.done_messages = []
|
||||
junior_coder.show_announcements()
|
||||
|
||||
junior_coder.run(with_message=content, preproc=False)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue