Local supervisor and Web UI for routing Codex through OpenAI-compatible providers while preserving ChatGPT sign-in
Review flagged AI-agent configuration or capability changes. This remains warn-only unless evidence shows foreign-agent hijack through preinstall/install/postinstall, hidden persistence, exfiltration, remote code execution, or other concrete malicious behavior.
`bin/crp.mjs` maps explicit `crp start` to the setup flow.
bin/crp.mjsView on unpkg`src/codex/codex-config.mjs` backs up and rewrites the Codex config to a local proxy.
src/codex/codex-config.mjsView on unpkg`src/server.mjs` relays Codex HTTP requests to a user-configured upstream using its API key.
src/server.mjsView on unpkg`bin/crp.mjs` maps explicit `crp start` to the setup flow.
bin/crp.mjsView on unpkg`src/codex/codex-config.mjs` backs up and rewrites the Codex config to a local proxy.
src/codex/codex-config.mjsView on unpkg`src/server.mjs` relays Codex HTTP requests to a user-configured upstream using its API key.
src/server.mjsView on unpkg