codex-bridge-python 2026.6.4
Overview
Initial public release of codex-bridge-python.
codex-bridge-python is a pure-Python bridge that lets Codex talk to standard Chat Completions providers through the Responses API shape Codex expects.
Highlights
- Implements
POST /v1/responsestoPOST /v1/chat/completionstranslation - Proxies and normalizes
GET /v1/models - Supports blocking and streaming response conversion
- Preserves
previous_response_idsession history - Supports tool calls, namespace tools, and grouped parallel tool-call replay
- Retains reasoning content where the upstream provides it
- Supports memory-backed and disk-backed session storage
- Includes English and Simplified Chinese documentation
- Targets Python
>=3.10
Package
- Version:
2026.6.4 - Release tag:
v2026.6.4 - Wheel:
codex_bridge-2026.6.4-py3-none-any.whl - SHA256:
7650d5de31d85291abfcc96a7990757f3a842dbf124fc8560055a041f7cce828
The uploaded wheel is a universal pure-Python build with tag py3-none-any.
Validation
- Local test suite:
11 passed - Verified wheel metadata reports
Root-Is-Purelib: trueandTag: py3-none-any - End-to-end smoke-tested against a real OpenAI-compatible Chat Completions upstream during development
Notes
This release is intended to be used as a local bridge in front of an OpenAI-compatible provider such as DashScope, DeepSeek, Kimi, OpenRouter, Groq, or xAI.