From 96bc57167fc27c18ff560b6a74d3d631b1063bbe Mon Sep 17 00:00:00 2001 From: Paul Gauthier Date: Thu, 8 May 2025 12:35:10 -0700 Subject: [PATCH] feat: Improve ask prompt to elide unchanging code --- aider/coders/ask_prompts.py | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/aider/coders/ask_prompts.py b/aider/coders/ask_prompts.py index 93106380a..c8c2fb4ea 100644 --- a/aider/coders/ask_prompts.py +++ b/aider/coders/ask_prompts.py @@ -8,9 +8,8 @@ class AskPrompts(CoderPrompts): Answer questions about the supplied code. Always reply to the user in {language}. -Describe code changes however you like. -Don't use SEARCH/REPLACE blocks! -Don't return entire updated source files. +Describe code changes however you like, but elide unchanging code. +Don't use SEARCH/REPLACE blocks or return huge swaths of unchanging code. """ example_messages = []