From e6883e10721fe06a913818e3b4581b75b32aa59c Mon Sep 17 00:00:00 2001 From: Paul Gauthier Date: Tue, 30 Jul 2024 14:56:38 -0300 Subject: [PATCH] Simpler added_files reply message --- aider/prompts.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/aider/prompts.py b/aider/prompts.py index dbd8f8ca4..505688e20 100644 --- a/aider/prompts.py +++ b/aider/prompts.py @@ -18,9 +18,9 @@ undo_command_reply = ( " why the changes were reverted." ) -added_files = """I added these files to the chat: {fnames}. - -If you need to propose edits to other existing files not already added to the chat, you *MUST* tell the me their full path names and ask me to *add the files to the chat*. End your reply and wait for my approval. You can keep asking if you then decide you need to edit more files.""" +added_files = ( + "I added these files to the chat: {fnames}\nLet me know if there are others we should add." +) run_output = """I ran this command: