Skip to content

Commit

Permalink
docs: Improve watch_code_prompt instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
paul-gauthier committed Dec 26, 2024
1 parent 7073171 commit 5233789
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions aider/watch_prompts.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
watch_code_prompt = """
Find the "AI" comments below (marked with █) in the code files I've shared with you.
I've written your instructions there.
Follow my instructions as given in the AI comments and make the requested changes.
Also, be sure to remove all the "AI" comments from the code too.
I've written your instructions in comments in the code and marked them with "ai"
You can see the "AI" comments shown below (marked with █).
Find them in the code files I've shared with you, and follow their instructions.
After completing those instructions, also be sure to remove all the "AI" comments from the code too.
"""

watch_ask_prompt = """/ask
Expand Down

0 comments on commit 5233789

Please sign in to comment.