qwen-code/packages/cli/src/utils
tanzhenxin ae9ba8be18
Merge pull request #1513 from QwenLM/feat/cli-welcome-screen
feat: Redesign CLI welcome screen and settings dialog
2026-01-21 19:43:46 +08:00
..
attentionNotification.test.ts feat: Add Terminal Attention Notifications for User Alerts (#1052) 2025-11-18 13:43:43 +08:00
attentionNotification.ts Add terminal bell setting to enable/disable audio notifications 2025-12-09 20:27:20 +01:00
checks.ts chore(build/compiler): Enable a bunch of strict TS compiler options. (#6138) 2025-08-13 20:17:38 +00:00
cleanup.test.ts [ide-mode] Close all open diffs when the CLI gets closed (#5792) 2025-08-08 15:38:30 +00:00
cleanup.ts Merge tag 'v0.3.0' into chore/sync-gemini-cli-v0.3.0 2025-09-11 16:26:56 +08:00
commands.test.ts Sync upstream Gemini-CLI v0.8.2 (#838) 2025-10-23 09:27:04 +08:00
commands.ts Sync upstream Gemini-CLI v0.8.2 (#838) 2025-10-23 09:27:04 +08:00
commentJson.test.ts fix: can not remove the mcp server when there is only one element 2026-01-14 16:27:45 +08:00
commentJson.ts fix: can not remove the mcp server when there is only one element 2026-01-14 16:27:45 +08:00
deepMerge.test.ts Sync upstream Gemini-CLI v0.8.2 (#838) 2025-10-23 09:27:04 +08:00
deepMerge.ts Sync upstream Gemini-CLI v0.8.2 (#838) 2025-10-23 09:27:04 +08:00
dialogScopeUtils.ts Add Interactive Approval Mode Dialog (#1012) 2025-11-13 19:02:53 +08:00
envVarResolver.test.ts Sync upstream Gemini-CLI v0.8.2 (#838) 2025-10-23 09:27:04 +08:00
envVarResolver.ts Sync upstream Gemini-CLI v0.8.2 (#838) 2025-10-23 09:27:04 +08:00
errors.test.ts Merge pull request #1386 from tt-a1i/fix/error-message-object-display 2026-01-13 19:18:16 +08:00
errors.ts Merge pull request #1386 from tt-a1i/fix/error-message-object-display 2026-01-13 19:18:16 +08:00
events.ts Sync upstream Gemini-CLI v0.8.2 (#838) 2025-10-23 09:27:04 +08:00
gitUtils.test.ts Handle PAT tokens and credentials in git remote URL parsing (#1225) 2025-12-18 00:44:46 +08:00
gitUtils.ts Handle PAT tokens and credentials in git remote URL parsing (#1225) 2025-12-18 00:44:46 +08:00
handleAutoUpdate.test.ts Replace spawn shell option with explicit shell args to avoid DEP0190 warning 2026-01-17 14:29:42 +01:00
handleAutoUpdate.ts Replace spawn shell option with explicit shell args to avoid DEP0190 warning 2026-01-17 14:29:42 +01:00
installationInfo.test.ts Merge tag 'v0.3.0' into chore/sync-gemini-cli-v0.3.0 2025-09-11 16:26:56 +08:00
installationInfo.ts Merge tag 'v0.3.0' into chore/sync-gemini-cli-v0.3.0 2025-09-11 16:26:56 +08:00
languageUtils.test.ts (chore)fix: test fails on Windows CI 2026-01-20 17:55:36 +08:00
languageUtils.ts feat(cli): support LLM output language configuration in Settings Dialog 2026-01-20 17:00:19 +08:00
math.ts Sync upstream Gemini-CLI v0.8.2 (#838) 2025-10-23 09:27:04 +08:00
modelConfigUtils.test.ts fix(cli): isolate modelConfigUtils tests from system env vars 2026-01-20 09:36:28 +08:00
modelConfigUtils.ts test: add unit tests for modelConfigUtils functions 2026-01-19 16:57:01 +08:00
nonInteractiveHelpers.test.ts refactor: unified allow list of supported commands in ACP or non-interactive mode 2025-12-26 17:55:03 +08:00
nonInteractiveHelpers.ts fix: wrong slash_command in systemMessage 2025-12-26 17:55:03 +08:00
package.ts chore: consistently import node modules with prefix (#3013) 2025-08-25 20:11:27 +00:00
processUtils.test.ts Sync upstream Gemini-CLI v0.8.2 (#838) 2025-10-23 09:27:04 +08:00
processUtils.ts Sync upstream Gemini-CLI v0.8.2 (#838) 2025-10-23 09:27:04 +08:00
readStdin.test.ts fix(cli): gemini command stuck in git bash (#6397) 2025-08-23 00:19:20 +00:00
readStdin.ts # 🚀 Sync Gemini CLI v0.2.1 - Major Feature Update (#483) 2025-09-01 14:48:55 +08:00
relaunch.test.ts Rename GEMINI_CLI_NO_RELAUNCH to QWEN_CODE_NO_RELAUNCH 2025-12-11 11:14:12 +01:00
relaunch.ts Rename GEMINI_CLI_NO_RELAUNCH to QWEN_CODE_NO_RELAUNCH 2025-12-11 11:14:12 +01:00
resolvePath.ts chore: consistently import node modules with prefix (#3013) 2025-08-25 20:11:27 +00:00
sandbox-macos-permissive-closed.sb fix: 🐛 fix EPERM error when run qwen --sandbox in macOS 2025-08-12 15:04:01 +08:00
sandbox-macos-permissive-open.sb fix: 🐛 fix EPERM error when run qwen --sandbox in macOS 2025-08-12 15:04:01 +08:00
sandbox-macos-permissive-proxied.sb fix: 🐛 fix EPERM error when run qwen --sandbox in macOS 2025-08-12 15:04:01 +08:00
sandbox-macos-restrictive-closed.sb fix: 🐛 fix EPERM error when run qwen --sandbox in macOS 2025-08-12 15:04:01 +08:00
sandbox-macos-restrictive-open.sb fix: 🐛 fix EPERM error when run qwen --sandbox in macOS 2025-08-12 15:04:01 +08:00
sandbox-macos-restrictive-proxied.sb fix: 🐛 fix EPERM error when run qwen --sandbox in macOS 2025-08-12 15:04:01 +08:00
sandbox.ts Replace the not functional CodeQL comments 2026-01-17 14:29:43 +01:00
settingsUtils.test.ts Redesign settings dialog with curated list and view-switching UI 2026-01-18 21:56:33 +08:00
settingsUtils.ts feat(cli): support LLM output language configuration in Settings Dialog 2026-01-20 17:00:19 +08:00
spawnWrapper.ts chore: consistently import node modules with prefix (#3013) 2025-08-25 20:11:27 +00:00
startupWarnings.test.ts Sync upstream Gemini-CLI v0.8.2 (#838) 2025-10-23 09:27:04 +08:00
startupWarnings.ts Merge tag 'v0.3.0' into chore/sync-gemini-cli-v0.3.0 2025-09-11 16:26:56 +08:00
systemInfo.test.ts feat(cli): refactor about dialog and add proxy field 2026-01-19 10:54:45 +08:00
systemInfo.ts feat(cli): refactor about dialog and add proxy field 2026-01-19 10:54:45 +08:00
systemInfoFields.test.ts feat(cli): refactor about dialog and add proxy field 2026-01-19 10:54:45 +08:00
systemInfoFields.ts feat(cli): refactor about dialog and add proxy field 2026-01-19 10:54:45 +08:00
updateEventEmitter.ts chore: consistently import node modules with prefix (#3013) 2025-08-25 20:11:27 +00:00
userStartupWarnings.test.ts feat: Refactor and Enhance Ripgrep Tool (#930) 2025-10-31 10:53:13 +08:00
userStartupWarnings.ts Replace spawn with execFile for memory-safe command execution (#1068) 2025-11-20 15:04:00 +08:00
version.ts # 🚀 Sync Gemini CLI v0.2.1 - Major Feature Update (#483) 2025-09-01 14:48:55 +08:00
windowTitle.test.ts Sync upstream Gemini-CLI v0.8.2 (#838) 2025-10-23 09:27:04 +08:00
windowTitle.ts Sync upstream Gemini-CLI v0.8.2 (#838) 2025-10-23 09:27:04 +08:00