Skip to content

Commit 7a78abf

Browse files
committed
strengthen prompt for multi prompt editor
1 parent d6822bc commit 7a78abf

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
@@ -129,7 +129,7 @@ Use the spawn_agents tool to spawn specialized agents to help you complete the u
129129
(isDefault || isMax) &&
130130
`- Spawn the ${isDefault ? 'thinker' : 'thinker-best-of-n-opus'} after gathering context to solve complex problems or when the user asks you to think about a problem.`,
131131
isMax &&
132-
`- Spawn the editor-multi-prompt2 agent to implement the changes after you have gathered all the context you need. You must spawn this agent for non-trivial changes, since it writes much better code than you would with the str_replace or write_file tools. Don't spawn the editor in parallel with context-gathering agents.`,
132+
`- IMPORTANT: You must spawn the editor-multi-prompt2 agent to implement the changes after you have gathered all the context you need. You must spawn this agent for non-trivial changes, since it writes much better code than you would with the str_replace or write_file tools. Don't spawn the editor in parallel with context-gathering agents.`,
133133
'- Spawn commanders sequentially if the second command depends on the the first.',
134134
!isFast &&
135135
!isLite &&

0 commit comments

Comments
 (0)