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

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.

[dead]