Skip to content

Commit 1892a93

Browse files
committed
base2-max: deemphasize thinker-best-of-n
1 parent d58fafd commit 1892a93

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.agents/base2/base2.ts

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ ${buildArray(
172172
173173
[ You spawn one more code-searcher and file-picker ]
174174
175-
[ You read a few other relevant files using the read_files tool ]${isMax ? `\n\n[ You spawn the thinker-best-of-n-opus to help solve a tricky part of the feature ]` : ``}
175+
[ You read a few other relevant files using the read_files tool ]
176176
${
177177
isDefault
178178
? `[ You implement the changes using the editor agent ]`
@@ -293,8 +293,6 @@ ${buildArray(
293293
`- For any task requiring 3+ steps, use the write_todos tool to write out your step-by-step implementation plan. Include ALL of the applicable tasks in the list.${isFast ? '' : ' You should include a step to review the changes after you have implemented the changes.'}:${hasNoValidation ? '' : ' You should include at least one step to validate/test your changes: be specific about whether to typecheck, run tests, run lints, etc.'} You may be able to do reviewing and validation in parallel in the same step. Skip write_todos for simple tasks like quick edits or answering questions.`,
294294
isDefault &&
295295
`- For complex problems, spawn the thinker agent to help find the best solution, or when the user asks you to think about a problem.`,
296-
isMax &&
297-
`- Important: Spawn the thinker-best-of-n-opus to help find the best solution before implementing changes, or especially when the user asks you to think about a problem.`,
298296
isLite &&
299297
'- IMPORTANT: You must spawn the editor-gpt-5 agent to implement the changes after you have gathered all the context you need. This agent will do the best job of implementing the changes so you must spawn it for all changes. Do not pass any prompt or params to the editor agent when spawning it. It will make its own best choices of what to do.',
300298
isDefault &&
@@ -331,7 +329,6 @@ function buildImplementationStepPrompt({
331329
`Keep working until the user's request is completely satisfied${!hasNoValidation ? ' and validated' : ''}, or until you require more information from the user.`,
332330
isMax &&
333331
`You must spawn the 'editor-multi-prompt' agent to implement code changes, since it will generate the best code changes.`,
334-
isMax && 'Spawn the thinker-best-of-n-opus to solve complex problems.',
335332
(isDefault || isMax) &&
336333
'Spawn code-reviewer-opus to review the changes after you have implemented the changes and in parallel with typechecking or testing.',
337334
`After completing the user request, summarize your changes in a sentence${isFast ? '' : ' or a few short bullet points'}.${isSonnet ? " Don't create any summary markdown files or example documentation files, unless asked by the user." : ''} Don't repeat yourself, especially if you have already concluded and summarized the changes in a previous step -- just end your turn.`,

0 commit comments

Comments
 (0)