Releases: xuio/claude-code-codex-subagents
Releases · xuio/claude-code-codex-subagents
v0.2.0
Release Notes
v0.2.0
v0.2.0 is the first public-ready release candidate for
claude-code-codex-subagents.
Highlights:
- Daemonless Claude Code MCP plugin for launching OpenAI Codex agents.
- Read-only Codex delegation by default.
- Codex desktop app binary preferred automatically when installed.
- Front-door tools for one agent, parallel agents, aggregation, persistent
sessions, async sessions, live steering, recovery, and diagnostics. - Codex Spark preset support.
- Nested Codex subagent definitions and task requests.
- App-server persistent sessions with recoverable metadata and live steering.
- Backpressure, progress notifications, response compaction, output artifacts,
diagnostics bundles, and verbose logging. - Local install/update script for development and user installs.
- GitHub-friendly README, docs, issue templates, PR template, and wiki source.
Recommended install/update:
git clone https://github.com/xuio/claude-code-codex-subagents.git
cd claude-code-codex-subagents
npm run install:localRecommended verification:
npm run test:ci
npm run check:dist
npm run test:codex-runtime
npm run test:real-matrixLive Claude/Codex validation remains opt-in because it spends tokens:
npm run test:claude-orchestration
npm run test:claude-real-codex
npm run test:claude-real-session