mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-30 17:24:59 +00:00
fix: Add map_multiplier_no_files parameter to Coder.__init__
This commit is contained in:
parent
9b59c8896a
commit
425dc0b99a
1 changed files with 1 additions and 0 deletions
|
@ -295,6 +295,7 @@ class Coder:
|
|||
map_refresh="auto",
|
||||
cache_prompts=False,
|
||||
):
|
||||
self.map_multiplier_no_files = map_mul_no_files
|
||||
self.commit_before_message = []
|
||||
self.aider_commit_hashes = set()
|
||||
self.rejected_urls = set()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue