gemini-cli/packages/cli/src/utils
Kuroda Kayn 11a9edc808
Some checks are pending
Testing: E2E (Chained) / Merge Queue Skipper (push) Waiting to run
Testing: E2E (Chained) / download_repo_name (push) Waiting to run
Testing: E2E (Chained) / Parse run context (push) Blocked by required conditions
Testing: E2E (Chained) / set_pending_status (push) Blocked by required conditions
Testing: E2E (Chained) / E2E Test (Linux) - sandbox:docker (push) Blocked by required conditions
Testing: E2E (Chained) / E2E Test (Linux) - sandbox:none (push) Blocked by required conditions
Testing: E2E (Chained) / E2E Test (macOS) (push) Blocked by required conditions
Testing: E2E (Chained) / Slow E2E - Win (push) Blocked by required conditions
Testing: E2E (Chained) / Evals (ALWAYS_PASSING) (push) Blocked by required conditions
Testing: E2E (Chained) / E2E (push) Blocked by required conditions
Testing: E2E (Chained) / set_workflow_status (push) Blocked by required conditions
Testing: CI / Merge Queue Skipper (push) Waiting to run
Testing: CI / Lint (push) Blocked by required conditions
Testing: CI / Link Checker (push) Waiting to run
Testing: CI / Test (Linux) - 20.x, cli (push) Blocked by required conditions
Testing: CI / Test (Linux) - 20.x, others (push) Blocked by required conditions
Testing: CI / Test (Linux) - 22.x, cli (push) Blocked by required conditions
Testing: CI / Test (Linux) - 22.x, others (push) Blocked by required conditions
Testing: CI / Test (Linux) - 24.x, cli (push) Blocked by required conditions
Testing: CI / Test (Linux) - 24.x, others (push) Blocked by required conditions
Testing: CI / Test (Mac) - 20.x, cli (push) Blocked by required conditions
Testing: CI / Test (Mac) - 20.x, others (push) Blocked by required conditions
Testing: CI / Test (Mac) - 22.x, cli (push) Blocked by required conditions
Testing: CI / Test (Mac) - 22.x, others (push) Blocked by required conditions
Testing: CI / Test (Mac) - 24.x, cli (push) Blocked by required conditions
Testing: CI / Test (Mac) - 24.x, others (push) Blocked by required conditions
Testing: CI / CodeQL (push) Blocked by required conditions
Testing: CI / Check Bundle Size (push) Blocked by required conditions
Testing: CI / Slow Test - Win - cli (push) Blocked by required conditions
Testing: CI / Slow Test - Win - others (push) Blocked by required conditions
Testing: CI / CI (push) Blocked by required conditions
Links / linkChecker (push) Waiting to run
On Merge Smoke Test / smoke-test (push) Waiting to run
fix(cli): restore resume for legacy sessions (#26577)
Co-authored-by: Tommaso Sciortino <sciortino@gmail.com>
2026-05-12 00:28:47 +00:00
..
activityLogger.test.ts fix(cli): preserve Request headers in DevTools activity logger (#26078) 2026-04-28 17:34:45 +00:00
activityLogger.ts fix(cli): preserve Request headers in DevTools activity logger (#26078) 2026-04-28 17:34:45 +00:00
agentSettings.test.ts refactor common settings logic for skills,agents (#17490) 2026-03-03 19:25:17 +00:00
agentSettings.ts fix(core): ensure subagent tool updates apply configuration overrides immediately (#23161) 2026-03-23 00:24:24 +00:00
agentUtils.test.ts Enable & disable agents (#16225) 2026-01-15 00:30:17 +00:00
agentUtils.ts Enable & disable agents (#16225) 2026-01-15 00:30:17 +00:00
autoMemory.ts fix(cli): start auto memory in ACP sessions (#25626) 2026-04-21 20:06:30 +00:00
cleanup.test.ts fix(cli): prevent terminal escape sequences from leaking on exit (#22682) 2026-03-23 18:01:12 +00:00
cleanup.ts fix: resolve lifecycle memory leaks by cleaning up listeners and root closures (#25049) 2026-04-10 04:21:14 +00:00
commands.test.ts Text can be added after /plan command (#22833) 2026-03-30 14:31:20 +00:00
commands.ts Text can be added after /plan command (#22833) 2026-03-30 14:31:20 +00:00
commentJson.test.ts Standardize error logging with coreEvents.emitFeedback (#12199) 2025-10-29 22:27:17 +00:00
commentJson.ts Disallow unsafe type assertions (#18688) 2026-02-10 00:10:15 +00:00
deepMerge.test.ts Add extra safety checks for proto pollution (#20396) 2026-03-04 00:21:09 +00:00
deepMerge.ts Add extra safety checks for proto pollution (#20396) 2026-03-04 00:21:09 +00:00
devtoolsService.test.ts fix(devtools): reduce memory usage and defer connection (#24496) 2026-04-22 15:21:58 -07:00
devtoolsService.ts fix(devtools): reduce memory usage and defer connection (#24496) 2026-04-22 15:21:58 -07:00
dialogScopeUtils.test.ts merge duplicate imports packages/cli/src subtask3 (#22056) 2026-03-11 21:21:40 +00:00
dialogScopeUtils.ts merge duplicate imports packages/cli/src subtask3 (#22056) 2026-03-11 21:21:40 +00:00
envVarResolver.test.ts feat(cli): support default values for environment variables (#24469) 2026-04-02 14:38:45 +00:00
envVarResolver.ts feat(cli): support default values for environment variables (#24469) 2026-04-02 14:38:45 +00:00
errors.test.ts refactor(cli): consolidate getErrorMessage utility to core (#22190) 2026-03-13 15:40:29 +00:00
errors.ts feat(cli): migrate nonInteractiveCli to LegacyAgentSession (#22987) 2026-04-02 20:21:40 +00:00
events.test.ts Refactor: Migrate CLI appEvents to Core coreEvents (#15737) 2026-01-23 16:45:46 +00:00
events.ts feat(ui): enable "TerminalBuffer" mode to solve flicker (#24512) 2026-04-03 00:39:49 +00:00
featureToggleUtils.test.ts refactor common settings logic for skills,agents (#17490) 2026-03-03 19:25:17 +00:00
featureToggleUtils.ts refactor common settings logic for skills,agents (#17490) 2026-03-03 19:25:17 +00:00
gitUtils.test.ts fix(cli): handle PAT tokens and credentials in git remote URL parsing (#14650) 2026-01-29 02:41:30 +00:00
gitUtils.ts Unused error variables in catch block are not allowed (#24487) 2026-04-02 04:33:07 +00:00
handleAutoUpdate.test.ts fix(cli): use resolved sandbox state for auto-update check (#26285) 2026-04-30 22:06:01 +00:00
handleAutoUpdate.ts fix(cli): use resolved sandbox state for auto-update check (#26285) 2026-04-30 22:06:01 +00:00
hookSettings.test.ts feat(cli): align hooks enable/disable with skills and improve completion (#16822) 2026-01-28 01:56:06 +00:00
hookSettings.ts feat(cli): align hooks enable/disable with skills and improve completion (#16822) 2026-01-28 01:56:06 +00:00
hookUtils.test.ts feat(cli): align hooks enable/disable with skills and improve completion (#16822) 2026-01-28 01:56:06 +00:00
hookUtils.ts feat(cli): align hooks enable/disable with skills and improve completion (#16822) 2026-01-28 01:56:06 +00:00
installationInfo.test.ts fix(cli): correctly handle auto-update for standalone binaries (#23038) 2026-03-19 01:52:23 +00:00
installationInfo.ts Unused error variables in catch block are not allowed (#24487) 2026-04-02 04:33:07 +00:00
jsonoutput.test.ts feat(ui): pretty JSON rendering tool outputs (#9767) 2026-01-27 12:55:06 +00:00
jsonoutput.ts Unused error variables in catch block are not allowed (#24487) 2026-04-02 04:33:07 +00:00
logCleanup.test.ts feat: implement background process logging and cleanup (#21189) 2026-03-11 00:13:20 +00:00
logCleanup.ts feat: implement background process logging and cleanup (#21189) 2026-03-11 00:13:20 +00:00
math.test.ts Improve code coverage for cli package (#13724) 2025-11-24 17:41:46 +00:00
math.ts Re-land bbiggs changes to reduce margin on narrow screens with fixes + full width setting (#10522) 2025-10-10 02:27:20 +00:00
persistentState.test.ts Improve code coverage for cli package (#13724) 2025-11-24 17:41:46 +00:00
persistentState.ts feat: prompt users to run /terminal-setup with yes/no (#16235) 2026-02-24 21:48:28 +00:00
processUtils.test.ts fix(cli): pass node arguments via NODE_OPTIONS during relaunch to support SEA (#26130) 2026-04-28 21:15:23 +00:00
processUtils.ts fix(cli): pass node arguments via NODE_OPTIONS during relaunch to support SEA (#26130) 2026-04-28 21:15:23 +00:00
readStdin.test.ts fix(cli): use byte length instead of string length for readStdin size limits (#26224) 2026-04-30 14:12:44 +00:00
readStdin.ts fix(cli): use byte length instead of string length for readStdin size limits (#26224) 2026-04-30 14:12:44 +00:00
readStdin_safety.test.ts fix #15369, prevent crash on unhandled EIO error in readStdin cleanup (#15410) 2025-12-22 20:50:43 +00:00
relaunch.test.ts fix(cli): pass node arguments via NODE_OPTIONS during relaunch to support SEA (#26130) 2026-04-28 21:15:23 +00:00
relaunch.ts fix(cli): pass node arguments via NODE_OPTIONS during relaunch to support SEA (#26130) 2026-04-28 21:15:23 +00:00
resolvePath.test.ts Introduce GEMINI_CLI_HOME for strict test isolation (#15907) 2026-01-07 04:09:39 +00:00
resolvePath.ts Introduce GEMINI_CLI_HOME for strict test isolation (#15907) 2026-01-07 04:09:39 +00:00
sandbox-macos-permissive-open.sb fix(core): Handle PTY spawn errors in macOS sandbox (#11539) 2025-10-21 00:14:27 +00:00
sandbox-macos-permissive-proxied.sb feat: Multi-Directory Workspace Support (part1: add --include-directories option) (#4605) 2025-07-30 20:38:20 +00:00
sandbox-macos-restrictive-open.sb feat: Multi-Directory Workspace Support (part1: add --include-directories option) (#4605) 2025-07-30 20:38:20 +00:00
sandbox-macos-restrictive-proxied.sb feat: Multi-Directory Workspace Support (part1: add --include-directories option) (#4605) 2025-07-30 20:38:20 +00:00
sandbox-macos-strict-open.sb feat: add strict seatbelt profiles and remove unusable closed profiles (#18876) 2026-02-12 18:33:54 +00:00
sandbox-macos-strict-proxied.sb feat: add strict seatbelt profiles and remove unusable closed profiles (#18876) 2026-02-12 18:33:54 +00:00
sandbox.test.ts fix(cli): randomize sandbox container names (#26014) 2026-05-06 16:33:24 +00:00
sandbox.ts fix(cli): randomize sandbox container names (#26014) 2026-05-06 16:33:24 +00:00
sandboxUtils.test.ts Fix tests (#14458) 2025-12-03 19:07:23 +00:00
sandboxUtils.ts Unused error variables in catch block are not allowed (#24487) 2026-04-02 04:33:07 +00:00
sessionCleanup.integration.test.ts refactor(cli): group subagent trajectory deletion and use native filesystem testing (#22890) 2026-03-18 14:42:15 +00:00
sessionCleanup.test.ts fix(core): ensure tool output cleanup on session deletion for legacy files (#26263) 2026-04-30 20:11:38 +00:00
sessionCleanup.ts fix(core): ensure tool output cleanup on session deletion for legacy files (#26263) 2026-04-30 20:11:38 +00:00
sessions.test.ts chore(lint): enforce zero warnings and cleanup syntax restrictions (#22902) 2026-03-21 04:01:48 +00:00
sessions.ts fix(core): dynamic session ID injection to resolve resume bugs (#24972) 2026-04-08 23:27:24 +00:00
sessionUtils.test.ts fix(cli): restore resume for legacy sessions (#26577) 2026-05-12 00:28:47 +00:00
sessionUtils.ts fix(cli): restore resume for legacy sessions (#26577) 2026-05-12 00:28:47 +00:00
settingsUtils.test.ts fix(settings): display objects as JSON instead of [object Object] (#21458) 2026-03-09 17:32:13 +00:00
settingsUtils.ts merge duplicate imports packages/cli/src subtask3 (#22056) 2026-03-11 21:21:40 +00:00
skillSettings.test.ts refactor common settings logic for skills,agents (#17490) 2026-03-03 19:25:17 +00:00
skillSettings.ts refactor common settings logic for skills,agents (#17490) 2026-03-03 19:25:17 +00:00
skillUtils.test.ts fix: use directory junctions on Windows for skill linking (#24823) 2026-04-07 19:28:43 +00:00
skillUtils.ts fix: use directory junctions on Windows for skill linking (#24823) 2026-04-07 19:28:43 +00:00
spawnWrapper.ts chore: consistently import node modules with prefix (#3013) 2025-08-25 20:11:27 +00:00
startupWarnings.test.ts fix(test): Fix a disabled test (#9481) 2025-09-24 17:42:03 +00:00
startupWarnings.ts chore: consistently import node modules with prefix (#3013) 2025-08-25 20:11:27 +00:00
terminalNotifications.test.ts Use OSC 777 for terminal notifications (#25300) 2026-04-16 18:45:54 +00:00
terminalNotifications.ts Use OSC 777 for terminal notifications (#25300) 2026-04-16 18:45:54 +00:00
terminalTheme.ts ui(polish) blend background color with theme (#18802) 2026-02-12 19:56:07 +00:00
tierUtils.test.ts feat(ui): Do not show Ultra users /upgrade hint (#22154) (#22156) 2026-03-12 13:46:58 +00:00
tierUtils.ts feat(ui): Do not show Ultra users /upgrade hint (#22154) (#22156) 2026-03-12 13:46:58 +00:00
toolOutputCleanup.test.ts feat(core,cli): implement session-linked tool output storage and cleanup (#18416) 2026-02-06 06:36:42 +00:00
updateEventEmitter.test.ts Improve code coverage for cli package (#13724) 2025-11-24 17:41:46 +00:00
updateEventEmitter.ts chore: consistently import node modules with prefix (#3013) 2025-08-25 20:11:27 +00:00
userStartupWarnings.test.ts fix(cli): use os.homedir() for home directory warning check (#25890) 2026-05-04 23:24:49 +00:00
userStartupWarnings.ts fix(cli): use os.homedir() for home directory warning check (#25890) 2026-05-04 23:24:49 +00:00
windowTitle.test.ts feat(cli): consolidate shell inactivity and redirection monitoring (#17086) 2026-01-21 22:31:24 +00:00
windowTitle.ts feat(cli): consolidate shell inactivity and redirection monitoring (#17086) 2026-01-21 22:31:24 +00:00
worktreeSetup.test.ts feat(worktree): add Git worktree support for isolated parallel sessions (#22973) 2026-03-20 14:10:51 +00:00
worktreeSetup.ts feat(worktree): add Git worktree support for isolated parallel sessions (#22973) 2026-03-20 14:10:51 +00:00