Skip to content

v0.1.0

Choose a tag to compare

@adrianweidig adrianweidig released this 24 May 15:18
· 2 commits to main since this release

Initial public-ready release of Codex OpenAI Bridge.

Highlights:

  • OpenAI-compatible bridge for local Codex CLI runs in OpenWebUI.
  • Responses API endpoint with SSE streaming and OpenWebUI chat compatibility mode.
  • Docker, Docker Compose, and Portainer-oriented setup paths.
  • Interactive installer and OpenWebUI provider registration script.
  • MIT license, public README, architecture docs, FAQ, support, security, contribution, and release documentation.
  • GitHub issue templates, PR template, CI, CodeQL, and Dependabot configuration.
  • Request model IDs are validated against the configured model allowlist before invoking Codex CLI.

Validation before release:

  • python -m py_compile src/codex_openai_bridge.py scripts/configure_openwebui_provider.py
  • python -m unittest discover -s tests
  • bash -n install.sh
  • local Markdown link validation
  • CI and CodeQL completed successfully on main