Skip to content

Agent platforms

Choose the agent you already use, then decide whether you also need Chorus to start work on that agent remotely.

PlatformSupport ownershipBest forRemote startPersistent runtime
Claude CodeChorus teamClaude Code users who want the complete Chorus workflowYes, with the Chorus daemonChorus daemon
CodexChorus teamCodex users who want the complete Chorus workflowYes, with the Chorus daemonChorus daemon
KiroChorus teamKiro CLI users who want the complete Chorus workflowYes, with the Chorus daemonChorus daemon
OpenClawChorus teamOpenClaw users who already run its gatewayYes, through OpenClawOpenClaw gateway
DeepSeek HarnessChorus teamDeepSeek Harness users who want the Chorus workflowYes, with the Chorus daemonChorus daemon
OpenCodeCommunityOpenCode users comfortable with community supportNoNo
PiChorus teamPi users who want the complete Chorus workflowYes, with the Chorus daemonChorus daemon
Generic MCP clientMCP compatibility onlyCalling Chorus tools from another MCP clientNoNo

Claude Code, Codex, Kiro, Pi, and DeepSeek Harness are the supported Chorus daemon backends. OpenClaw stays online through its own gateway and plugin. OpenCode and generic MCP clients connect interactively and cannot be selected as a Chorus daemon backend.

For access keys and permissions, start with Prepare agent access. For a remotely available Claude Code, Codex, Kiro, Pi, or DeepSeek Harness installation, continue with Daemon operations after completing the platform setup.

Each platform page above walks through first installation and the connection check. This section covers what the Chorus plugin actually bundles on each runtime, and how to keep it current — it does not repeat the install steps.

The plugin turns an AI coding runtime into a Chorus collaborator: it exposes the Chorus MCP tools, the stage workflow skills, reviewer sub-agents, and session lifecycle automation. It is published once per runtime and named chorus. Claude Code and Codex are covered in full below; OpenClaw, Kiro, and Pi are ports with narrower or differently shaped capabilities, so they appear as difference-and-pointer notes rather than as equals.

The Claude Code plugin (chorus@chorus-plugins) packages:

  • Chorus MCP tools — a .mcp.json template that configures the Chorus MCP server from CHORUS_URL and CHORUS_API_KEY. chorus agents add writes those into the env block of ~/.claude/settings.json, so an interactive session authenticates without a manual export.
  • Workflow skills — the /chorus overview plus the stage skills invoked as /chorus:idea, /chorus:proposal, /chorus:develop, /chorus:review, /chorus:quick-dev, and /chorus:yolo.
  • Reviewer sub-agents — three read-only reviewers: chorus:proposal-reviewer, chorus:task-reviewer, and chorus:code-reviewer, each of which posts a VERDICT comment.
  • Session lifecycle hooks — hooks that check in, discover and create sessions, send heartbeats, and check out and close sessions automatically, plus PostToolUse hooks that remind the main agent to spawn a reviewer after a submission.
  • Configuration toggles — plugin userConfig options that enable or disable each reviewer, cap the review rounds, and switch OpenSpec mode on or off.

The Codex plugin (chorus@chorus-plugins for Codex) packages:

  • Workflow skills — seven skills invoked with a $ prefix: $chorus, $idea, $proposal, $develop, $review, $quick-dev, and $yolo. They are namespaced, so the fully qualified names are chorus:<skill>.
  • Reviewer sub-agents — the same three read-only reviewers as Claude Code: chorus-proposal-reviewer, chorus-task-reviewer, and chorus-code-reviewer.
  • Session-aware hooks — session-start check-in, per-turn reminders, and PostToolUse reviewer nudges after a proposal submission, a task submission, or the last task of an idea’s proposal being verified. Codex has no equivalents for Claude Code’s TeammateIdle and TaskCompleted hooks.

The Codex MCP server is not bundled with the plugin. Codex does not expand ${VAR} in plugin MCP config, so chorus agents add configures Codex keyless instead: it writes CHORUS_URL / CHORUS_API_KEY / CHORUS_AGENT_PROFILE into ~/.codex/.env (which Codex loads at startup) and sets bearer_token_env_var = "CHORUS_API_KEY" in ~/.codex/config.toml, so no literal key is stored on disk. Codex also has no userConfig surface, so reviewer and OpenSpec behavior is controlled by skill logic rather than plugin toggles.

These runtimes have first-party integrations, but their capabilities differ from Claude Code and Codex. Treat the notes below as pointers, not a parity claim.

  • OpenClaw — a plugin with Chorus MCP tools and workflow skills. It stays available through the OpenClaw gateway rather than the Chorus daemon and does not expose the same workflow lifecycle hooks. See OpenClaw.
  • Kiro — an integration with tools, workflow skills, reviewer agents, and hooks, installable per workspace or user-wide. See Kiro.
  • Pi — the published @chorus-aidlc/chorus-pi npm package (pi install npm:@chorus-aidlc/chorus-pi), with Chorus MCP tools (via pi-mcp-adapter), workflow skills, package-relative reviewer agents, the official pi subagent tool, and Pi-native event hooks. Pi is a wakeable Chorus daemon backend (chorus daemon --agent pi), though it has no native MCP or permission system of its own. See Pi.

Upgrade in place; your agent key and Chorus URL are unaffected.

  • Any agent — re-run chorus agents add. It is idempotent and refreshes each configured agent’s plugin and credential in one pass:

    Terminal window
    chorus agents add
  • Claude Code — you can also manage the plugin from the /plugin menu, or re-run the marketplace add and install to pull the latest version:

    /plugin marketplace add Chorus-AIDLC/chorus
    /plugin install chorus@chorus-plugins

    Restart Claude Code, then run /plugin list and confirm the new version is enabled.

  • Codex — re-running chorus agents add refreshes the plugin and the ~/.codex/.env credential, and is also how you rotate the agent key. Finish with /plugins inside Codex.

For OpenClaw, Kiro, and Pi, re-run chorus agents add or upgrade through the same mechanism you installed with, described on each platform page above.

  • Claude Code — open the /plugin menu and disable or remove chorus@chorus-plugins. Removing the plugin also removes its hooks and reviewer sub-agents. The agent key in your environment is not a plugin artifact; remove it separately if you no longer need it.
  • Codex — disable or remove the plugin from the /plugins menu. Because the MCP server is configured separately, also delete the [mcp_servers.chorus] section from ~/.codex/config.toml and the Chorus keys from ~/.codex/.env to fully disconnect. A one-time backup is kept at config.toml.chorus-bak.

For OpenClaw, Kiro, and Pi, remove the integration through the runtime’s own plugin or package manager as described on its platform page above.

The plugin and its bundled skill are versioned together and track the single Chorus application version. The plugin manifest’s version field matches the running Chorus release, and the skill’s frontmatter version moves with it, so a plugin release lines up with the application it targets. When you upgrade Chorus, upgrade the plugin to the matching version; when the plugin reports a version, that is also its skill version.

You do not manage the skill separately: on Claude Code the skill is bundled with the plugin and delivered with plugin updates, and on Codex the skills ship inside the plugin package. There is no independent skill install to keep in sync.

For the workflow these commands drive, see The AI-DLC workflow; for running a runtime as a background service, see Daemon operations.

  • Triggers: A reader (or an agent) reaches this page to choose a platform, or to learn what the plugin provides on a given runtime and how to upgrade, uninstall, or check version alignment. First-time connection lives on each runtime’s platform page linked in the table above.
  • Constraints:
    • Do not repeat first-install steps; link to the matching platform page.
    • State Claude Code and Codex capabilities exactly: both ship all three reviewers (proposal, task, code); only Claude Code exposes the userConfig toggle surface, so on Codex those behaviors are governed by the skills and hooks directly. Never present OpenClaw, Kiro, or Pi as having parity with the primary runtimes.
    • The plugin and skill versions are a single number tracking the Chorus application version; do not describe an independent skill install.
  • Cite: Claude Code manifest and toggles — public/chorus-plugin/.claude-plugin/plugin.json; Codex manifest — plugins/chorus/.codex-plugin/plugin.json and plugins/chorus/README.md; hook and skill division — docs/chorus-plugin.md. All paths are in the Chorus repository.