@bitkyc08/opencodex 2.7.19 → 2.7.20
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.ko.md +2 -1
- package/README.md +2 -1
- package/README.zh-CN.md +2 -1
- package/gui/dist/assets/{index-D8ODGlXj.js → index-BH-RbAg4.js} +2 -2
- package/gui/dist/assets/index-BpqkH5f_.css +1 -0
- package/gui/dist/index.html +2 -2
- package/package.json +13 -3
- package/src/adapters/cursor/native-exec-desktop.ts +10 -3
- package/src/claude/inbound.ts +3 -1
- package/src/cli/claude.ts +21 -2
- package/src/cli/v2.ts +21 -5
- package/src/codex/project-config-warnings.ts +18 -6
- package/src/lib/win-exec.ts +105 -0
- package/src/server/management-api.ts +4 -3
- package/gui/dist/assets/index-DbIT5GLo.css +0 -1
package/README.ko.md
CHANGED
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
<h3 align="center">make codex open!</h3>
|
|
2
|
+
<p align="center"><b>OpenAI Codex & Claude Code를 위한 범용 프로바이더 프록시</b> — Codex CLI·App·SDK와 Claude Code에서 어떤 LLM이든 사용하세요.</p>
|
|
2
3
|
<p align="center"><code>npm install -g @bitkyc08/opencodex</code> · <code>ocx start</code> · <b>localhost:10100</b></p>
|
|
3
4
|
|
|
4
5
|
<p align="center">
|
|
@@ -19,7 +20,7 @@
|
|
|
19
20
|
<img src="assets/architecture.png" alt="opencodex 아키텍처 — Codex CLI가 opencodex 프록시를 통해 모든 LLM 프로바이더로 라우팅" width="820">
|
|
20
21
|
</p>
|
|
21
22
|
|
|
22
|
-
Claude, Gemini, Grok, GLM, DeepSeek, Kimi, Qwen, Ollama 등 어떤 LLM이든 Codex에서
|
|
23
|
+
Claude, Gemini, Grok, GLM, DeepSeek, Kimi, Qwen, Ollama 등 어떤 LLM이든 Codex에서 — 그리고 **Claude Code**에서도 — 사용하세요. 누군가 지원을 추가해 주길 기다릴 필요 없이.
|
|
23
24
|
|
|
24
25
|
opencodex는 Codex의 Responses API를 프로바이더가 쓰는 프로토콜로 변환해 주는 가벼운 로컬 프록시입니다. streaming, tool 호출, reasoning 토큰, 이미지까지 양방향으로 모두 동작합니다.
|
|
25
26
|
|
package/README.md
CHANGED
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
<h3 align="center">make codex open!</h3>
|
|
2
|
+
<p align="center"><b>Universal provider proxy for OpenAI Codex & Claude Code</b> — use any LLM with Codex CLI, App, SDK, and Claude Code.</p>
|
|
2
3
|
<p align="center"><code>npm install -g @bitkyc08/opencodex</code> · <code>ocx start</code> · <b>localhost:10100</b></p>
|
|
3
4
|
|
|
4
5
|
<p align="center">
|
|
@@ -19,7 +20,7 @@
|
|
|
19
20
|
<img src="assets/architecture.png" alt="opencodex architecture — Codex CLI routes through opencodex proxy to any LLM provider" width="820">
|
|
20
21
|
</p>
|
|
21
22
|
|
|
22
|
-
Use Claude, Gemini, Grok, GLM, DeepSeek, Kimi, Qwen, Ollama, or any other LLM with Codex — without waiting for
|
|
23
|
+
Use Claude, Gemini, Grok, GLM, DeepSeek, Kimi, Qwen, Ollama, or any other LLM with Codex — and with **Claude Code** — without waiting for anyone to add support.
|
|
23
24
|
|
|
24
25
|
opencodex is a lightweight local proxy that translates Codex's Responses API into whatever your provider speaks. Streaming, tool calls, reasoning tokens, images — everything works, in both directions.
|
|
25
26
|
|
package/README.zh-CN.md
CHANGED
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
<h3 align="center">make codex open!</h3>
|
|
2
|
+
<p align="center"><b>面向 OpenAI Codex 与 Claude Code 的通用 provider 代理</b> —— 在 Codex CLI、App、SDK 和 Claude Code 中使用任意 LLM。</p>
|
|
2
3
|
<p align="center"><code>npm install -g @bitkyc08/opencodex</code> · <code>ocx start</code> · <b>localhost:10100</b></p>
|
|
3
4
|
|
|
4
5
|
<p align="center">
|
|
@@ -19,7 +20,7 @@
|
|
|
19
20
|
<img src="assets/architecture.png" alt="opencodex 架构 — Codex CLI 通过 opencodex 代理路由到任意 LLM 提供商" width="820">
|
|
20
21
|
</p>
|
|
21
22
|
|
|
22
|
-
在 Codex
|
|
23
|
+
在 Codex 中 —— 以及在 **Claude Code** 中 —— 使用 Claude、Gemini、Grok、GLM、DeepSeek、Kimi、Qwen、Ollama 或任意其他 LLM,无需等待官方添加支持。
|
|
23
24
|
|
|
24
25
|
opencodex 是一个轻量级本地代理,把 Codex 的 Responses API 翻译成你的 provider 所讲的协议。streaming、tool 调用、reasoning token、图片 —— 全部双向工作。
|
|
25
26
|
|