feat: Add map_refresh parameter to Coder and pass it to RepoMap

This commit is contained in:
Paul Gauthier (aider) 2024-08-17 06:36:21 -07:00
parent 17335b1865
commit f9ed868076
2 changed files with 3 additions and 0 deletions

View file

@ -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: