gemini-cli/packages/core/src/utils
2025-09-17 17:12:33 +00:00
..
filesearch fix: Enable disableFuzzySearch config option propagation (#7002) 2025-08-27 15:27:41 +00:00
bfsFileSearch.test.ts chore: consistently import node modules with prefix (#3013) 2025-08-25 20:11:27 +00:00
bfsFileSearch.ts fix: make bfsFileSearch more efficient (#8173) 2025-09-10 18:39:02 +00:00
browser.ts chore(compiler): Enable strict property access TS compiler flag. (#6255) 2025-08-17 16:43:21 +00:00
editCorrector.test.ts refactor(core): Use BaseLlmClient for utility LLM calls in edit corrector (#8443) 2025-09-16 00:46:41 +00:00
editCorrector.ts refactor(core): Use BaseLlmClient for utility LLM calls in edit corrector (#8443) 2025-09-16 00:46:41 +00:00
editor.test.ts refactor: Replace exec with spawn (#8510) 2025-09-16 19:03:17 +00:00
editor.ts refactor: Replace exec with spawn (#8510) 2025-09-16 19:03:17 +00:00
environmentContext.test.ts Explict imports & exports with type modifier (#3774) 2025-08-25 22:04:53 +00:00
environmentContext.ts Explict imports & exports with type modifier (#3774) 2025-08-25 22:04:53 +00:00
errorParsing.test.ts Simplify error messages when user runs into daily quotas. (#8556) 2025-09-16 22:39:18 +00:00
errorParsing.ts Simplify error messages when user runs into daily quotas. (#8556) 2025-09-16 22:39:18 +00:00
errorReporting.test.ts Make errorReporting test windows compatible. (#4856) 2025-07-25 17:32:23 +00:00
errorReporting.ts Explict imports & exports with type modifier (#3774) 2025-08-25 22:04:53 +00:00
errors.ts Structured JSON Output (#8119) 2025-09-10 20:19:47 +00:00
fetch.ts chore: consistently import node modules with prefix (#3013) 2025-08-25 20:11:27 +00:00
fileUtils.test.ts fix(tests): improve test reliability and performance (#8395) 2025-09-17 17:12:33 +00:00
fileUtils.ts feat(core): Download ripgrep at runtime, if enabled. (#7818) 2025-09-08 21:44:56 +00:00
flashFallback.test.ts refactor: Centralize and improve model fallback handling (#7634) 2025-09-08 20:19:52 +00:00
formatters.ts refactor(core): Centralize shell logic into ShellExecutionService (#4823) 2025-07-26 01:56:49 +00:00
geminiIgnoreParser.test.ts fix: gitignore handling (#8177) 2025-09-10 19:48:07 +00:00
geminiIgnoreParser.ts fix: gitignore handling (#8177) 2025-09-10 19:48:07 +00:00
generateContentResponseUtilities.test.ts feat(commands): Enable @file processing in TOML commands (#6716) 2025-08-28 03:22:21 +00:00
generateContentResponseUtilities.ts feat(commands): Enable @file processing in TOML commands (#6716) 2025-08-28 03:22:21 +00:00
getFolderStructure.test.ts chore: consistently import node modules with prefix (#3013) 2025-08-25 20:11:27 +00:00
getFolderStructure.ts Explict imports & exports with type modifier (#3774) 2025-08-25 22:04:53 +00:00
getPty.ts feat(core): refactor shell execution to use node-pty (#6491) 2025-08-19 23:03:51 +00:00
gitIgnoreParser.test.ts fix: gitignore handling (#8177) 2025-09-10 19:48:07 +00:00
gitIgnoreParser.ts fix: gitignore handling (#8177) 2025-09-10 19:48:07 +00:00
gitUtils.ts chore: consistently import node modules with prefix (#3013) 2025-08-25 20:11:27 +00:00
ignorePatterns.test.ts Explict imports & exports with type modifier (#3774) 2025-08-25 22:04:53 +00:00
ignorePatterns.ts Explict imports & exports with type modifier (#3774) 2025-08-25 22:04:53 +00:00
installationManager.test.ts Explict imports & exports with type modifier (#3774) 2025-08-25 22:04:53 +00:00
installationManager.ts chore: consistently import node modules with prefix (#3013) 2025-08-25 20:11:27 +00:00
language-detection.ts chore: consistently import node modules with prefix (#3013) 2025-08-25 20:11:27 +00:00
llm-edit-fixer.test.ts refactor(core): Introduce LlmUtilityService and promptIdContext (#7952) 2025-09-09 05:14:15 +00:00
llm-edit-fixer.ts refactor(core): Introduce LlmUtilityService and promptIdContext (#7952) 2025-09-09 05:14:15 +00:00
LruCache.ts Rename server->core (#638) 2025-05-30 18:25:47 -07:00
memoryDiscovery.test.ts fix(tests): improve test reliability and performance (#8395) 2025-09-17 17:12:33 +00:00
memoryDiscovery.ts fix(trust): Respect folder trust setting when reading GEMINI.md (#7409) 2025-08-29 18:12:36 +00:00
memoryImportProcessor.test.ts chore: consistently import node modules with prefix (#3013) 2025-08-25 20:11:27 +00:00
memoryImportProcessor.ts chore: consistently import node modules with prefix (#3013) 2025-08-25 20:11:27 +00:00
messageInspectors.ts Explict imports & exports with type modifier (#3774) 2025-08-25 22:04:53 +00:00
nextSpeakerChecker.test.ts refactor(core): Migrate next speaker check to use BaseLlmClient (#8424) 2025-09-15 04:15:18 +00:00
nextSpeakerChecker.ts refactor(core): Migrate next speaker check to use BaseLlmClient (#8424) 2025-09-15 04:15:18 +00:00
partUtils.test.ts feat(commands): Enable @file processing in TOML commands (#6716) 2025-08-28 03:22:21 +00:00
partUtils.ts feat(commands): Enable @file processing in TOML commands (#6716) 2025-08-28 03:22:21 +00:00
pathReader.test.ts feat(commands): Enable @file processing in TOML commands (#6716) 2025-08-28 03:22:21 +00:00
pathReader.ts feat(commands): Enable @file processing in TOML commands (#6716) 2025-08-28 03:22:21 +00:00
paths.test.ts [ide-mode] Support multi-folder workspaces (#6177) 2025-08-14 20:12:57 +00:00
paths.ts chore: consistently import node modules with prefix (#3013) 2025-08-25 20:11:27 +00:00
promptIdContext.ts refactor(core): Introduce LlmUtilityService and promptIdContext (#7952) 2025-09-09 05:14:15 +00:00
quotaErrorDetection.ts Explict imports & exports with type modifier (#3774) 2025-08-25 22:04:53 +00:00
retry.test.ts Explict imports & exports with type modifier (#3774) 2025-08-25 22:04:53 +00:00
retry.ts refactor(telemetry): enhance flushToClearcut method with retry logic and early return for empty events (#1601) 2025-07-27 18:18:27 +00:00
safeJsonStringify.test.ts Fix circular reference JSON serialization in telemetry logging (#4150) 2025-07-14 20:20:06 +00:00
safeJsonStringify.ts Fix circular reference JSON serialization in telemetry logging (#4150) 2025-07-14 20:20:06 +00:00
schemaValidator.ts Support JSON schema formats using ajv-formats (#6949) 2025-08-24 16:37:09 +00:00
secure-browser-launcher.test.ts New browser launcher for MCP OAuth. (#5261) 2025-08-01 05:47:22 +00:00
secure-browser-launcher.ts chore(compiler): Enable strict property access TS compiler flag. (#6255) 2025-08-17 16:43:21 +00:00
session.ts chore: consistently import node modules with prefix (#3013) 2025-08-25 20:11:27 +00:00
shell-utils.test.ts feat(cli): Add --allowed-tools flag to bypass tool confirmation (#2417) (#6453) 2025-08-26 16:17:43 +00:00
shell-utils.ts refactor: Replace exec with spawn (#8510) 2025-09-16 19:03:17 +00:00
summarizer.test.ts Explict imports & exports with type modifier (#3774) 2025-08-25 22:04:53 +00:00
summarizer.ts Explict imports & exports with type modifier (#3774) 2025-08-25 22:04:53 +00:00
systemEncoding.test.ts chore: consistently import node modules with prefix (#3013) 2025-08-25 20:11:27 +00:00
systemEncoding.ts chore: consistently import node modules with prefix (#3013) 2025-08-25 20:11:27 +00:00
terminalSerializer.test.ts feat(shell): enable interactive commands with virtual terminal (#6694) 2025-09-11 20:27:27 +00:00
terminalSerializer.ts feat(shell): enable interactive commands with virtual terminal (#6694) 2025-09-11 20:27:27 +00:00
testUtils.ts [JUNE 25] Permanent failover to Flash model for OAuth users after persistent 429 errors (#1376) 2025-06-24 22:48:55 +00:00
textUtils.test.ts Fix dollar sign replacement bug in file editing (#7871) 2025-09-13 06:05:43 +00:00
textUtils.ts Fix dollar sign replacement bug in file editing (#7871) 2025-09-13 06:05:43 +00:00
tool-utils.test.ts feat(cli): Add --allowed-tools flag to bypass tool confirmation (#2417) (#6453) 2025-08-26 16:17:43 +00:00
tool-utils.ts feat(cli): Add --allowed-tools flag to bypass tool confirmation (#2417) (#6453) 2025-08-26 16:17:43 +00:00
userAccountManager.test.ts Explict imports & exports with type modifier (#3774) 2025-08-25 22:04:53 +00:00
userAccountManager.ts Refac: Centralize storage file management (#4078) 2025-08-20 01:55:47 +00:00
workspaceContext.test.ts chore: consistently import node modules with prefix (#3013) 2025-08-25 20:11:27 +00:00
workspaceContext.ts chore: consistently import node modules with prefix (#3013) 2025-08-25 20:11:27 +00:00