File tree Expand file tree Collapse file tree 1 file changed +12
-12
lines changed
Expand file tree Collapse file tree 1 file changed +12
-12
lines changed Original file line number Diff line number Diff 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' ,
You can’t perform that action at this time.
0 commit comments