From 4f1e1181c45a37529c61f36469e9230b5f1b1df8 Mon Sep 17 00:00:00 2001 From: Paul Gauthier Date: Fri, 2 Jun 2023 16:30:19 -0700 Subject: [PATCH] Tweaked prompt --- aider/prompts.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/aider/prompts.py b/aider/prompts.py index 5fa20d91e..8be038949 100644 --- a/aider/prompts.py +++ b/aider/prompts.py @@ -57,8 +57,8 @@ files_content_prefix = "These are the *read-write* files:\n" files_no_full_files = "I am not sharing any *read-write* files yet." repo_content_prefix = ( - "All the files below here are *read-only* files! Do not propose changes to these without asking" - " me first.\n" + "Below here are summaries of other files! Do not propose changes to these *read-only*" + " files without asking me first.\n" )