File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed
Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -20,6 +20,13 @@ const MODE_COMMANDS: SlashCommand[] = AGENT_MODES.map((mode) => ({
2020} ) )
2121
2222export 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' ,
You can’t perform that action at this time.
0 commit comments