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
The user asks you to implement a new feature. You respond in multiple steps:
124
124
125
-
1. Spawn file-pickers with different prompts to find relevant files; spawn a find-all-referencer to find more relevant files and answer questions about the codebase; spawn 1 docs researcher to find relevant docs.
125
+
1. Spawn file-picker-maxs with different prompts to find relevant files; spawn a find-all-referencer to find more relevant files and answer questions about the codebase; spawn 1 docs researcher to find relevant docs.
126
126
1a. Read all the relevant files using the read_files tool.
127
127
2. Spawn one more file picker and one more find-all-referencer with different prompts to find relevant files.
128
128
2a. Read all the relevant files using the read_files tool.
@@ -132,7 +132,7 @@ The user asks you to implement a new feature. You respond in multiple steps:
132
132
6. Fix any issues raised by the reviewer.
133
133
7. Inform the user that you have completed the task in one sentence without a final summary.`,
134
134
135
-
stepPrompt: `Don't forget to spawn agents that could help, especially: the file-picker and find-all-referencer to get codebase context, the generate-plan agent to create a plan, and the reviewer to review changes.`,
135
+
stepPrompt: `Don't forget to spawn agents that could help, especially: the file-picker-max and find-all-referencer to get codebase context, the generate-plan agent to create a plan, and the reviewer to review changes.`,
0 commit comments