Skip to content

Commit 7b15103

Browse files
committed
move /help first
1 parent 8c6b959 commit 7b15103

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

cli/src/data/slash-commands.ts

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,13 @@ const MODE_COMMANDS: SlashCommand[] = AGENT_MODES.map((mode) => ({
2020
}))
2121

2222
export const SLASH_COMMANDS: SlashCommand[] = [
23+
{
24+
id: 'help',
25+
label: 'help',
26+
description: 'Display keyboard shortcuts and tips',
27+
aliases: ['h', '?'],
28+
implicitCommand: true,
29+
},
2330
{
2431
id: 'connect:claude',
2532
label: 'connect:claude',
@@ -93,13 +100,6 @@ export const SLASH_COMMANDS: SlashCommand[] = [
93100
description: 'Attach an image file (or Ctrl+V to paste from clipboard)',
94101
aliases: ['img', 'attach'],
95102
},
96-
{
97-
id: 'help',
98-
label: 'help',
99-
description: 'Display keyboard shortcuts and tips',
100-
aliases: ['h', '?'],
101-
implicitCommand: true,
102-
},
103103
...MODE_COMMANDS,
104104
{
105105
id: 'referral',

0 commit comments

Comments
 (0)