Skip to content

Commit 3182574

Browse files
committed
switch base2 to default
1 parent 082deea commit 3182574

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.agents/base2/base2.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ ${PLACEHOLDER.GIT_CHANGES_PROMPT}
180180
}
181181
}
182182

183-
const definition = { ...createBase2('fast'), id: 'base2' }
183+
const definition = { ...createBase2('default'), id: 'base2' }
184184
export default definition
185185

186186
function buildImplementationInstructionsPrompt({

0 commit comments

Comments
 (0)