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/implementation-planner/implementation-planner-max.ts
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@ import { type SecretAgentDefinition } from '../types/secret-agent-definition'
4
4
constdefinition: SecretAgentDefinition={
5
5
id: 'implementation-planner-max',
6
6
publisher,
7
-
model: 'openai/gpt-5',
7
+
model: 'anthropic/claude-4.5-sonnet',
8
8
displayName: 'Implementation Planner Max',
9
9
spawnerPrompt:
10
10
'Creates the best possible implementation plan by generating several different plans in parallel and selecting the best one. Includes full code changes.',
'Creates comprehensive implementation plans with full code changes by exploring the codebase, doing research on the web, and thinking deeply. You can also use it get a deep answer to any question. Use this agent for tasks that require thinking.',
- Think about the best way to accomplish the task.
45
41
- Finally, describe the full change to the codebase that will accomplish the task (or other steps, e.g. terminal commands to run). Use markdown code blocks to describe the changes for each file.
46
42
- Then use the end_turn tool immediately after describing all the changes.
47
-
48
-
Important: You must use at least one tool call in every response unless you are done.
49
-
For example, if you write something like:
50
-
"I'll verify and finish the requested type updates by inspecting the current files and making any remaining edits."
51
-
Then you must also include a tool call, e.g.:
52
-
"I'll verify and finish the requested type updates by inspecting the current files and making any remaining edits. [insert read_files tool call]"
53
-
If you don't do this, then your response will be cut off and the turn will be ended automatically.
0 commit comments