Skip to content

Releases: adrianweidig/codex-openai-bridge

Release list

v0.1.1

Choose a tag to compare

@adrianweidig adrianweidig released this 24 May 15:33

Security maintenance release.

Changes:

  • Updated GitHub Actions to Node-24-compatible major versions: actions/checkout@v6, actions/setup-python@v6, github/codeql-action@v4.
  • Updated Docker base image to node:26-bookworm-slim.
  • Documented the security-maintenance changes in CHANGELOG.md.

Validation:

  • 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 with CodeQL results_count=0

v0.1.0

Choose a tag to compare

@adrianweidig adrianweidig released this 24 May 15:18

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