Skip to content

Commit d22c7b9

Browse files
committed
Hide agent opus and publish from slash commands
1 parent 9ff81fd commit d22c7b9

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

cli/src/data/slash-commands.ts

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff 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',

0 commit comments

Comments
 (0)