We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aaa8de6 commit 449766bCopy full SHA for 449766b
1 file changed
cli/src/data/slash-commands.ts
@@ -122,12 +122,12 @@ const ALL_SLASH_COMMANDS: SlashCommand[] = [
122
{
123
id: 'plan',
124
label: 'plan',
125
- description: 'Create a plan using GPT',
+ description: 'Create a plan with GPT 5.4',
126
},
127
128
id: 'review',
129
label: 'review',
130
- description: 'Review code changes with GPT',
+ description: 'Review code changes with GPT 5.4',
131
132
133
id: 'new',
0 commit comments