Skip to content

Commit ba00a8f

Browse files
committed
fix base2 typo
1 parent 5cb4e7b commit ba00a8f

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
@@ -146,7 +146,7 @@ Use the spawn_agents tool to spawn specialized agents to help you complete the u
146146
isDefault &&
147147
'- Spawn a code-reviewer to review the changes after you have implemented the changes.',
148148
isMax &&
149-
'- Spawn a reviewer-editor-gpt-5 to review the changes after you have implemented the changes.',
149+
'- Spawn a code-reviewer-multi-prompt to review the changes after you have implemented the changes.',
150150
).join('\n ')}
151151
- **No need to include context:** When prompting an agent, realize that many agents can already see the entire conversation history, so you can be brief in prompting them without needing to include context.
152152
- **Never spawn the context-pruner agent:** This agent is spawned automatically for you and you don't need to spawn it yourself.

0 commit comments

Comments
 (0)