mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-04 19:55:00 +00:00
feat: Add map_refresh parameter to Coder and pass it to RepoMap
This commit is contained in:
parent
17335b1865
commit
f9ed868076
2 changed files with 3 additions and 0 deletions
|
@ -532,6 +532,7 @@ def main(argv=None, input=None, output=None, force_git_root=None, return_coder=F
|
|||
test_cmd=args.test_cmd,
|
||||
commands=commands,
|
||||
summarizer=summarizer,
|
||||
map_refresh=args.map_refresh,
|
||||
)
|
||||
|
||||
except ValueError as err:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue