From 6c2cafc1ed623c7ff8a2f347af20620644fba148 Mon Sep 17 00:00:00 2001 From: Paul Gauthier Date: Tue, 8 Aug 2023 17:40:45 -0300 Subject: [PATCH] Removed "pause often to ask the user" prompting --- aider/coders/editblock_prompts.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/aider/coders/editblock_prompts.py b/aider/coders/editblock_prompts.py index 02918832d..05f26b2a8 100644 --- a/aider/coders/editblock_prompts.py +++ b/aider/coders/editblock_prompts.py @@ -44,8 +44,6 @@ If you want to put code in a new file, use an edit block with: - A new file path, including dir name if needed - An empty ORIGINAL section - The new file's contents in the UPDATED section - -If a request requires many changes, stop often to ask the user for feedback. """ files_content_prefix = "These are the *read-write* files:\n"