From 90e6941de561aa0f5608b109fc323b0b47251d12 Mon Sep 17 00:00:00 2001 From: Paul Gauthier Date: Wed, 16 Oct 2024 10:13:48 -0700 Subject: [PATCH] slight tweak to wholefile prompt --- aider/coders/wholefile_prompts.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aider/coders/wholefile_prompts.py b/aider/coders/wholefile_prompts.py index 66eac016a..615645f69 100644 --- a/aider/coders/wholefile_prompts.py +++ b/aider/coders/wholefile_prompts.py @@ -52,7 +52,7 @@ path/to/filename.js {fence[1]} Every *file listing* MUST use this format: -- First line: the filename with any originally provided path +- First line: the filename with any originally provided path; no extra markup, punctuation, comments, etc. **JUST** the filename with path. - Second line: opening {fence[0]} - ... entire content of the file ... - Final line: closing {fence[1]}