qwen-code/packages/cli/src/ui/components
LaZzyMan a5a8ec5d67 feat: human-readable permission labels, deny rule feedback, and multi-dir search tests
- Add buildHumanReadableRuleLabel() to convert raw permission rules into
  natural-language descriptions for the 'Always Allow' UI options
- Add PermissionManager.findMatchingDenyRule() to surface which deny rule
  caused a tool to be blocked, improving error messages in coreToolScheduler
- Update ToolConfirmationMessage to use friendly labels with i18n support
- Add comprehensive tests for new permission features and multi-directory
  search in glob, grep, and ripGrep tools
- Fix integration test for tool-control allowedTools configuration
2026-03-24 19:47:07 +08:00
..
__snapshots__ Merge branch 'main' into feat/support-permission 2026-03-19 11:24:30 +08:00
agent-view refactor(agents): remove outputFile from tool result events 2026-03-17 14:29:02 +08:00
arena feat(arena): improve cancellation handling and simplify to in-process mode 2026-03-12 16:57:44 +08:00
extensions fix test 2026-03-11 19:13:14 +08:00
mcp feat(mcp): show 'Re-authenticate' for servers with existing OAuth tokens 2026-03-12 22:08:17 +08:00
messages feat: human-readable permission labels, deny rule feedback, and multi-dir search tests 2026-03-24 19:47:07 +08:00
shared Merge branch 'main' into feat/support-permission 2026-03-19 11:24:30 +08:00
subagents refactor(core): rename TaskTool to AgentTool 2026-03-19 14:55:14 +08:00
views feat(cli): add detail mode to /context and track loaded skill bodies 2026-03-15 14:39:33 +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
ApiKeyInput.tsx fix(auth): validate Coding Plan API key prefix for China region 2026-03-02 21:19:41 +08:00
AppHeader.test.tsx fix test 2026-02-06 03:01:53 -08:00
AppHeader.tsx refactor(cli): simplify auth type display in Header 2026-02-28 14:59:56 +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
BaseTextInput.tsx feat(cli): add agent composer UI and refactor text input handling 2026-03-10 16:53:10 +08:00
Composer.test.tsx feat(ui): implement per-task token tracking in LoadingIndicator 2026-03-18 17:35:37 +08:00
Composer.tsx Merge branch 'main' into feat/token_display 2026-03-18 21:40:16 +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 Merge branch 'main' into feat/support-permission 2026-03-19 11:24: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 test: update OAuth progress and header tests for UI changes 2026-03-12 16:42:43 +08:00
Header.tsx refactor: simplify OAuth progress UI and use semantic colors 2026-03-12 16:23:05 +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 fix(cli): harden /btw command error handling and type safety 2026-03-22 01:21:07 +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 #2425 from kkhomej33-netizen/fix/ctrl-r-command-search-order 2026-03-18 13:51:28 +08:00
InputPrompt.tsx Merge branch 'main' into feature/arena-agent-collaboration 2026-03-18 19:20:22 +08:00
KeyboardShortcuts.tsx feat(cli): add Ctrl+Y shortcut to retry failed requests (#2011) 2026-03-02 17:59:18 +08:00
LoadingIndicator.test.tsx test(cli): remove promptTokens prop from LoadingIndicator tests 2026-03-18 00:22:35 +08:00
LoadingIndicator.tsx Merge branch 'main' into feat/token_display 2026-03-18 21:40:16 +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 feat: remove redundant cancel message translations and improve message rendering 2026-02-26 15:35:52 +08:00
MemoryUsageDisplay.tsx Sync upstream Gemini-CLI v0.8.2 (#838) 2025-10-23 09:27:04 +08:00
ModelDialog.test.tsx test(cli): fix ModelDialog test by removing rigid help text assertion 2026-02-28 19:36:53 +08:00
ModelDialog.tsx fix(i18n): add translations for modality and context window display 2026-02-28 15:33:55 +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
Notifications.tsx refactor: streamline debug logging and remove Notifications component 2026-02-04 22:41:31 +08:00
PermissionsDialog.tsx feat(permissions): add workspace directory management tab 2026-03-11 10:54:59 +08:00
PlanSummaryDisplay.tsx Keep rejected plan content visible in plan mode 2026-03-06 19:00:49 +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(ui): remove spinner from OAuth progress component 2026-03-12 17:34:08 +08:00
QwenOAuthProgress.tsx refactor(ui): remove spinner from OAuth progress component 2026-03-12 17:34:08 +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 feat test tool permissions 2026-03-10 16:30:22 +08:00
ShellConfirmationDialog.tsx feat test tool permissions 2026-03-10 16:30:22 +08:00
ShellInputPrompt.tsx fix(cli): prevent Ctrl+F from leaking to PTY as ^F artifact 2026-03-13 16:34:55 +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.test.ts feat(cli): Increase /insight feature exposure via weighted tips 2026-02-28 18:08:37 +08:00
Tips.tsx feat(cli): Increase /insight feature exposure via weighted tips 2026-02-28 18:08:37 +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
TrustDialog.test.tsx feat(permissions): add permission system and rename folder trust command 2026-03-04 19:24:43 +08:00
TrustDialog.tsx feat(permissions): add permission system and rename folder trust command 2026-03-04 19:24:43 +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