feat: migrate command format

This commit is contained in:
LaZzyMan 2026-01-07 13:43:00 +08:00
parent 22504b0a5b
commit 50dac93c80
8 changed files with 297 additions and 32 deletions

View file

@ -72,6 +72,8 @@ export interface UIState {
suggestionsWidth: number;
isInputActive: boolean;
shouldShowIdePrompt: boolean;
shouldShowCommandMigrationNudge: boolean;
commandMigrationTomlFiles: string[];
isFolderTrustDialogOpen: boolean;
isTrustedFolder: boolean | undefined;
constrainHeight: boolean;