We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent db977fb commit 96559c0Copy full SHA for 96559c0
1 file changed
cli/src/data/slash-commands.ts
@@ -118,11 +118,17 @@ export const SLASH_COMMANDS: SlashCommand[] = [
118
description: 'Publish agents to the agent store',
119
},
120
{
121
- id: 'gpt-5-agent',
122
- label: 'gpt-5-agent',
123
- description: 'Mention the GPT-5 agent to help solve complex problems',
+ id: 'agent:gpt-5',
+ label: 'agent:gpt-5',
+ 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
+ },
132
133
id: 'logout',
134
label: 'logout',
0 commit comments