You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-`command-code@0.31.2` bundle을 직접 확인한 결과 bridge 핵심 API path(`/alpha/generate`, `/alpha/whoami`, `/alpha/billing/credits`, `/alpha/billing/subscriptions`, `/alpha/usage/summary`)는 기존 bridge 경로와 호환됩니다.
81
-
- model catalog를 `0.31.2` CLI bundle 기준으로 갱신했습니다. 기존 enabled default는 보수적으로 유지하고, Qwen 3.6 Max Preview, MiniMax M3, MiniMax M2.5, Kimi K2.5, Step 3.5 Flash, Gemini 3.5 Flash, Gemini 3.1 Flash Lite, GLM-5, GPT 5.4/5.3 Codex/5.4 Mini, Claude Opus 4.8, 구 Claude variant 등 추가 발견 모델은 operator가 켤 때까지 disabled 상태로 포함했습니다.
78
+
- 기본 upstream `x-command-code-version` header는 `COMMANDCODE_CLI_VERSION`으로 덮어쓰지 않는 한 `0.32.1`을 보냅니다.
-`command-code@0.32.1` bundle을 직접 확인한 결과 bridge 핵심 API path(`/alpha/generate`, `/alpha/whoami`, `/alpha/billing/credits`, `/alpha/billing/subscriptions`, `/alpha/usage/summary`)는 기존 bridge 경로와 호환됩니다.
81
+
- model catalog를 `0.32.1` CLI bundle 기준으로 갱신했습니다. 기존 enabled default는 보수적으로 유지하고, Qwen 3.6 Max Preview, MiniMax M3, MiniMax M2.5, Kimi K2.5, Step 3.5 Flash, Gemini 3.5 Flash, Gemini 3.1 Flash Lite, GLM-5, GPT 5.4/5.3 Codex/5.4 Mini, Claude Opus 4.8, 구 Claude variant 등 추가 발견 모델은 operator가 켤 때까지 disabled 상태로 포함했습니다.
Copy file name to clipboardExpand all lines: README.md
+9-9Lines changed: 9 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -67,18 +67,18 @@ A healthy bridge returns JSON health/version data and a non-empty OpenAI-compati
67
67
68
68
## Version
69
69
70
-
Current bridge version: **v0.31.2**.
70
+
Current bridge version: **v0.32.1**.
71
71
72
72
The version is also returned from `/health` and shown in the top-right of the web dashboard.
73
73
74
-
### v0.31.2 CommandCode compatibility update
74
+
### v0.32.1 CommandCode compatibility update
75
75
76
-
This bridge release is aligned with the official `command-code` npm package `0.31.2`:
76
+
This bridge release is aligned with the official `command-code` npm package `0.32.1`:
77
77
78
-
- The default upstream `x-command-code-version` header now advertises `0.31.2` unless `COMMANDCODE_CLI_VERSION` overrides it.
79
-
- The bridge package/runtime version is also `0.31.2` so `/health`, the dashboard, and the npm metadata match the CommandCode CLI version being targeted.
80
-
- Direct inspection of the `command-code@0.31.2` bundle confirmed that the bridge-critical API paths remain compatible: `/alpha/generate`, `/alpha/whoami`, `/alpha/billing/credits`, `/alpha/billing/subscriptions`, and `/alpha/usage/summary`.
81
-
- The model catalog was refreshed from the `0.31.2` CLI bundle. Existing enabled defaults stay conservative, while additional discovered entries such as Qwen 3.6 Max Preview, MiniMax M3, MiniMax M2.5, Kimi K2.5, Step 3.5 Flash, Gemini 3.5 Flash, Gemini 3.1 Flash Lite, GLM-5, GPT 5.4/5.3 Codex/5.4 Mini, Claude Opus 4.8, and older Claude variants are present but disabled by default until an operator enables them.
78
+
- The default upstream `x-command-code-version` header now advertises `0.32.1` unless `COMMANDCODE_CLI_VERSION` overrides it.
79
+
- The bridge package/runtime version is also `0.32.1` so `/health`, the dashboard, and the npm metadata match the CommandCode CLI version being targeted.
80
+
- Direct inspection of the `command-code@0.32.1` bundle confirmed that the bridge-critical API paths remain compatible: `/alpha/generate`, `/alpha/whoami`, `/alpha/billing/credits`, `/alpha/billing/subscriptions`, and `/alpha/usage/summary`.
81
+
- The model catalog was refreshed from the `0.32.1` CLI bundle. Existing enabled defaults stay conservative, while additional discovered entries such as Qwen 3.6 Max Preview, MiniMax M3, MiniMax M2.5, Kimi K2.5, Step 3.5 Flash, Gemini 3.5 Flash, Gemini 3.1 Flash Lite, GLM-5, GPT 5.4/5.3 Codex/5.4 Mini, Claude Opus 4.8, and older Claude variants are present but disabled by default until an operator enables them.
82
82
83
83
## Architecture
84
84
@@ -322,7 +322,7 @@ The dashboard is intentionally mobile-first. It is useful from a phone on the sa
322
322
323
323
- **Header**
324
324
- Shows bridge online/offline state.
325
-
- Shows bridge version, for example `v0.31.2`.
325
+
- Shows bridge version, for example `v0.32.1`.
326
326
- **Server Bind**
327
327
- Choose `127.0.0.1` for local-only use.
328
328
- Choose `0.0.0.0` only for LAN/Tailscale/VPN/reverse-proxy use.
@@ -534,7 +534,7 @@ x-api-key: <BRIDGE_API_KEY>
534
534
|`COMMANDCODE_DEFAULT_MODEL`|`deepseek/deepseek-v4-pro`| Model used for`default`. |
535
535
|`COMMANDCODE_ALLOWED_MODELS`| Pro + Flash/catalog defaults | Comma-separated allowlist. |
536
536
|`COMMANDCODE_ALLOW_UNKNOWN_MODELS`|`false`| Pass arbitrary model IDs upstream. Not recommended. |
537
-
|`COMMANDCODE_CLI_VERSION`|`0.31.2`| Version header sent upstream. |
537
+
|`COMMANDCODE_CLI_VERSION`|`0.32.1`| Version header sent upstream. |
Copy file name to clipboardExpand all lines: docs/PRD.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -54,7 +54,7 @@ Expose the local CommandCode account's DeepSeek V4 Pro route as a clean, OpenAI-
54
54
55
55
## Source Evidence
56
56
57
-
- Local CommandCode 0.28.1 bundle calls `https://api.commandcode.ai/alpha/generate` and billing/usage endpoints under `/alpha/billing/*` and `/alpha/usage/summary`.
57
+
- Local CommandCode 0.32.1 bundle calls `https://api.commandcode.ai/alpha/generate` and billing/usage endpoints under `/alpha/billing/*` and `/alpha/usage/summary`.
58
58
- Direct Node fetch to `/alpha/whoami` and `/alpha/generate` succeeded.
59
59
-`params.stream=false` is rejected by CommandCode; bridge must always call upstream streaming.
60
60
- Community `pi-commandcode-provider` independently uses the same API path.
0 commit comments