diff --git a/aider/main.py b/aider/main.py index 514393164..04d37442c 100644 --- a/aider/main.py +++ b/aider/main.py @@ -29,6 +29,8 @@ from aider.versioncheck import check_version, install_from_main_branch, install_ from .dump import dump # noqa: F401 +#ai change all the confirm_ask/webbrowser.open calls to use io.offer_url! + def check_config_files_for_yes(config_files): found = False for config_file in config_files: