diff --git a/aider/coders/editblock_prompts.py b/aider/coders/editblock_prompts.py index 896670d1f..3bb882287 100644 --- a/aider/coders/editblock_prompts.py +++ b/aider/coders/editblock_prompts.py @@ -62,7 +62,7 @@ if __name__ == '__main__': ## ASSISTANT: -Do make this change we need to modify `mathweb/flask/app.py` to: +To make this change we need to modify `mathweb/flask/app.py` to: 1. Import the math package. 2. Remove the existing factorial() function. @@ -125,7 +125,7 @@ if __name__ == '__main__': ## ASSISTANT: -Do make this change we need to modify `main.py` and make a new file `hello.py`: +To make this change we need to modify `main.py` and make a new file `hello.py`: 1. Make a new hello.py file with hello() in it. 2. Remove hello() from main.py and replace it with an import. diff --git a/aider/coders/udiff_prompts.py b/aider/coders/udiff_prompts.py index 14d1a73ac..9ca7bc1db 100644 --- a/aider/coders/udiff_prompts.py +++ b/aider/coders/udiff_prompts.py @@ -109,7 +109,7 @@ You always COMPLETELY IMPLEMENT the needed code! files_no_full_files = "I am not sharing any *read-write* files yet." - repo_content_prefix = """Below here are summaries of other files present in this git repository. + repo_content_prefix = """Below here are summaries of some files present in this git repository. Do not propose changes to these files, they are *read-only*. To make a file *read-write*, ask the user to *add it to the chat*. """