Skip to content

Commit da3499d

Browse files
committed
cli: Tweak /new description
1 parent 4bab579 commit da3499d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cli/src/data/slash-commands.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ export const SLASH_COMMANDS: SlashCommand[] = [
7373
{
7474
id: 'new',
7575
label: 'new',
76-
description: 'Start a fresh conversation session',
76+
description: 'Clear the conversation history and start a new chat',
7777
aliases: ['n', 'clear', 'c', 'reset'],
7878
implicitCommand: true,
7979
},

0 commit comments

Comments
 (0)