Skip to content

Commit 66206fd

Browse files
committed
Update editor's choice
1 parent dd3598f commit 66206fd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

web/src/app/store/page.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,10 +72,10 @@ interface AgentData {
7272
const EDITORS_CHOICE_AGENTS = [
7373
'base',
7474
'base-lite',
75-
'reviewer',
75+
'planner',
7676
'deep-thinker',
7777
'deep-code-reviewer',
78-
'codebase-commands-explorer',
78+
'rampup-teacher-agent',
7979
]
8080

8181
const AgentStorePage = () => {

0 commit comments

Comments
 (0)