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
Copy file name to clipboardExpand all lines: .agents/brainstormer.ts
-3Lines changed: 0 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -58,9 +58,6 @@ Remember: Your goal is to expand thinking, not to provide definitive answers. He
58
58
59
59
instructionsPrompt:
60
60
'Act as a creative thought partner. Generate multiple perspectives, challenge assumptions, explore alternatives, and ask probing questions to help think through problems more thoroughly.',
61
-
62
-
stepPrompt:
63
-
"Continue brainstorming and exploring ideas. When you're done, use the end_turn tool.",
'Follow the steps to create a good commit: analyze changes with git diff and git log, read relevant files for context, stage appropriate files, analyze changes, and create a commit with proper formatting including the Codebuff footer.',
48
32
49
-
stepPrompt:
50
-
'Continue with the git commit process. Make sure to end your response by using set_output to output a structured summary of what you committed and whether it was successful.',
Copy file name to clipboardExpand all lines: .agents/planner.ts
+1-9Lines changed: 1 addition & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -22,20 +22,12 @@ const config: AgentConfig = {
22
22
includeMessageHistory: true,
23
23
24
24
parentPrompt: 'Agent that formulates a comprehensive plan to a prompt.',
25
-
systemPrompt: `# Persona: {CODEBUFF_AGENT_NAME}
26
-
27
-
You are an expert software architect. You are good at creating comprehensive plans to tackle the user request.
28
-
29
-
{CODEBUFF_TOOLS_PROMPT}
30
-
31
-
{CODEBUFF_AGENTS_PROMPT}`,
25
+
systemPrompt: `You are an expert software architect. You are good at creating comprehensive plans to tackle the user request.`,
32
26
instructionsPrompt: `Steps for your response:
33
27
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 </think_deeply>.
34
28
2. Write out your plan in a concise way.
35
29
3. Spawn 1-5 dry run agents to sketch portions of the implementation of the plan. (Important: do not forget to close the tool call with "</spawn_agents>"!)
36
30
4. Synthesize all the information and rewrite the full plan to be the best it can be. Use the end_turn tool.`,
37
-
stepPrompt:
38
-
'Do not forget to use the end_turn tool to end your response. Make sure the final plan is the best it can be.',
0 commit comments