We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fb316ba commit 3ee60a5Copy full SHA for 3ee60a5
1 file changed
cli/src/data/slash-commands.ts
@@ -19,13 +19,13 @@ export const SLASH_COMMANDS: SlashCommand[] = [
19
},
20
{
21
id: 'logout',
22
- label: 'logout (signout)',
+ label: 'logout',
23
description: 'Sign out of your session',
24
aliases: ['signout'],
25
26
27
id: 'exit',
28
- label: 'exit (quit)',
+ label: 'exit',
29
description: 'Quit the CLI',
30
aliases: ['quit', 'q'],
31
@@ -46,13 +46,13 @@ export const SLASH_COMMANDS: SlashCommand[] = [
46
// },
47
48
id: 'usage',
49
- label: 'usage (credits)',
+ label: 'usage',
50
description: 'View remaining or bonus credits',
51
aliases: ['credits'],
52
53
54
id: 'new',
55
- label: 'new (reset, clear)',
+ label: 'new',
56
description: 'Start a fresh conversation session',
57
aliases: ['reset', 'clear'],
58
0 commit comments