We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1aab97a commit d44092cCopy full SHA for d44092c
.agents/editor/best-of-n/editor-best-of-n.ts
@@ -245,12 +245,14 @@ function* handleStepsMax({
245
// Model selection pattern for max mode, using opus and gpt-5
246
const MAX_MODEL_PATTERN = [
247
'editor-implementor-opus',
248
- 'editor-implementor-gemini',
+ 'editor-implementor-opus',
249
+ // 'editor-implementor-gemini',
250
'editor-implementor-gpt-5',
251
252
253
254
255
256
257
258
0 commit comments