Add Interactive Approval Mode Dialog (#1012)

This commit is contained in:
tanzhenxin 2025-11-13 19:02:53 +08:00 committed by GitHub
parent 0752a31e1e
commit 160b64523e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
16 changed files with 397 additions and 909 deletions

View file

@ -69,6 +69,7 @@ export interface UIState {
isSettingsDialogOpen: boolean;
isModelDialogOpen: boolean;
isPermissionsDialogOpen: boolean;
isApprovalModeDialogOpen: boolean;
slashCommands: readonly SlashCommand[];
pendingSlashCommandHistoryItems: HistoryItemWithoutId[];
commandContext: CommandContext;