From e19df5804cb527420177ccc7268f84667c51c7c4 Mon Sep 17 00:00:00 2001 From: Paul Gauthier Date: Sat, 27 May 2023 08:42:03 -0700 Subject: [PATCH] updated add prompt --- aider/prompts.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aider/prompts.py b/aider/prompts.py index 0a53e5188..b1eab6151 100644 --- a/aider/prompts.py +++ b/aider/prompts.py @@ -74,7 +74,7 @@ Reply with JUST the commit message, without quotes, comments, questions, etc! # COMMANDS undo_command_reply = "I did `git reset --hard HEAD~1` to discard the last edits." -added_files = "I added the content of these additional files: {fnames}" +added_files = "I added these *read-write* files: {fnames}" run_output = """I ran this command: