Skip to content

Commit 96559c0

Browse files
committed
Add opus agent to slash commands. Change to /agent: format
1 parent db977fb commit 96559c0

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

cli/src/data/slash-commands.ts

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -118,11 +118,17 @@ export const SLASH_COMMANDS: SlashCommand[] = [
118118
description: 'Publish agents to the agent store',
119119
},
120120
{
121-
id: 'gpt-5-agent',
122-
label: 'gpt-5-agent',
123-
description: 'Mention the GPT-5 agent to help solve complex problems',
121+
id: 'agent:gpt-5',
122+
label: 'agent:gpt-5',
123+
description: 'Spawn the GPT-5 agent to help solve complex problems',
124124
insertText: '@GPT-5 Agent ',
125125
},
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+
},
126132
{
127133
id: 'logout',
128134
label: 'logout',

0 commit comments

Comments
 (0)