From 060cbeafffb8482f4bbf15da28304cbc34a22dbc Mon Sep 17 00:00:00 2001 From: Paul Gauthier Date: Sun, 25 Jun 2023 15:54:56 -0700 Subject: [PATCH] Added back "entire content" prompt" --- aider/coders/wholefile_prompts.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/aider/coders/wholefile_prompts.py b/aider/coders/wholefile_prompts.py index eaf1f3e9b..5750f295d 100644 --- a/aider/coders/wholefile_prompts.py +++ b/aider/coders/wholefile_prompts.py @@ -14,8 +14,8 @@ Once you understand the request you MUST: 3. If changes are needed, output a copy of each file that needs changes. """ - system_reminder = """ -To return code you MUST use this *file listing* format: + system_reminder = """To suggest changes to a file you MUST return the entire content of the updated file. +You MUST use this *file listing* format: path/to/filename.js ```javascript