@codeproxy/core 0.1.0 → 0.1.1

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 CHANGED
@@ -38,6 +38,8 @@ Upstream API (Chat Completions / Anthropic Messages)
38
38
  OpenAI Responses API ←── consumed by Codex / Claude Code
39
39
  ```
40
40
 
41
+ > **CLI** → [`@codeproxy/cli`](https://github.com/codeproxy-ai/cli) — local proxy server for running any LLM with Codex / Claude Code
42
+
41
43
  ## Install
42
44
 
43
45
  ```bash
package/README.zh-CN.md CHANGED
@@ -38,6 +38,8 @@ const response = await client.responses.create({
38
38
  OpenAI Responses API ←── 供 Codex / Claude Code 消费
39
39
  ```
40
40
 
41
+ > **CLI** → [`@codeproxy/cli`](https://github.com/codeproxy-ai/cli) — 本地代理服务器,让 Codex / Claude Code 使用任意模型
42
+
41
43
  ## 安装
42
44
 
43
45
  ```bash
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@codeproxy/core",
3
- "version": "0.1.0",
3
+ "version": "0.1.1",
4
4
  "description": "Convert upstream LLM APIs (Chat Completions / Anthropic Messages) to OpenAI Responses API format. Zero dependencies, works in browser/Node/edge.",
5
5
  "keywords": [
6
6
  "openai",