Merge pull request #1736 from QwenLM/fix/windows-tab-autocomplete-conflict-1728

fix(cli): prevent Tab key from cycling approval mode when autocomplete is active on Windows
This commit is contained in:
tanzhenxin 2026-02-06 17:47:47 +08:00 committed by GitHub
commit 7f49ddede1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 98 additions and 3 deletions

View file

@ -53,6 +53,7 @@ export interface UIActions {
handleFolderTrustSelect: (choice: FolderTrustChoice) => void;
setConstrainHeight: (value: boolean) => void;
onEscapePromptChange: (show: boolean) => void;
onSuggestionsVisibilityChange: (visible: boolean) => void;
refreshStatic: () => void;
handleFinalSubmit: (value: string) => void;
handleClearScreen: () => void;