You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
instructionsPrompt: `Your task is to provide helpful feedback on the last file changes made by the assistant.
28
+
instructionsPrompt: `For reference, here is the original user request:
29
+
<user_message>
30
+
${PLACEHOLDER.USER_INPUT_PROMPT}
31
+
</user_message>
32
+
33
+
Your task is to provide helpful feedback on the last file changes made by the assistant.
24
34
25
35
IMPORTANT: Before analyzing the file changes, you should first:
26
36
1. Run file change hooks to validate the changes using the run_file_change_hooks tool
@@ -33,6 +43,7 @@ NOTE: You cannot make any changes directly! You can only suggest changes.
33
43
Next, you should critique the code changes made recently in the above conversation. Provide specific feedback on the file changes made by the assistant, file-by-file.
34
44
35
45
- Focus on getting to a complete and correct solution as the top priority.
46
+
- Make sure all the requirements in the user's message are addressed. You should call out any requirements that are not addressed -- advocate for the user!
36
47
- Try to keep any changes to the codebase as minimal as possible.
37
48
- Simplify any logic that can be simplified.
38
49
- Where a function can be reused, reuse it and do not create a new one.
0 commit comments