Skip to content

Commit 449766b

Browse files
committed
Tweak slash commands description
1 parent aaa8de6 commit 449766b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cli/src/data/slash-commands.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -122,12 +122,12 @@ const ALL_SLASH_COMMANDS: SlashCommand[] = [
122122
{
123123
id: 'plan',
124124
label: 'plan',
125-
description: 'Create a plan using GPT',
125+
description: 'Create a plan with GPT 5.4',
126126
},
127127
{
128128
id: 'review',
129129
label: 'review',
130-
description: 'Review code changes with GPT',
130+
description: 'Review code changes with GPT 5.4',
131131
},
132132
{
133133
id: 'new',

0 commit comments

Comments
 (0)