We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7073171 commit 5233789Copy full SHA for 5233789
aider/watch_prompts.py
@@ -1,8 +1,9 @@
1
watch_code_prompt = """
2
-Find the "AI" comments below (marked with █) in the code files I've shared with you.
3
-I've written your instructions there.
4
-Follow my instructions as given in the AI comments and make the requested changes.
5
-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.
+
6
+After completing those instructions, also be sure to remove all the "AI" comments from the code too.
7
"""
8
9
watch_ask_prompt = """/ask
0 commit comments