OpenCodex Bridge
codexclaw can detect opencodex (ocx) when it is
present. The bridge is detect-only: codexclaw reads provider status and never mutates it.
What the bridge does
Section titled “What the bridge does”- On
SessionStart, the provider-bridge hook checks whetherocxis present and reports its status. - When
ocxis active,catalog_listcan surfaceocx-backed models alongside Codex-native ones for subagent selection. - The native Codex model path always stays valid. If
ocxis absent, nothing degrades.
What the bridge does not do
Section titled “What the bridge does not do”- 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/responsestraffic.
Why detect-only
Section titled “Why detect-only”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.
