Skip to content

Commit a6113be

Browse files
committed
agent store: Update editor's choice agents
1 parent 1269b1f commit a6113be

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

web/src/app/store/store-client.tsx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -99,11 +99,11 @@ interface AgentStoreClientProps {
9999

100100
// Hard-coded list of editor's choice agents
101101
const EDITORS_CHOICE_AGENTS = [
102-
'base',
103-
'base-lite',
104-
'base-max',
102+
'base2',
103+
'base2-lite',
104+
'base2-max',
105+
'base2-plan',
105106
'deep-code-reviewer',
106-
'find-food',
107107
'landing-page-generator',
108108
]
109109

0 commit comments

Comments
 (0)