Important
This repository is no longer maintained.
Active development has moved to copilot-bridge,
which supports both Codex CLI and Claude Code out of the box.
- Codex CLI support (auto-writes
~/.codex/config.toml) - Claude Code support (no flags needed)
- Web Search support
- End-to-end reasoning support
- End-to-end tested with the real Codex / Claude CLIs
Replace any old commands:
# old
npx betahi-copilot-api@latest start
# new
npx betahi-copilot-bridge@latest startFor Claude Code, set ANTHROPIC_BASE_URL to the bridge port (default 4142)
in ~/.claude/settings.json. For Codex CLI, just run start once — the bridge
writes a managed block into ~/.codex/config.toml for you.
See the new README: https://github.com/betaHi/copilot-bridge#readme
The original README has been preserved as
README_DEPRECATED.md for reference.