You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
'Advanced base agent that orchestrates planning, editing, and reviewing for complex coding tasks',
@@ -150,8 +158,6 @@ Use the spawn_agents tool to spawn specialized agents to help you complete the u
150
158
isMax&&
151
159
`- IMPORTANT: You must spawn the editor-multi-prompt 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.`,
152
160
isFree&&
153
-
'- Implement code changes using the str_replace or write_file tools directly.',
154
-
isFree&&
155
161
'- Spawn a code-reviewer-lite to review the changes after you have implemented the changes.',
156
162
'- Spawn bashers sequentially if the second command depends on the the first.',
0 commit comments