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
@@ -136,14 +135,16 @@ Note that files can only be changed with tools. If no tools are called, no files
136
135
You must decide whether to:
137
136
1. 'continue' - Generate a follow-up prompt for Codebuff
138
137
2. 'complete' - The implementation is done and fully satisfies the spec, including tests, documentation, and any other relevant artifacts
138
+
- In this case, just put an empty string for next_prompt
139
139
3. 'halt' - The implementation is off track and unlikely to be completed within ${MAX_ATTEMPTS-attempts} more attempts
140
+
- In this case, just put an empty string for next_prompt
140
141
141
142
If deciding to continue, include a clear, focused prompt for Codebuff in next_prompt. Note that Codebuff does not have access to the spec, so you must describe the changes you want Codebuff to make in a way that is clear and concise.
142
143
Explain your reasoning in detail.`,
143
144
},
144
145
],
145
146
schema: AgentDecisionSchema,
146
-
model: models.openrouter_gemini2_5_flash,
147
+
model: 'x-ai/grok-4-fast:free',
147
148
clientSessionId,
148
149
fingerprintId,
149
150
userInputId: generateCompactId(),
@@ -160,13 +161,9 @@ Explain your reasoning in detail.`,
0 commit comments