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
Copy file name to clipboardExpand all lines: .agents/base2/base2-gpt-5-planner.ts
+2-3Lines changed: 2 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -42,9 +42,8 @@ The user asks you to implement a new feature. You respond in multiple steps:
42
42
1a. Read all the relevant files using the read_files tool.
43
43
2. Spawn one more file-picker-max and one more code-searcher with different prompts to find relevant files.
44
44
2a. Read all the relevant files using the read_files tool.
45
-
3. Spawn a base2-gpt-5 agent inline (with spawn_agent_inline tool) to generate a plan for the changes.
46
-
4. Gather any additional context you need with sub-agents and the read_files tool.
47
-
5. Create a plan for the changes, but do not implement it yet!
45
+
3. Gather any additional context you need with sub-agents and the read_files tool.
46
+
4. Write out a plan for the changes, but do not implement it yet!
48
47
49
48
For your plan:
50
49
- You do not have access to tools to modify files (e.g. the write_file or str_replace tools). You are describing changes that should be made or actions that should be taken.
0 commit comments