From cbe76bb49a9250706b48e667794119e3c7440297 Mon Sep 17 00:00:00 2001 From: Paul Gauthier Date: Tue, 20 Aug 2024 18:54:32 -0700 Subject: [PATCH] +To rename files, use shell commands. --- aider/coders/editblock_prompts.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/aider/coders/editblock_prompts.py b/aider/coders/editblock_prompts.py index 0bd4619b2..bf6a926c0 100644 --- a/aider/coders/editblock_prompts.py +++ b/aider/coders/editblock_prompts.py @@ -152,6 +152,8 @@ If you want to put code in a new file, use a *SEARCH/REPLACE block* with: - An empty `SEARCH` section - The new file's contents in the `REPLACE` section +To rename files, use shell commands. + {lazy_prompt} ONLY EVER RETURN CODE IN A *SEARCH/REPLACE BLOCK*! """