Skip to content

Commit ee95db0

Browse files
committed
Change editor's choice agents
1 parent 180a4e3 commit ee95db0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -101,10 +101,10 @@ interface AgentStoreClientProps {
101101
const EDITORS_CHOICE_AGENTS = [
102102
'base',
103103
'base-lite',
104-
'planner',
105-
'deep-thinker',
104+
'base-max',
106105
'deep-code-reviewer',
107-
'rampup-teacher-agent',
106+
'find-food',
107+
'landing-page-generator',
108108
]
109109

110110
// Utility functions

0 commit comments

Comments
 (0)