fix(tui): expose /exit in command menu

This commit is contained in:
Kail Tian
2026-08-19 20:43:57 +08:00
committed by chengyongru
parent ac13ad65cd
commit 1018bdb7fe
4 changed files with 68 additions and 3 deletions
+1 -1
View File
@@ -5,7 +5,7 @@ import { PickerMenu, type PickerMenuTheme } from "./picker-menu"
export type CommandMenuTheme = PickerMenuTheme
export type TuiCommandAction = "sessions" | "new-chat" | "context" | "diff" | "branch"
export type TuiCommandAction = "sessions" | "new-chat" | "context" | "diff" | "branch" | "exit"
export interface TuiCommand {
command: string