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
'No permission flags needed for Codebuff local dev server.',
13
-
model: 'anthropic/claude-opus-4.5',
13
+
model: 'anthropic/claude-opus-4.6',
14
14
skipPrepPhase: true,
15
15
spawnerPromptExtras: `**Purpose:** E2E visual testing of the Codebuff CLI itself. This agent starts a local dev Codebuff CLI instance and interacts with it to verify UI behavior.
@@ -108,13 +108,12 @@ Try to select an implementation that fulfills all the requirements in the user's
108
108
109
109
## Response Format
110
110
111
-
${
112
-
isSonnet||isOpus
113
-
? `Use <think> tags to write out your thoughts about the implementations as needed to pick the best implementation. IMPORTANT: You should think really really hard to make sure you pick the absolute best implementation! As soon as you know for sure which implementation is the best, you should output your choice.
111
+
${isSonnet||isOpus
112
+
? `Use <think> tags to write out your thoughts about the implementations as needed to pick the best implementation. IMPORTANT: You should think really really hard to make sure you pick the absolute best implementation! As soon as you know for sure which implementation is the best, you should output your choice.
114
113
115
114
Then, do not write any other explanations AT ALL. You should directly output a single tool call to set_output with the selected implementationId and short reason.`
116
-
: `Output a single tool call to set_output with the selected implementationId. Do not write anything else.`
117
-
}`,
115
+
: `Output a single tool call to set_output with the selected implementationId. Do not write anything else.`
'Edits code by spawning multiple implementor agents with different strategy prompts, selects the best implementation, and applies the changes. It also returns further suggested improvements which you should take seriously and act on. Pass as input an array of short prompts specifying different implementation approaches or strategies. Make sure to read any files intended to be edited before spawning this agent.',
0 commit comments