mirror of
https://github.com/QwenLM/qwen-code.git
synced 2026-04-30 20:50:34 +00:00
feat: migrate command format
This commit is contained in:
parent
22504b0a5b
commit
50dac93c80
8 changed files with 297 additions and 32 deletions
|
|
@ -72,6 +72,8 @@ export interface UIState {
|
|||
suggestionsWidth: number;
|
||||
isInputActive: boolean;
|
||||
shouldShowIdePrompt: boolean;
|
||||
shouldShowCommandMigrationNudge: boolean;
|
||||
commandMigrationTomlFiles: string[];
|
||||
isFolderTrustDialogOpen: boolean;
|
||||
isTrustedFolder: boolean | undefined;
|
||||
constrainHeight: boolean;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue