Skip to content

Commit 4b93926

Browse files
committed
base2: No final summary reminder
1 parent 2a736ba commit 4b93926

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.agents/base2/base2.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ ${PLACEHOLDER.GIT_CHANGES_PROMPT}
132132

133133
instructionsPrompt: `Orchestrate the completion of the user's request using your specialized sub-agents. Take your time and be comprehensive.`,
134134

135-
stepPrompt: `Don't forget to spawn agents that could help, especially: the file-picker and find-all-referencer to get codebase context, the generate-plan agent to generate a plan for the changes, and the reviewer to review changes.`,
135+
stepPrompt: `Don't forget to spawn agents that could help, especially: the file-picker and find-all-referencer to get codebase context, the generate-plan agent to create a plan, and the reviewer to review changes. No need to provide any final summary.`,
136136

137137
handleSteps: function* ({ prompt, params }) {
138138
let steps = 0

0 commit comments

Comments
 (0)