Skip to content

OpenCodex Bridge

codexclaw can detect opencodex (ocx) when it is present. The bridge is detect-only: codexclaw reads provider status and never mutates it.

  • On SessionStart, the provider-bridge hook checks whether ocx is present and reports its status.
  • When ocx is active, catalog_list can surface ocx-backed models alongside Codex-native ones for subagent selection.
  • The native Codex model path always stays valid. If ocx is absent, nothing degrades.
  • It does not run ocx ensure, ocx init, ocx start, or any unannounced provider mutation.
  • It does not manage providers, auth, account pools, or sidecars.
  • It does not proxy /v1/responses traffic.

Keeping the bridge read-only preserves the plugin boundary: codexclaw stays a Codex plugin layer instead of becoming a provider proxy, and an ocx upgrade can never be triggered as a surprise side effect of a codexclaw session.