diff --git a/aider/coders/base_prompts.py b/aider/coders/base_prompts.py index 828dedf56..79ca13c20 100644 --- a/aider/coders/base_prompts.py +++ b/aider/coders/base_prompts.py @@ -24,7 +24,7 @@ Any other messages in the chat may contain outdated versions of the files' conte files_no_full_files_with_repo_map = """Don't try and edit any existing code without asking me to add the files to the chat! Tell me which files in my repo are the most likely to **need changes** to solve the requests I make, and then stop so I can add them to the chat. -Only include the 1-2 files that are most likely to actually need to be edited. +Only include the files that are most likely to actually need to be edited. Don't include files that might contain relevant context, just files that will need to be changed. """ # noqa: E501