gemini-cli/packages/core/src/config
Daniel Weis 792654c88b
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) / 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) / E2E Test (Linux) - sandbox:none (push) Blocked by required conditions
Testing: E2E (Chained) / E2E Test (macOS) (push) Blocked by required conditions
Testing: E2E (Chained) / set_workflow_status (push) Blocked by required conditions
Testing: CI / Test (Linux) - 24.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 (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 / Link Checker (push) Waiting to run
Testing: CI / Test (Linux) - 20.x, cli (push) Blocked by required conditions
Testing: CI / Merge Queue Skipper (push) Waiting to run
Testing: CI / Lint (push) Blocked by required conditions
Testing: CI / Test (Linux) - 20.x, others (push) Blocked by required conditions
Links / linkChecker (push) Waiting to run
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
Trigger Docs Rebuild / trigger-rebuild (push) Waiting to run
On Merge Smoke Test / smoke-test (push) Waiting to run
refactor: decouple auto model description and configuration from releaseChannel (#27227)
Co-authored-by: David Pierce <davidapierce@google.com>
2026-05-18 20:15:55 +00:00
..
extensions Unused error variables in catch block are not allowed (#24487) 2026-04-02 04:33:07 +00:00
agent-loop-context.ts feat(core): subagent isolation and cleanup hardening (#23903) 2026-03-27 03:43:39 +00:00
config-agents-reload.test.ts fix(core): remove duplicate initialize call on agents refreshed (#25670) 2026-04-21 20:17:21 +00:00
config.test.ts fix(core): use hasAccessToPreview for auto model resolution and fix disappearing models (#27112) 2026-05-15 17:26:59 +00:00
config.ts fix(context): Fix snapshot recovery across sessions. (#26939) 2026-05-18 16:44:59 +00:00
constants.ts feat: detect new files in @ recommendations with watcher based updates (#25256) 2026-04-21 18:35:14 +00:00
defaultModelConfigs.ts refactor: decouple auto model description and configuration from releaseChannel (#27227) 2026-05-18 20:15:55 +00:00
flashFallback.test.ts revert the change that was recently added from a fix (#16390) 2026-01-12 17:23:06 +00:00
injectionService.test.ts refactor(core): introduce InjectionService with source-aware injection and backend-native background completions (#22544) 2026-03-16 21:06:29 +00:00
injectionService.ts refactor(core): introduce InjectionService with source-aware injection and backend-native background completions (#22544) 2026-03-16 21:06:29 +00:00
memory.test.ts feat(core): Render memory hierarchically in context. (#18350) 2026-02-10 02:01:59 +00:00
memory.ts refactor(memory): replace MemoryManagerAgent with prompt-driven memory editing across four tiers (#25716) 2026-04-22 01:21:55 +00:00
models.test.ts refactor: decouple auto model description and configuration from releaseChannel (#27227) 2026-05-18 20:15:55 +00:00
models.ts refactor: decouple auto model description and configuration from releaseChannel (#27227) 2026-05-18 20:15:55 +00:00
path-validation.test.ts refactor(memory): replace MemoryManagerAgent with prompt-driven memory editing across four tiers (#25716) 2026-04-22 01:21:55 +00:00
projectRegistry.test.ts fix(core): handle malformed projects.json in ProjectRegistry (#26885) 2026-05-11 20:19:01 +00:00
projectRegistry.ts Refactor: Eliminate no-unsafe-return suppressions via strict type validation (#20668) 2026-05-12 23:45:58 +00:00
sandbox-integration.test.ts feat(sandbox): dynamic macOS sandbox expansion and worktree support (#23301) 2026-03-24 04:48:13 +00:00
scoped-config.test.ts feat(core): scope subagent workspace directories via AsyncLocalStorage (#24445) 2026-04-02 16:33:08 +00:00
scoped-config.ts feat(memory): add Auto Memory inbox flow with canonical-patch contract (#26338) 2026-05-04 19:07:13 +00:00
storage.test.ts fix(cli): reset plan session state on /clear (#25515) 2026-04-16 19:20:36 +00:00
storage.ts feat(memory): add Auto Memory inbox flow with canonical-patch contract (#26338) 2026-05-04 19:07:13 +00:00
storageMigration.test.ts bug(core): Fix minor bug in migration logic. (#18661) 2026-02-09 20:41:12 +00:00
storageMigration.ts bug(core): Fix minor bug in migration logic. (#18661) 2026-02-09 20:41:12 +00:00
topicState.ts feat(core): agnostic background task UI with CompletionBehavior (#22740) 2026-03-28 21:27:51 +00:00
trackerFeatureFlag.test.ts feat(core): Fully migrate packages/core to AgentLoopContext. (#22115) 2026-03-13 01:56:31 +00:00