fix(cli): fix "/clear (new)" command (#25801)

This commit is contained in:
mini2s
2026-04-22 23:20:22 +08:00
committed by GitHub
parent 6edfba481f
commit 607180bfb2
+1 -1
View File
@@ -16,7 +16,7 @@ import { MessageType } from '../types.js';
import { randomUUID } from 'node:crypto';
export const clearCommand: SlashCommand = {
name: 'clear (new)',
name: 'clear',
altNames: ['new'],
description: 'Clear the screen and start a new session',
kind: CommandKind.BUILT_IN,