gemini-cli/packages/cli/src/utils
2025-12-02 20:52:53 +00:00
..
checks.test.ts Improve code coverage for cli package (#13724) 2025-11-24 17:41:46 +00: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 Improve code coverage for cli package (#13724) 2025-11-24 17:41:46 +00:00
cleanup.ts Protect stdout and stderr so JavaScript code can't accidentally write to stdout corrupting ink rendering (#13247) 2025-11-20 10:44:02 -08:00
commands.test.ts refactor: refactor slash command parsing to a util function. (#8381) 2025-09-15 23:56:07 +00:00
commands.ts refactor: refactor slash command parsing to a util function. (#8381) 2025-09-15 23:56:07 +00:00
commentJson.test.ts Standardize error logging with coreEvents.emitFeedback (#12199) 2025-10-29 22:27:17 +00:00
commentJson.ts Standardize error logging with coreEvents.emitFeedback (#12199) 2025-10-29 22:27:17 +00:00
deepMerge.test.ts refactor(setting): Improve settings migration and tool loading (#7445) 2025-09-04 02:23:25 +00:00
deepMerge.ts fix(config):Reviving CustomWitty feature (#8432) 2025-09-22 15:30:11 +00:00
dialogScopeUtils.test.ts Improve code coverage for cli package (#13724) 2025-11-24 17:41:46 +00:00
dialogScopeUtils.ts [Extension Reloading]: Update custom commands, add enable/disable command (#12547) 2025-11-05 19:36:07 +00:00
envVarResolver.test.ts feat(extension): resolve environment variables in extension configuration (#7213) 2025-08-29 17:53:39 +00:00
envVarResolver.ts Add extension settings to be requested on install (#9802) 2025-10-23 15:47:08 +00:00
errors.test.ts Improve code coverage for cli package (#13724) 2025-11-24 17:41:46 +00:00
errors.ts Protect stdout and stderr so JavaScript code can't accidentally write to stdout corrupting ink rendering (#13247) 2025-11-20 10:44:02 -08:00
events.test.ts Improve code coverage for cli package (#13724) 2025-11-24 17:41:46 +00:00
events.ts Protect stdout and stderr so JavaScript code can't accidentally write to stdout corrupting ink rendering (#13247) 2025-11-20 10:44:02 -08:00
gitUtils.test.ts chore: consistently import node modules with prefix (#3013) 2025-08-25 20:11:27 +00:00
gitUtils.ts refactor(logging): Centralize console logging with debugLogger (#11590) 2025-10-21 20:35:22 +00:00
handleAutoUpdate.test.ts fix(async): prevent missed async errors from bypassing catch handlers (#13714) 2025-12-01 22:11:40 +00:00
handleAutoUpdate.ts Fix typo in: packages/cli/src/utils/handleAutoUpdate.ts (#11809) 2025-10-25 02:00:48 +00:00
installationInfo.test.ts Protect stdout and stderr so JavaScript code can't accidentally write to stdout corrupting ink rendering (#13247) 2025-11-20 10:44:02 -08:00
installationInfo.ts refactor(logging): Centralize console logging with debugLogger (#11590) 2025-10-21 20:35:22 +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 Update persistence state to track counts of messages instead of times banner has been displayed (#13428) 2025-11-20 21:57:06 +00:00
processUtils.test.ts fix(cli): Auto restart CLI inner node process on trust change (#8378) 2025-09-17 20:05:40 +00:00
processUtils.ts fix(cli): Auto restart CLI inner node process on trust change (#8378) 2025-09-17 20:05:40 +00:00
readStdin.test.ts Improve code coverage for cli package (#13724) 2025-11-24 17:41:46 +00:00
readStdin.ts Improve code coverage for cli package (#13724) 2025-11-24 17:41:46 +00:00
relaunch.test.ts Refactor to defer initialization. (#8925) 2025-09-23 02:48:25 +00:00
relaunch.ts Refactor to defer initialization. (#8925) 2025-09-23 02:48:25 +00:00
resolvePath.test.ts Improve code coverage for cli package (#13724) 2025-11-24 17:41:46 +00:00
resolvePath.ts chore: consistently import node modules with prefix (#3013) 2025-08-25 20:11:27 +00:00
sandbox-macos-permissive-closed.sb feat: Multi-Directory Workspace Support (part1: add --include-directories option) (#4605) 2025-07-30 20:38:20 +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-closed.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.test.ts Improve code coverage for cli package (#13724) 2025-11-24 17:41:46 +00:00
sandbox.ts fix(async): prevent missed async errors from bypassing catch handlers (#13714) 2025-12-01 22:11:40 +00:00
sandboxUtils.test.ts Improve code coverage for cli package (#13724) 2025-11-24 17:41:46 +00:00
sandboxUtils.ts Improve code coverage for cli package (#13724) 2025-11-24 17:41:46 +00:00
sessionCleanup.integration.test.ts Hide sessions that don't have user messages (#13994) 2025-12-02 20:52:53 +00:00
sessionCleanup.test.ts feat(ui): build interactive session browser component (#13351) 2025-11-21 16:16:56 +00:00
sessionCleanup.ts refactor(logging): Centralize console logging with debugLogger (#11590) 2025-10-21 20:35:22 +00:00
sessions.test.ts feat(ui): build interactive session browser component (#13351) 2025-11-21 16:16:56 +00:00
sessions.ts feat(ui): build interactive session browser component (#13351) 2025-11-21 16:16:56 +00:00
sessionUtils.test.ts Hide sessions that don't have user messages (#13994) 2025-12-02 20:52:53 +00:00
sessionUtils.ts Hide sessions that don't have user messages (#13994) 2025-12-02 20:52:53 +00:00
settingsUtils.test.ts feat(shell): enable interactive commands with virtual terminal (#6694) 2025-09-11 20:27:27 +00:00
settingsUtils.ts [Extension Reloading]: Update custom commands, add enable/disable command (#12547) 2025-11-05 19:36:07 +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
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 chore: consistently import node modules with prefix (#3013) 2025-08-25 20:11:27 +00:00
userStartupWarnings.ts Move settings error throwing to loadSettings (#7605) 2025-09-03 17:41:53 +00:00
version.test.ts Improve code coverage for cli package (#13724) 2025-11-24 17:41:46 +00:00
version.ts refactor(core): Move getPackageJson utility to core package (#12224) 2025-10-29 20:23:35 +00:00
windowTitle.test.ts feat(cli): Add setting to show status(or Gemini 's thoughts) in terminal title and taskbar icon (#4386) 2025-09-27 19:48:24 +00:00
windowTitle.ts feat(cli): Add setting to show status(or Gemini 's thoughts) in terminal title and taskbar icon (#4386) 2025-09-27 19:48:24 +00:00