gemini-cli/packages/core/src/services
Godwin Iheuwa dabb9ad8f6
fix(core): gracefully handle disk full errors in chat recording (#17305)
Co-authored-by: RUiNtheExtinct <deepkarma001@gmail.com>
Co-authored-by: Tommaso Sciortino <sciortino@gmail.com>
2026-01-23 18:28:45 +00:00
..
test-data feat: launch Gemini 3 Flash in Gemini CLI ️ (#15196) 2025-12-17 09:43:21 -08:00
chatCompressionService.test.ts feat(core): enhanced anchored iterative context compression with self-verification (#15710) 2026-01-20 08:43:15 +00:00
chatCompressionService.ts feat(core): enhanced anchored iterative context compression with self-verification (#15710) 2026-01-20 08:43:15 +00:00
chatRecordingService.test.ts fix(core): gracefully handle disk full errors in chat recording (#17305) 2026-01-23 18:28:45 +00:00
chatRecordingService.ts fix(core): gracefully handle disk full errors in chat recording (#17305) 2026-01-23 18:28:45 +00:00
contextManager.test.ts feat(core): Implement JIT context memory loading and UI sync (#14469) 2025-12-19 17:04:03 +00:00
contextManager.ts feat(core): Implement JIT context memory loading and UI sync (#14469) 2025-12-19 17:04:03 +00:00
environmentSanitization.test.ts Implemented unified secrets sanitization and env. redaction options (#15348) 2025-12-23 03:18:27 +00:00
environmentSanitization.ts Always enable redaction in GitHub actions. (#16200) 2026-01-08 22:35:12 +00:00
fileDiscoveryService.test.ts fix(core): combine .gitignore and .geminiignore logic for correct precedence (#11587) 2025-11-01 17:06:34 +00:00
fileDiscoveryService.ts fix(core): combine .gitignore and .geminiignore logic for correct precedence (#11587) 2025-11-01 17:06:34 +00:00
fileSystemService.test.ts chore: consistently import node modules with prefix (#3013) 2025-08-25 20:11:27 +00:00
fileSystemService.ts Limit search depth in path corrector (#14869) 2025-12-10 04:08:39 +00:00
gitService.test.ts [A2A] Disable checkpointing if git is not installed (#16896) 2026-01-20 16:38:38 +00:00
gitService.ts [A2A] Disable checkpointing if git is not installed (#16896) 2026-01-20 16:38:38 +00:00
loopDetectionService.test.ts chore(core): remove legacy fallback flags and migrate loop detection (#15213) 2025-12-17 22:14:33 +00:00
loopDetectionService.ts chore(core): remove legacy fallback flags and migrate loop detection (#15213) 2025-12-17 22:14:33 +00:00
modelConfig.golden.test.ts feat(core): Plumbing for late resolution of model configs. (#14597) 2025-12-10 17:36:27 +00:00
modelConfig.integration.test.ts bug(core): fix issue with overrides to bases. (#15255) 2026-01-08 14:59:58 +00:00
modelConfigService.test.ts bug(core): fix issue with overrides to bases. (#15255) 2026-01-08 14:59:58 +00:00
modelConfigService.ts feat(core, cli): Add support for agents in settings.json. (#16433) 2026-01-13 20:16:02 +00:00
modelConfigServiceTestUtils.ts feat(modelAvailabilityService): integrate model availability service into backend logic (#14470) 2025-12-08 14:44:34 +00:00
sessionSummaryService.test.ts fix(core): Resolve AbortSignal MaxListenersExceededWarning (#5950) (#16735) 2026-01-22 20:16:00 +00:00
sessionSummaryService.ts feat(sessions): use 1-line generated session summary to describe sessions (#14467) 2025-12-05 17:20:15 +00:00
sessionSummaryUtils.test.ts refactor(sessions): move session summary generation to startup (#14691) 2025-12-10 03:25:22 +00:00
sessionSummaryUtils.ts refactor(sessions): move session summary generation to startup (#14691) 2025-12-10 03:25:22 +00:00
shellExecutionService.test.ts fix(core): fix PTY descriptor shell leak (#16773) 2026-01-16 17:55:29 +00:00
shellExecutionService.ts fix(core): fix PTY descriptor shell leak (#16773) 2026-01-16 17:55:29 +00:00