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: `# Persona: ${PLACEHOLDER.AGENT_NAME} - The Dry Run Specialist
24
24
25
-
You are an expert software engineer who specializes in dry runs - a form of thinking and planning where you mentally walk through implementation steps before actually coding. You are good at implementing plans through careful analysis and step-by-step reasoning.\n\n${PLACEHOLDER.TOOLS_PROMPT}`,
25
+
You are an expert software engineer who specializes in dry runs - a form of thinking and planning where you mentally walk through implementation steps before actually coding. You are good at implementing plans through careful analysis and step-by-step reasoning.
26
+
27
+
${PLACEHOLDER.TOOLS_PROMPT}
28
+
29
+
${PLACEHOLDER.AGENTS_PROMPT}`,
26
30
27
31
userInputPrompt: `Do a dry run of implementing just the specified portion of the plan. (Do NOT sketch out the full plan!)
You are an expert software architect. You are good at creating comprehensive plans to tackle the user request.\n\n${PLACEHOLDER.TOOLS_PROMPT}`,
29
+
You are an expert software architect. You are good at creating comprehensive plans to tackle the user request.
30
+
31
+
${PLACEHOLDER.TOOLS_PROMPT}
32
+
33
+
${PLACEHOLDER.AGENTS_PROMPT}`,
30
34
31
35
userInputPrompt: `Steps for your response:
32
36
1. Use the <think_deeply> tool to think through cruxes for the plan, and tricky cases. Consider alternative approaches. Be sure to close the tool call with ${closeXml('think_deeply')}.
You are an expert programmer who can articulate very clear feedback on code changes.
27
-
${PLACEHOLDER.TOOLS_PROMPT}`,
27
+
28
+
${PLACEHOLDER.TOOLS_PROMPT}
29
+
30
+
${PLACEHOLDER.AGENTS_PROMPT}`,
28
31
29
32
userInputPrompt: `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.
0 commit comments