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
content: `You are an expert software engineer tasked with implementing a specification using CodeBuff, an AI coding assistant. Your goal is to prompt CodeBuff to implement the spec correctly. You are in a conversation with this coding agent.
121
+
122
+
Current spec to implement:
123
+
<spec>${evalCommit.spec}</spec>
124
+
125
+
Your conversation with Codebuff so far:
126
+
<conversation>${renderedTrace}</conversation>
127
+
128
+
Note that files can only be changed with tools. If no tools are called, no files were changed.
129
+
130
+
You must decide whether to:
131
+
1. 'continue' - Generate a follow-up prompt for Codebuff
132
+
2. 'complete' - The implementation is done and satisfies the spec
133
+
3. 'halt' - The implementation is off track and unlikely to be completed within ${MAX_ATTEMPTS-attempts} more attempts
134
+
135
+
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.
0 commit comments