From 03a357eb9591df261d0e48a6efae39953cd2398e Mon Sep 17 00:00:00 2001 From: Paul Gauthier Date: Thu, 8 Aug 2024 15:39:07 -0300 Subject: [PATCH] better /run confirmation prompt --- aider/commands.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aider/commands.py b/aider/commands.py index 5ec6e451c..12409bab0 100644 --- a/aider/commands.py +++ b/aider/commands.py @@ -678,7 +678,7 @@ class Commands: add = result.returncode != 0 else: response = self.io.prompt_ask( - "Add the output to the chat? (y/n/instructions): ", default="y" + "Add the output to the chat?\n(y/n/instructions)", default="" ).strip() if response.lower() in ["yes", "y"]: