We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1269b1f commit a6113beCopy full SHA for a6113be
1 file changed
web/src/app/store/store-client.tsx
@@ -99,11 +99,11 @@ interface AgentStoreClientProps {
99
100
// Hard-coded list of editor's choice agents
101
const EDITORS_CHOICE_AGENTS = [
102
- 'base',
103
- 'base-lite',
104
- 'base-max',
+ 'base2',
+ 'base2-lite',
+ 'base2-max',
105
+ 'base2-plan',
106
'deep-code-reviewer',
- 'find-food',
107
'landing-page-generator',
108
]
109
0 commit comments