We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4bab579 commit da3499dCopy full SHA for da3499d
1 file changed
cli/src/data/slash-commands.ts
@@ -73,7 +73,7 @@ export const SLASH_COMMANDS: SlashCommand[] = [
73
{
74
id: 'new',
75
label: 'new',
76
- description: 'Start a fresh conversation session',
+ description: 'Clear the conversation history and start a new chat',
77
aliases: ['n', 'clear', 'c', 'reset'],
78
implicitCommand: true,
79
},
0 commit comments