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.26.8` bundle을 직접 확인한 결과 bridge 핵심 API path(`/alpha/generate`, `/alpha/whoami`, `/alpha/billing/credits`, `/alpha/billing/subscriptions`, `/alpha/usage/summary`)는 기존 bridge 경로와 호환됩니다.
81
-
- model catalog를 `0.26.8` CLI bundle 기준으로 갱신했습니다. 기존 enabled default는 보수적으로 유지하고, Qwen 3.6 Max Preview, MiniMax M2.5, Kimi K2.5, Step 3.5 Flash, Gemini 3.1 Flash Lite, GLM-5, GPT 5.4/5.3 Codex/5.4 Mini, 구 Claude variant 등 추가 발견 모델은 operator가 켤 때까지 disabled 상태로 포함했습니다.
78
+
- 기본 upstream `x-command-code-version` header는 `COMMANDCODE_CLI_VERSION`으로 덮어쓰지 않는 한 `0.26.12`을 보냅니다.
-`command-code@0.26.12` bundle을 직접 확인한 결과 bridge 핵심 API path(`/alpha/generate`, `/alpha/whoami`, `/alpha/billing/credits`, `/alpha/billing/subscriptions`, `/alpha/usage/summary`)는 기존 bridge 경로와 호환됩니다.
81
+
- model catalog를 `0.26.12` CLI bundle 기준으로 갱신했습니다. 기존 enabled default는 보수적으로 유지하고, Qwen 3.6 Max Preview, 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 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.26.8**.
70
+
Current bridge version: **v0.26.12**.
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.26.8 CommandCode compatibility update
74
+
### v0.26.12 CommandCode compatibility update
75
75
76
-
This bridge release is aligned with the official `command-code` npm package `0.26.8`:
76
+
This bridge release is aligned with the official `command-code` npm package `0.26.12`:
77
77
78
-
- The default upstream `x-command-code-version` header now advertises `0.26.8` unless `COMMANDCODE_CLI_VERSION` overrides it.
79
-
- The bridge package/runtime version is also `0.26.8` so `/health`, the dashboard, and the npm metadata match the CommandCode CLI version being targeted.
80
-
- Direct inspection of the `command-code@0.26.8` 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.26.8` CLI bundle. Existing enabled defaults stay conservative, while additional discovered entries such as Qwen 3.6 Max Preview, MiniMax M2.5, Kimi K2.5, Step 3.5 Flash, Gemini 3.1 Flash Lite, GLM-5, GPT 5.4/5.3 Codex/5.4 Mini, 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.26.12` unless `COMMANDCODE_CLI_VERSION` overrides it.
79
+
- The bridge package/runtime version is also `0.26.12` so `/health`, the dashboard, and the npm metadata match the CommandCode CLI version being targeted.
80
+
- Direct inspection of the `command-code@0.26.12` 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.26.12` CLI bundle. Existing enabled defaults stay conservative, while additional discovered entries such as Qwen 3.6 Max Preview, 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, and older Claude variants are present but disabled by default until an operator enables them.
82
82
83
83
## Architecture
84
84
@@ -314,7 +314,7 @@ The dashboard is intentionally mobile-first. It is useful from a phone on the sa
314
314
315
315
- **Header**
316
316
- Shows bridge online/offline state.
317
-
- Shows bridge version, for example `v0.26.8`.
317
+
- Shows bridge version, for example `v0.26.12`.
318
318
- **Server Bind**
319
319
- Choose `127.0.0.1` for local-only use.
320
320
- Choose `0.0.0.0` only for LAN/Tailscale/VPN/reverse-proxy use.
@@ -526,7 +526,7 @@ x-api-key: <BRIDGE_API_KEY>
526
526
|`COMMANDCODE_DEFAULT_MODEL`|`deepseek/deepseek-v4-pro`| Model used for`default`. |
527
527
|`COMMANDCODE_ALLOWED_MODELS`| Pro + Flash/catalog defaults | Comma-separated allowlist. |
528
528
|`COMMANDCODE_ALLOW_UNKNOWN_MODELS`|`false`| Pass arbitrary model IDs upstream. Not recommended. |
529
-
|`COMMANDCODE_CLI_VERSION`|`0.26.8`| Version header sent upstream. |
529
+
|`COMMANDCODE_CLI_VERSION`|`0.26.12`| 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.26.8 bundle calls `https://api.commandcode.ai/alpha/generate` and billing/usage endpoints under `/alpha/billing/*` and `/alpha/usage/summary`.
57
+
- Local CommandCode 0.26.12 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