fix: remove duplicate detect_urls parameter and add to coder initialization

This commit is contained in:
Paul Gauthier 2024-11-25 18:38:34 -08:00 committed by Paul Gauthier (aider)
parent 21bb83c55a
commit a79ce7a151
2 changed files with 1 additions and 1 deletions

View file

@ -269,7 +269,6 @@ class Coder:
suggest_shell_commands=True,
chat_language=None,
detect_urls=True,
detect_urls=True,
):
# Fill in a dummy Analytics if needed, but it is never .enable()'d
self.analytics = analytics if analytics is not None else Analytics()