From 6a01b66b2ca9e272c9a7f609251f6ee1d4243259 Mon Sep 17 00:00:00 2001 From: Paul Gauthier Date: Wed, 8 May 2024 14:05:58 -0700 Subject: [PATCH] I have *added these files to the chat* --- aider/coders/base_prompts.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/aider/coders/base_prompts.py b/aider/coders/base_prompts.py index 30779f12a..6637b752d 100644 --- a/aider/coders/base_prompts.py +++ b/aider/coders/base_prompts.py @@ -14,7 +14,9 @@ You always COMPLETELY IMPLEMENT the needed code! example_messages = [] - files_content_prefix = "These are files that you can edit:\n" + files_content_prefix = ( + "I have *added these files to the chat* so you can go ahead and edit them:\n" + ) files_no_full_files = "I am not sharing any files that you can edit yet."