Skip to content

Commit e2e4753

Browse files
committed
fix: editor best of n subagent availability
1 parent 53fa653 commit e2e4753

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.agents/editor/best-of-n/editor-best-of-n.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,11 +39,11 @@ export function createBestOfNEditor(
3939
spawnableAgents: buildArray(
4040
'best-of-n-selector',
4141
'best-of-n-selector-opus',
42-
isDefault && 'best-of-n-selector-gemini',
42+
'best-of-n-selector-gemini',
4343
'editor-implementor',
4444
'editor-implementor-opus',
45-
isDefault && 'editor-implementor-gemini',
46-
isMax && 'editor-implementor-gpt-5',
45+
'editor-implementor-gemini',
46+
'editor-implementor-gpt-5',
4747
),
4848

4949
inputSchema: {

0 commit comments

Comments
 (0)