Refactor /resume command to use dialog instead of standalone Ink app

This commit is contained in:
Alexander Farber 2025-12-12 21:34:26 +01:00
parent 2de50ae436
commit 12877ac849
No known key found for this signature in database
9 changed files with 471 additions and 75 deletions

View file

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