qwen-code/packages/cli/src/ui/components
DragonnZhang 5376ca5873 fix: unblock input after ESC cancel, suppress abort errors, add hint
- Use Promise.race in handleSlashCommand so ESC abort immediately
  unblocks the submitQuery await chain (fixes /compress blocking input)
- Suppress abort error messages in /compress and /summary when
  cancelled via ESC (cancelSlashCommand already shows "Command cancelled")
- Add "(esc to cancel)" hint below pending slash command items
- Add i18n translations for the new hint in all 6 locales
2026-02-11 11:22:19 +08:00
..
__snapshots__ feat(cli): support LLM output language configuration in Settings Dialog 2026-01-20 17:00:19 +08:00
messages feat: 优化useSettingsHooks以及全面review DiffRender的settings的入参是否有缺失 2026-01-23 15:30:08 +08:00
shared feat(cli): migrate console calls to debugLogger and stdioHelpers (M3 Phase 7-9) 2026-01-26 15:02:37 +08:00
subagents feat(cli): migrate console calls to debugLogger and stdioHelpers (M3 Phase 7-9) 2026-01-26 15:02:37 +08:00
views fix(mcp): update OAuth client names and improve MCP commands 2026-02-08 10:46:48 +08:00
AboutBox.tsx feat(cli): refactor about dialog and add proxy field 2026-01-19 10:54:45 +08:00
AnsiOutput.test.tsx Sync upstream Gemini-CLI v0.8.2 (#838) 2025-10-23 09:27:04 +08:00
AnsiOutput.tsx Sync upstream Gemini-CLI v0.8.2 (#838) 2025-10-23 09:27:04 +08:00
AppHeader.test.tsx fix test 2026-02-06 03:01:53 -08:00
AppHeader.tsx remove useless comment 2026-01-29 04:19:49 -08:00
ApprovalModeDialog.tsx Redesign settings dialog with curated list and view-switching UI 2026-01-18 21:56:33 +08:00
AsciiArt.ts feat: Redesign CLI welcome screen and improve visual consistency 2026-01-16 11:48:31 +08:00
AutoAcceptIndicator.tsx feat use tab on windows instead of shift+tab 2026-02-02 19:48:07 +08:00
Composer.test.tsx refactor(debug): replace ConsolePatcher with debugLogger and update error reporting 2026-02-02 17:37:54 +08:00
Composer.tsx fix(cli): prevent Tab key from cycling approval mode when autocomplete is active on Windows 2026-02-06 11:04:15 +08:00
ConfigInitDisplay.tsx feat(i18n): Add Internationalization Support for UI and LLM Output (#1058) 2025-11-21 15:44:37 +08:00
ConsentPrompt.test.tsx feat: Redesign CLI welcome screen and improve visual consistency 2026-01-16 11:48:31 +08:00
ConsentPrompt.tsx feat: Redesign CLI welcome screen and improve visual consistency 2026-01-16 11:48:31 +08:00
ContextSummaryDisplay.test.tsx Merge tag 'v0.3.0' into chore/sync-gemini-cli-v0.3.0 2025-09-11 16:26:56 +08:00
ContextSummaryDisplay.tsx feat(i18n): Add Internationalization Support for UI and LLM Output (#1058) 2025-11-21 15:44:37 +08:00
ContextUsageDisplay.tsx fix(contextWindowSize): fix context window size update on model switch and ACP agent config priority 2026-01-29 20:51:03 +08:00
DebugModeNotification.tsx feat(core,cli): add debug logging infrastructure (M0-M2) 2026-01-25 09:23:18 +08:00
DebugProfiler.tsx Sync upstream Gemini-CLI v0.8.2 (#838) 2025-10-23 09:27:04 +08:00
DialogManager.tsx feat: add select ui for claude marketplace 2026-01-23 16:23:30 +08:00
EditorSettingsDialog.tsx feat(cli): migrate console calls to debugLogger and stdioHelpers (M3 Phase 7-9) 2026-01-26 15:02:37 +08:00
ExitWarning.tsx Sync upstream Gemini-CLI v0.8.2 (#838) 2025-10-23 09:27:04 +08:00
FolderTrustDialog.test.tsx Sync upstream Gemini-CLI v0.8.2 (#838) 2025-10-23 09:27:04 +08:00
FolderTrustDialog.tsx Sync upstream Gemini-CLI v0.8.2 (#838) 2025-10-23 09:27:04 +08:00
Footer.test.tsx test: fix Footer and tokenLimits test failures 2026-01-29 21:13:12 +08:00
Footer.tsx refactor(debug): replace ConsolePatcher with debugLogger and update error reporting 2026-02-02 17:37:54 +08:00
GeminiRespondingSpinner.tsx Sync upstream Gemini-CLI v0.8.2 (#838) 2025-10-23 09:27:04 +08:00
Header.test.tsx feat: Redesign CLI welcome screen and improve visual consistency 2026-01-16 11:48:31 +08:00
Header.tsx refactor(cli): change auth hint to model hint in header 2026-02-08 09:40:57 +08:00
Help.test.tsx feat use tab on windows instead of shift+tab 2026-02-02 19:48:07 +08:00
Help.tsx feat use tab on windows instead of shift+tab 2026-02-02 19:48:07 +08:00
HistoryItemDisplay.test.tsx feat(cli): refactor about dialog and add proxy field 2026-01-19 10:54:45 +08:00
HistoryItemDisplay.tsx feat: Redesign CLI welcome screen and improve visual consistency 2026-01-16 11:48:31 +08:00
IdeTrustChangeDialog.test.tsx refactor(debug): replace ConsolePatcher with debugLogger and update error reporting 2026-02-02 17:37:54 +08:00
IdeTrustChangeDialog.tsx feat(cli): migrate console calls to debugLogger and stdioHelpers (M3 Phase 7-9) 2026-01-26 15:02:37 +08:00
InputPrompt.test.tsx Merge pull request #1713 from QwenLM/fix/enter-submit 2026-02-06 17:44:14 +08:00
InputPrompt.tsx Merge pull request #1713 from QwenLM/fix/enter-submit 2026-02-06 17:44:14 +08:00
KeyboardShortcuts.tsx feat use tab on windows instead of shift+tab 2026-02-02 19:48:07 +08:00
LoadingIndicator.test.tsx Sync upstream Gemini-CLI v0.8.2 (#838) 2025-10-23 09:27:04 +08:00
LoadingIndicator.tsx feat(i18n): Add Internationalization Support for UI and LLM Output (#1058) 2025-11-21 15:44:37 +08:00
LoopDetectionConfirmation.test.tsx Sync upstream Gemini-CLI v0.8.2 (#838) 2025-10-23 09:27:04 +08:00
LoopDetectionConfirmation.tsx Sync upstream Gemini-CLI v0.8.2 (#838) 2025-10-23 09:27:04 +08:00
MainContent.tsx fix: unblock input after ESC cancel, suppress abort errors, add hint 2026-02-11 11:22:19 +08:00
MemoryUsageDisplay.tsx Sync upstream Gemini-CLI v0.8.2 (#838) 2025-10-23 09:27:04 +08:00
ModelDialog.test.tsx Merge branch 'main' into mingholy/fix/acp-model-list 2026-02-05 19:01:17 +08:00
ModelDialog.tsx feat: support runtime model selection for both interactive and ACP 2026-02-02 17:52:50 +08:00
ModelStatsDisplay.test.tsx Explict imports & exports with type modifier (#3774) 2025-08-25 22:04:53 +00:00
ModelStatsDisplay.tsx feat: Redesign CLI welcome screen and improve visual consistency 2026-01-16 11:48:31 +08:00
ModelSwitchDialog.test.tsx Sync upstream Gemini-CLI v0.8.2 (#838) 2025-10-23 09:27:04 +08:00
ModelSwitchDialog.tsx Sync upstream Gemini-CLI v0.8.2 (#838) 2025-10-23 09:27:04 +08:00
Notifications.tsx refactor: streamline debug logging and remove Notifications component 2026-02-04 22:41:31 +08:00
OpenAIKeyPrompt.test.tsx Sync upstream Gemini-CLI v0.8.2 (#838) 2025-10-23 09:27:04 +08:00
OpenAIKeyPrompt.tsx feat(i18n): Add Internationalization Support for UI and LLM Output (#1058) 2025-11-21 15:44:37 +08:00
PermissionsModifyTrustDialog.test.tsx Sync upstream Gemini-CLI v0.8.2 (#838) 2025-10-23 09:27:04 +08:00
PermissionsModifyTrustDialog.tsx Rrename Gemini references to Qwen and fix IDE connection path 2025-12-11 11:14:10 +01:00
PlanSummaryDisplay.tsx feat: Redesign CLI welcome screen and improve visual consistency 2026-01-16 11:48:31 +08:00
PluginChoicePrompt.test.tsx feat: add select ui for claude marketplace 2026-01-23 16:23:30 +08:00
PluginChoicePrompt.tsx feat: add select ui for claude marketplace 2026-01-23 16:23:30 +08:00
PrepareLabel.test.tsx Sync upstream Gemini-CLI v0.8.2 (#838) 2025-10-23 09:27:04 +08:00
PrepareLabel.tsx Sync upstream Gemini-CLI v0.8.2 (#838) 2025-10-23 09:27:04 +08:00
QueuedMessageDisplay.test.tsx Sync upstream Gemini-CLI v0.8.2 (#838) 2025-10-23 09:27:04 +08:00
QueuedMessageDisplay.tsx Sync upstream Gemini-CLI v0.8.2 (#838) 2025-10-23 09:27:04 +08:00
QuittingDisplay.tsx feat: Redesign CLI welcome screen and improve visual consistency 2026-01-16 11:48:31 +08:00
QwenOAuthProgress.test.tsx refactor(debug): replace ConsolePatcher with debugLogger and update error reporting 2026-02-02 17:37:54 +08:00
QwenOAuthProgress.tsx feat(cli): migrate console calls to debugLogger and stdioHelpers (M3 Phase 7-9) 2026-01-26 15:02:37 +08:00
SessionPicker.tsx feat: Redesign CLI welcome screen and improve visual consistency 2026-01-16 11:48:31 +08:00
SessionSummaryDisplay.test.tsx Add chat recording toggle (CLI + settings) and disable recording in tests 2025-12-15 13:48:38 +08:00
SessionSummaryDisplay.tsx feat: Redesign CLI welcome screen and improve visual consistency 2026-01-16 11:48:31 +08:00
SettingInputPrompt.test.tsx fix settings in interactive mode 2026-01-21 11:29:48 +08:00
SettingInputPrompt.tsx fix settings in interactive mode 2026-01-21 11:29:48 +08:00
SettingsDialog.test.tsx fix: correct schema field name for context.loadFromIncludeDirectories 2026-01-26 15:09:36 +08:00
SettingsDialog.tsx feat(cli): migrate console calls to debugLogger and stdioHelpers (M3 Phase 7-9) 2026-01-26 15:02:37 +08:00
ShellConfirmationDialog.test.tsx # 🚀 Sync Gemini CLI v0.2.1 - Major Feature Update (#483) 2025-09-01 14:48:55 +08:00
ShellConfirmationDialog.tsx feat(i18n): Add Internationalization Support for UI and LLM Output (#1058) 2025-11-21 15:44:37 +08:00
ShellInputPrompt.tsx Sync upstream Gemini-CLI v0.8.2 (#838) 2025-10-23 09:27:04 +08:00
ShellModeIndicator.tsx Sync upstream Gemini-CLI v0.8.2 (#838) 2025-10-23 09:27:04 +08:00
ShowMoreLines.tsx Sync upstream Gemini-CLI v0.8.2 (#838) 2025-10-23 09:27:04 +08:00
StandaloneSessionPicker.test.tsx rework /resume slash command 2025-12-16 19:54:55 +08:00
StandaloneSessionPicker.tsx feat(cli): migrate console calls to debugLogger and stdioHelpers (M3 Phase 7-9) 2026-01-26 15:02:37 +08:00
StatsDisplay.test.tsx # 🚀 Sync Gemini CLI v0.2.1 - Major Feature Update (#483) 2025-09-01 14:48:55 +08:00
StatsDisplay.tsx feat: Redesign CLI welcome screen and improve visual consistency 2026-01-16 11:48:31 +08:00
SuggestionsDisplay.tsx feat: Redesign CLI welcome screen and improve visual consistency 2026-01-16 11:48:31 +08:00
ThemeDialog.test.tsx Sync upstream Gemini-CLI v0.8.2 (#838) 2025-10-23 09:27:04 +08:00
ThemeDialog.tsx feat: 优化useSettingsHooks以及全面review DiffRender的settings的入参是否有缺失 2026-01-23 15:30:08 +08:00
Tips.tsx feat use tab on windows instead of shift+tab 2026-02-02 19:48:07 +08:00
TodoDisplay.test.tsx Merge tag 'v0.3.0' into chore/sync-gemini-cli-v0.3.0 2025-09-11 16:26:56 +08:00
TodoDisplay.tsx Merge tag 'v0.3.0' into chore/sync-gemini-cli-v0.3.0 2025-09-11 16:26:56 +08:00
ToolStatsDisplay.test.tsx Explict imports & exports with type modifier (#3774) 2025-08-25 22:04:53 +00:00
ToolStatsDisplay.tsx feat: Redesign CLI welcome screen and improve visual consistency 2026-01-16 11:48:31 +08:00
UpdateNotification.tsx Sync upstream Gemini-CLI v0.8.2 (#838) 2025-10-23 09:27:04 +08:00
WelcomeBackDialog.tsx feat(i18n): Add Internationalization Support for UI and LLM Output (#1058) 2025-11-21 15:44:37 +08:00