File tree Expand file tree Collapse file tree 1 file changed +11
-11
lines changed
Expand file tree Collapse file tree 1 file changed +11
-11
lines changed Original file line number Diff line number Diff line change @@ -102,12 +102,12 @@ export const SLASH_COMMANDS: SlashCommand[] = [
102102 description : 'Spawn the GPT-5 agent to help solve complex problems' ,
103103 insertText : '@GPT-5 Agent ' ,
104104 } ,
105- {
106- id : 'agent:opus' ,
107- label : 'agent:opus' ,
108- description : 'Spawn the Opus agent to help solve any problem' ,
109- insertText : '@Opus Agent ' ,
110- } ,
105+ // {
106+ // id: 'agent:opus',
107+ // label: 'agent:opus',
108+ // description: 'Spawn the Opus agent to help solve any problem',
109+ // insertText: '@Opus Agent ',
110+ // },
111111 {
112112 id : 'feedback' ,
113113 label : 'feedback' ,
@@ -132,11 +132,11 @@ export const SLASH_COMMANDS: SlashCommand[] = [
132132 description : 'Redeem a referral code for bonus credits' ,
133133 aliases : [ 'redeem' ] ,
134134 } ,
135- {
136- id : 'publish' ,
137- label : 'publish' ,
138- description : 'Publish agents to the agent store' ,
139- } ,
135+ // {
136+ // id: 'publish',
137+ // label: 'publish',
138+ // description: 'Publish agents to the agent store',
139+ // },
140140 {
141141 id : 'theme:toggle' ,
142142 label : 'theme:toggle' ,
You can’t perform that action at this time.
0 commit comments