I built a plugin that lets Claude Code delegate work to Gemini CLI.
I started this after finding myself reaching for Gemini more often on long context repo work. I have been especially liking Gemini’s codebaseinvestigator for long context.
This is inspired by openai/codex-plugin-cc.
Code Review, adversarial review. Under the hood its Gemini CLI over ACP
Would love feedback from people using Claude Code, Gemini CLI, or ACP. I am especially curious whether this feels useful outside my own workflow.
Its a great combo with Opus 4.7 + Gemini 3.1 workflows
natloz7 days ago
I definitely find value when working with models to run things by for another perspective. My favourite moment was when I ran a plan that Replit made by Claude, Claude had some opinions about it, brought them back to Replit, and Replit's response was "Claude is over-reacting", made me chuckle. I felt like such a middle-man.
seonagi8 days ago
Delegation heuristics are prob the tricky bit. Codebase investigator is obviously a win, but routing decisions get interesting when you're weighing cost against latency for different task types. Multi-model setups will just be how this works once people figure out the right handoff rules.
morawrop8 days ago
what i have found to work well is to use it during the planning phase especially when working on an existing project e.g; if i want an adversarial review of the architecture.
comicink8 days ago
Interesting. I have not used codebaseinvestigator before but as the maintainer for a small-medium sized codebase (~150K lines of code) I think this is something I should look into. Thanks for the tip!
morawrop8 days ago
You are welcome! please do leave feedback, will be happy to accommodate.
Isolated_Routes8 days ago
This is great! I find myself using Gemini to double check Claude, idea being that they are different models so can be force multipliers/sanity checks for one another
morawrop8 days ago
thank you so much for the feedback! if you find any issues with the plugin, please let me know.
gisanokharu8 days ago
[dead]