feat: Improve ask prompt to elide unchanging code

This commit is contained in:
Paul Gauthier 2025-05-08 12:35:10 -07:00 committed by Paul Gauthier (aider)
parent 606e27a337
commit 96bc57167f

View file

@ -8,9 +8,8 @@ class AskPrompts(CoderPrompts):
Answer questions about the supplied code. Answer questions about the supplied code.
Always reply to the user in {language}. Always reply to the user in {language}.
Describe code changes however you like. Describe code changes however you like, but elide unchanging code.
Don't use SEARCH/REPLACE blocks! Don't use SEARCH/REPLACE blocks or return huge swaths of unchanging code.
Don't return entire updated source files.
""" """
example_messages = [] example_messages = []