gemini-cli/packages/core/src/utils
Conrad Irwin fb3ceb0da4
Read and write files through Zed (#6169)
Co-authored-by: Agus Zubiaga <agus@zed.dev>
2025-08-18 22:29:45 +00:00
..
filesearch feat(filesearch): Introduce non-recursive file search strategy (#6087) 2025-08-18 20:43:24 +00:00
LruCache.ts Rename server->core (#638) 2025-05-30 18:25:47 -07:00
bfsFileSearch.test.ts fix(core): Replace flaky performance tests with robust correctness tests (#5795) 2025-08-07 22:38:21 +00:00
bfsFileSearch.ts perf(core): parallelize bfsFileSearch for 40% faster CLI startup (#5185) 2025-07-30 17:32:03 +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 Various spelling improvements (#3497) 2025-07-21 21:54:44 +00:00
editCorrector.ts chore(compiler): Enable strict property access TS compiler flag. (#6255) 2025-08-17 16:43:21 +00:00
editor.test.ts chore(compiler): Enable strict property access TS compiler flag. (#6255) 2025-08-17 16:43:21 +00:00
editor.ts chore(compiler): Enable strict property access TS compiler flag. (#6255) 2025-08-17 16:43:21 +00:00
environmentContext.test.ts feat(agent): Introduce Foundational Subagent Architecture (#1805) 2025-08-07 00:34:38 +00:00
environmentContext.ts feat(agent): Introduce Foundational Subagent Architecture (#1805) 2025-08-07 00:34:38 +00:00
errorParsing.test.ts chore(build/compiler): Enable a bunch of strict TS compiler options. (#6138) 2025-08-13 20:17:38 +00:00
errorParsing.ts move errorParsing.ts to core (#6159) 2025-08-13 17:57:11 +00:00
errorReporting.test.ts Make errorReporting test windows compatible. (#4856) 2025-07-25 17:32:23 +00:00
errorReporting.ts Make errorReporting test windows compatible. (#4856) 2025-07-25 17:32:23 +00:00
errors.ts fix: remove direct gaxios dependency (#4289) 2025-07-17 22:54:19 +00:00
fetch.ts Improvements to web-fetch tool (#1030) 2025-06-13 17:44:14 -07:00
fileUtils.test.ts Read and write files through Zed (#6169) 2025-08-18 22:29:45 +00:00
fileUtils.ts Read and write files through Zed (#6169) 2025-08-18 22:29:45 +00:00
flashFallback.integration.test.ts Refactor IDE client state management, improve user-facing error messages, and add logging of connection events (#5591) 2025-08-05 22:52:58 +00:00
formatters.ts refactor(core): Centralize shell logic into ShellExecutionService (#4823) 2025-07-26 01:56:49 +00:00
generateContentResponseUtilities.test.ts Telemetry: Improve API response logging with function call details (#1064) 2025-06-15 01:48:01 -04:00
generateContentResponseUtilities.ts Telemetry: Improve API response logging with function call details (#1064) 2025-06-15 01:48:01 -04:00
getFolderStructure.test.ts Fix tests to work in windows (#4754) 2025-07-23 22:07:19 +00:00
getFolderStructure.ts Fix windows bugs + refactor tests. (#4634) 2025-07-22 05:21:37 +00:00
gitIgnoreParser.test.ts Upgrade test to work on windows. (#4815) 2025-07-25 07:15:41 +00:00
gitIgnoreParser.ts Upgrade test to work on windows. (#4815) 2025-07-25 07:15:41 +00:00
gitUtils.ts Ignore folders files (#651) 2025-06-04 04:40:46 +00:00
memoryDiscovery.test.ts chore(compiler): Enable strict property access TS compiler flag. (#6255) 2025-08-17 16:43:21 +00:00
memoryDiscovery.ts chore(compiler): Enable strict property access TS compiler flag. (#6255) 2025-08-17 16:43:21 +00:00
memoryImportProcessor.test.ts chore(build/compiler): Enable a bunch of strict TS compiler options. (#6138) 2025-08-13 20:17:38 +00:00
memoryImportProcessor.ts [ide-mode] Support multi-folder workspaces (#6177) 2025-08-14 20:12:57 +00:00
messageInspectors.ts fix: EditTool can clobber human edits to the same file. (#3043) 2025-07-07 17:28:56 +00:00
nextSpeakerChecker.test.ts Fix(core): Use Flash for next speaker check (#5786) 2025-08-07 16:18:53 +00:00
nextSpeakerChecker.ts chore: migrate from responseSchema to use responseJsonSchema. (#4814) 2025-08-11 23:04:58 +00:00
partUtils.test.ts feat(core): add partUtils module with unit tests (#4575) 2025-07-22 23:57:06 +00:00
partUtils.ts feat(core): add partUtils module with unit tests (#4575) 2025-07-22 23:57:06 +00:00
paths.test.ts [ide-mode] Support multi-folder workspaces (#6177) 2025-08-14 20:12:57 +00:00
paths.ts [ide-mode] Support multi-folder workspaces (#6177) 2025-08-14 20:12:57 +00:00
quotaErrorDetection.ts move errorParsing.ts to core (#6159) 2025-08-13 17:57:11 +00:00
retry.test.ts refactor(telemetry): enhance flushToClearcut method with retry logic and early return for empty events (#1601) 2025-07-27 18:18:27 +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 feat: migrate tools to use parametersJsonSchema. (#5330) 2025-08-11 23:12:41 +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 refactor: Centralize session ID generation and propagation 2025-06-11 01:18:40 -04:00
shell-utils.test.ts chore(compiler): Enable strict property access TS compiler flag. (#6255) 2025-08-17 16:43:21 +00:00
shell-utils.ts chore(compiler): Enable strict property access TS compiler flag. (#6255) 2025-08-17 16:43:21 +00:00
summarizer.test.ts Enable tool summarization only when explicitly set in settings.json (#4140) 2025-07-15 17:22:31 +00:00
summarizer.ts Switch utility calls to use the gemini-2.5-flash-lite model (#5193) 2025-08-01 21:11:51 +00:00
systemEncoding.test.ts chore(compiler): Enable strict property access TS compiler flag. (#6255) 2025-08-17 16:43:21 +00:00
systemEncoding.ts chore(compiler): Enable strict property access TS compiler flag. (#6255) 2025-08-17 16:43:21 +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.ts refactor(core): Centralize shell logic into ShellExecutionService (#4823) 2025-07-26 01:56:49 +00:00
user_account.test.ts fix: clearcut logging (retry #3744) (#3751) 2025-07-11 17:57:35 +00:00
user_account.ts fix: clearcut logging (retry #3744) (#3751) 2025-07-11 17:57:35 +00:00
user_id.test.ts fix: clearcut logging (retry #3744) (#3751) 2025-07-11 17:57:35 +00:00
user_id.ts fix: clearcut logging (retry #3744) (#3751) 2025-07-11 17:57:35 +00:00
workspaceContext.test.ts Add MCP Root change notifications (#6502) 2025-08-18 21:09:02 +00:00
workspaceContext.ts Add MCP Root change notifications (#6502) 2025-08-18 21:09:02 +00:00