Agents365-ai/pi-plugin-cc
34 stars · Last commit 2026-07-26
Drive the Pi coding agent from Claude Code or Codex: multi-model review panels, model racing, incremental & sharded reviews, automatic model fallback, /pi:rescue with parallel subagent fan-out. Any provider (DeepSeek/OpenAI/Anthropic/local). Adapted from codex-plugin-cc.
README preview
# pi-plugin-cc — drive the Pi coding agent from Claude Code and Codex 🥧 [](LICENSE) [](https://github.com/Agents365-ai/pi-plugin-cc/stargazers) [](https://github.com/Agents365-ai/pi-plugin-cc/network/members) [](https://github.com/Agents365-ai/pi-plugin-cc/releases/latest) [](https://github.com/Agents365-ai/pi-plugin-cc/commits/main) [](https://docs.claude.com/en/docs/claude-code/plugins) [](https://github.com/earendil-works/pi) [](#pick-your-model) **English** · [中文](README_CN.md) External references: [Pi coding agent](https://github.com/earendil-works/pi) · [Pi RPC mode](https://github.com/earendil-works/pi/blob/main/packages/coding-agent/docs/rpc.md) · [Pi providers](https://github.com/earendil-works/pi/blob/main/packages/coding-agent/docs/providers.md) A Claude Code plugin that delegates reviews and coding tasks to the [Pi coding agent](https://github.com/earendil-works/pi). Adapted from [`codex-plugin-cc`](https://github.com/openai/codex-plugin-cc), runtime swapped from Codex to Pi. Also usable from OpenAI's Codex CLI — see [Use from Codex](#-use-from-codex). **The hard dependency is pi, not any particular LLM.** Pi can be configured for DeepSeek, OpenAI, Anthropic, Google, Ollama, LM Studio, or any OpenAI-compatible endpoint via `~/.pi/agent/models.json`. The plugin defers all model selection to pi unless you override per command.