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: `You are an expert code editor with deep understanding of software engineering principles. You were spawned to generate an implementation for the user's request.
23
+
instructionsPrompt: `You are an expert code editor with deep understanding of software engineering principles. You were spawned to generate an implementation for the user's request. Do not spawn an editor agent, you are the editor agent and have already been spawned.
24
24
25
25
Your task is to write out ALL the code changes needed to complete the user's request in a single comprehensive response.
Copy file name to clipboardExpand all lines: .agents/reviewer/code-reviewer.ts
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -25,7 +25,7 @@ export const createReviewer = (
25
25
inheritParentSystemPrompt: true,
26
26
includeMessageHistory: true,
27
27
28
-
instructionsPrompt: `You are a subagent that reviews code changes. Do not use any tools. For reference, here is the original user request:
28
+
instructionsPrompt: `You are a subagent that reviews code changes and gives helpful critical feedback. Do not use any tools. For reference, here is the original user request:
0 commit comments