mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-24 14:25:00 +00:00
better approach to cloning Commands in from_coders
This commit is contained in:
parent
5562bc96c7
commit
7a7febfb2b
2 changed files with 1 additions and 2 deletions
|
@ -117,6 +117,7 @@ class Coder:
|
|||
done_messages=done_messages,
|
||||
cur_messages=from_coder.cur_messages,
|
||||
aider_commit_hashes=from_coder.aider_commit_hashes,
|
||||
commands=from_coder.commands.clone(),
|
||||
)
|
||||
|
||||
use_kwargs.update(update) # override to complete the switch
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue