Skip to content

Commit 4847be4

Browse files
committed
Reorder agent slash commands
1 parent 96559c0 commit 4847be4

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

cli/src/data/slash-commands.ts

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,18 @@ export const SLASH_COMMANDS: SlashCommand[] = [
8888
description: 'Browse and resume past conversations',
8989
aliases: ['chats'],
9090
},
91+
{
92+
id: 'agent:gpt-5',
93+
label: 'agent:gpt-5',
94+
description: 'Spawn the GPT-5 agent to help solve complex problems',
95+
insertText: '@GPT-5 Agent ',
96+
},
97+
{
98+
id: 'agent:opus',
99+
label: 'agent:opus',
100+
description: 'Spawn the Opus agent to help solve any problem',
101+
insertText: '@Opus Agent ',
102+
},
91103
{
92104
id: 'feedback',
93105
label: 'feedback',
@@ -117,18 +129,6 @@ export const SLASH_COMMANDS: SlashCommand[] = [
117129
label: 'publish',
118130
description: 'Publish agents to the agent store',
119131
},
120-
{
121-
id: 'agent:gpt-5',
122-
label: 'agent:gpt-5',
123-
description: 'Spawn the GPT-5 agent to help solve complex problems',
124-
insertText: '@GPT-5 Agent ',
125-
},
126-
{
127-
id: 'agent:opus',
128-
label: 'agent:opus',
129-
description: 'Spawn the Opus agent to help solve any problem',
130-
insertText: '@Opus Agent ',
131-
},
132132
{
133133
id: 'logout',
134134
label: 'logout',

0 commit comments

Comments
 (0)