From a848933875add9c62098e9f2d428cdb3e637ad82 Mon Sep 17 00:00:00 2001 From: Paul Gauthier Date: Thu, 7 Nov 2024 10:30:38 -0800 Subject: [PATCH] chore: add TODO comment for refactoring URL handling --- aider/main.py | 2 ++ 1 file changed, 2 insertions(+) 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: