@bitkyc08/opencodex 2.0.0 → 2.0.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -0
- package/gui/dist/assets/{index-LGqpEmI5.js → index-PrH8v83W.js} +1 -1
- package/gui/dist/assets/{index-DRr-3yL3.css → index-cEIM1XWY.css} +1 -1
- package/gui/dist/index.html +2 -2
- package/package.json +1 -1
- package/src/cli.ts +39 -8
- package/src/codex-catalog.ts +8 -5
- package/src/codex-refresh.ts +49 -0
- package/src/codex-shim.ts +145 -0
- package/src/providers/registry.ts +4 -3
- package/src/server.ts +14 -15
package/README.md
CHANGED
|
@@ -148,6 +148,7 @@ ocx start [--port 10100] # start the proxy
|
|
|
148
148
|
ocx stop # stop + restore native Codex
|
|
149
149
|
ocx restore # restore without stopping (alias: ocx eject)
|
|
150
150
|
ocx sync # refresh models + re-inject into Codex
|
|
151
|
+
ocx codex-shim install # auto-start the proxy whenever `codex` is launched
|
|
151
152
|
ocx status # is the proxy running?
|
|
152
153
|
ocx login <xai|anthropic|kimi> # OAuth login
|
|
153
154
|
ocx logout <provider> # remove a stored login
|