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
systemPrompt: `You are an expert programmer who can articulate very clear feedback on code changes.`,
23
23
24
-
instructionsPrompt: `Your task is to provide helpful feedback on the last file changes made by the assistant. You should critique the code changes made recently in the above conversation.
24
+
instructionsPrompt: `Your task is to provide helpful feedback on the last file changes made by the assistant.
25
25
26
-
IMPORTANT: After analyzing the file changes, you should:
26
+
IMPORTANT: Before analyzing the file changes, you should first:
27
27
1. Run file change hooks to validate the changes using the run_file_change_hooks tool
28
28
2. Include the hook results in your feedback - if any hooks fail, mention the specific failures and suggest how to fix them
29
29
3. If hooks pass and no issues are found, mention that validation was successful
30
30
4. Always run hooks for TypeScript/JavaScript changes, test file changes, or when the changes could affect compilation/tests
31
31
32
32
NOTE: You cannot make any changes directly! You can only suggest changes.
33
33
34
-
Provide specific feedback on the file changes made by the assistant, file-by-file.
34
+
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.
35
35
36
36
- Focus on getting to a complete and correct solution as the top priority.
37
37
- Try to keep any changes to the codebase as minimal as possible.
0 commit comments