You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Add Gemini CLI and GitHub Copilot CLI agents
- Add gemini agent using `gemini -p` for non-interactive reviews
- Add copilot agent using `copilot --prompt` for non-interactive reviews
- Update fallback order to include new agents
- Update tests to verify all 5 agents are registered
Install with:
npm install -g @google/gemini-cli
npm install -g @github/copilot
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
* Update README with expanded agent support
- Add table showing all 4 agents with install commands
- Document fallback order: codex → claude-code → gemini → copilot
- Improve "Setting the Default Agent" section with all config options
- Update config example to list all agent options
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
* Update error message to list all supported agents
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
* Update CLI help text to list all supported agents
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
---------
Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com>
0 commit comments