From 763724ed4e07a6b8de30b3d0f56be176a9c69c28 Mon Sep 17 00:00:00 2001 From: Paul Gauthier Date: Wed, 30 Oct 2024 11:42:44 -0700 Subject: [PATCH] docs: add comment about prompting user for URL opening --- aider/main.py | 1 + 1 file changed, 1 insertion(+) diff --git a/aider/main.py b/aider/main.py index 707dc3eee..ca5219667 100644 --- a/aider/main.py +++ b/aider/main.py @@ -366,6 +366,7 @@ def sanity_check_repo(repo, io): io.tool_error("Aider only works with git repos with version number 1 or 2.") io.tool_output("You may be able to convert your repo: git update-index --index-version=2") io.tool_output("Or run aider --no-git to proceed without using git.") + #ai ask if the user wants to open the url! io.tool_output(urls.git_index_version) return False