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.7` bundle을 직접 확인한 결과 bridge 핵심 API path(`/alpha/generate`, `/alpha/whoami`, `/alpha/billing/credits`, `/alpha/billing/subscriptions`, `/alpha/usage/summary`)는 기존 bridge 경로와 호환됩니다.
44
-
- model catalog를 `0.26.7` CLI bundle 기준으로 갱신했습니다. 기존 enabled default는 보수적으로 유지하고, Qwen 3.6 Max Preview, MiniMax M2.5, Kimi K2.5, GLM-5, GPT 5.4/5.3 Codex/5.4 Mini, 구 Claude variant 등 추가 발견 모델은 operator가 켤 때까지 disabled 상태로 포함했습니다.
41
+
- 기본 upstream `x-command-code-version` header는 `COMMANDCODE_CLI_VERSION`으로 덮어쓰지 않는 한 `0.26.8`을 보냅니다.
-`command-code@0.26.8` bundle을 직접 확인한 결과 bridge 핵심 API path(`/alpha/generate`, `/alpha/whoami`, `/alpha/billing/credits`, `/alpha/billing/subscriptions`, `/alpha/usage/summary`)는 기존 bridge 경로와 호환됩니다.
44
+
- 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 상태로 포함했습니다.
smoke script는 `.env`를 읽은 뒤 installed-service env file(`~/.config/commandcode-bridge/env`, Yorha macOS bridge host에서는 `/Users/yorha/.config/commandcode-bridge/env`)을 읽고, 마지막으로 shell에서 직접 지정한 값을 우선합니다. 다른 설치본을 검증할 때는 `BRIDGE_ENV_FILE=/path/to/env`를 지정하십시오. `BRIDGE_BASE_URL`, `BRIDGE_API_KEY` 같은 shell 값이 항상 파일 값보다 우선합니다.
251
+
250
252
계정은 도달 가능하지만 balance/credit 때문에 일시적으로 generation이 막힌 경우 routing-only fail-closed smoke mode를 사용할 수 있습니다.
Copy file name to clipboardExpand all lines: README.md
+11-9Lines changed: 11 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -30,18 +30,18 @@ CommandCode Bridge is a trusted-environment HTTP bridge that exposes a small Ope
30
30
31
31
## Version
32
32
33
-
Current bridge version: **v0.26.7**.
33
+
Current bridge version: **v0.26.8**.
34
34
35
35
The version is also returned from `/health` and shown in the top-right of the web dashboard.
36
36
37
-
### v0.26.7 CommandCode compatibility update
37
+
### v0.26.8 CommandCode compatibility update
38
38
39
-
This bridge release is aligned with the official `command-code` npm package `0.26.7`:
39
+
This bridge release is aligned with the official `command-code` npm package `0.26.8`:
40
40
41
-
- The default upstream `x-command-code-version` header now advertises `0.26.7` unless `COMMANDCODE_CLI_VERSION` overrides it.
42
-
- The bridge package/runtime version is also `0.26.7` so `/health`, the dashboard, and the npm metadata match the CommandCode CLI version being targeted.
43
-
- Direct inspection of the `command-code@0.26.7` bundle confirmed that the bridge-critical API paths remain compatible: `/alpha/generate`, `/alpha/whoami`, `/alpha/billing/credits`, `/alpha/billing/subscriptions`, and `/alpha/usage/summary`.
44
-
- The model catalog was refreshed from the `0.26.7` CLI bundle. Existing enabled defaults stay conservative, while additional discovered entries such as Qwen 3.6 Max Preview, MiniMax M2.5, Kimi K2.5, 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.
41
+
- The default upstream `x-command-code-version` header now advertises `0.26.8` unless `COMMANDCODE_CLI_VERSION` overrides it.
42
+
- 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.
43
+
- 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`.
44
+
- 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.
45
45
46
46
## Architecture
47
47
@@ -247,6 +247,8 @@ Project smoke script:
247
247
npm run smoke
248
248
```
249
249
250
+
The smoke script reads `.env`, then the installed-service env file at `~/.config/commandcode-bridge/env` on Linux or `/Users/yorha/.config/commandcode-bridge/env` on Yorha's macOS bridge host, then explicit shell variables. Set `BRIDGE_ENV_FILE=/path/to/env` when validating another installed bridge. Explicit shell values such as `BRIDGE_BASE_URL` and `BRIDGE_API_KEY` always win.
251
+
250
252
If the account is reachable but temporarily blocked by balance/credit, use the routing-only fail-closed smoke mode:
251
253
252
254
```bash
@@ -275,7 +277,7 @@ The dashboard is intentionally mobile-first. It is useful from a phone on the sa
275
277
276
278
- **Header**
277
279
- Shows bridge online/offline state.
278
-
- Shows bridge version, for example `v0.26.7`.
280
+
- Shows bridge version, for example `v0.26.8`.
279
281
- **Server Bind**
280
282
- Choose `127.0.0.1` for local-only use.
281
283
- Choose `0.0.0.0` only for LAN/Tailscale/VPN/reverse-proxy use.
@@ -487,7 +489,7 @@ x-api-key: <BRIDGE_API_KEY>
487
489
|`COMMANDCODE_DEFAULT_MODEL`|`deepseek/deepseek-v4-pro`| Model used for`default`. |
488
490
|`COMMANDCODE_ALLOWED_MODELS`| Pro + Flash/catalog defaults | Comma-separated allowlist. |
489
491
|`COMMANDCODE_ALLOW_UNKNOWN_MODELS`|`false`| Pass arbitrary model IDs upstream. Not recommended. |
490
-
| `COMMANDCODE_CLI_VERSION` | `0.26.7` | Version header sent upstream. |
492
+
|`COMMANDCODE_CLI_VERSION`|`0.26.8`| 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.7 bundle calls `https://api.commandcode.ai/alpha/generate` and billing/usage endpoints under `/alpha/billing/*` and `/alpha/usage/summary`.
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`.
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