fix: dedupe home agent directories - #27694
Conversation
|
📊 PR Size: size/M
|
|
Warning Gemini encountered an error creating the summary. You can try again by commenting |
|
Hi there! Thank you for your interest in contributing to Gemini CLI. To ensure we maintain high code quality and focus on our prioritized roadmap, we only guarantee review and consideration of pull requests for issues that are explicitly labeled as 'help wanted'. This PR will be closed in 7 days if it remains without that designation. We encourage you to find and contribute to existing 'help wanted' issues in our backlog! Thank you for your understanding. |
|
Closing this myself to stay within the repository's open-PR limit. The newer web-search timeout fix is tied to a P1 issue and looks higher priority than this home-directory dedupe change right now. This branch stays in my fork if maintainers want to revisit it later. |
Fixes #27692.
Summary
~/.gemini/agentsTo verify
npm exec -- vitest run packages/core/src/agents/registry.test.tsnpm run typecheck --workspace @google/gemini-cli-corenpm exec -- eslint packages/core/src/agents/registry.ts packages/core/src/agents/registry.test.ts --max-warnings 0git diff --check HEAD~1..HEAD