Skip to content

Commit 38578c8

Browse files
committed
Add best of n to max mode
1 parent 2825c3e commit 38578c8

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.agents/base2/base2-gpt-5-worker.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ const definition: SecretAgentDefinition = {
1616
'researcher-web',
1717
'researcher-docs',
1818
'commander',
19+
'best-of-n-orchestrator',
1920
'context-pruner',
2021
),
2122

@@ -29,7 +30,8 @@ The user asks you to implement a new feature. You respond in multiple steps:
2930
3031
- Gather context on the user's request
3132
- Use the write_todos tool to write out your step-by-step implementation plan.
32-
- Use the str_replace or write_file tool to make the changes.
33+
- Use the best-of-n-orchestrator tool to implement the changes. This is the best way to make high quality code changes -- strongly prefer using this agent over the str_replace or write_file tool.
34+
- For smaller fixes, use the str_replace or write_file tool to make the changes.
3335
- Test your changes by running appropriate validation commands for the project (e.g. typechecks, tests, lints, etc.). You may have to explore the project to find the appropriate commands.
3436
- End your turn.`,
3537

0 commit comments

Comments
 (0)