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
feat: align with CommandCode CLI 1.28.1 and instrument stalled turns
Add Qwen 3.8 27B to the static catalog (56 models), bump the CLI
version header, and log warn-level diagnostics when a streaming turn
dies mid-way or a non-streaming turn ends in an upstream 502, so
intermittent disconnects can be attributed from logs alone.
CommandCode Bridge는 CommandCode 계정을 위한 신뢰 환경용 HTTP 게이트웨이입니다. 표준 OpenAI-compatible 모델·채팅 endpoint를 제공하고 eligible upstream credential 사이에서 요청을 라우팅하며, CommandCode **1.25.0**에 맞춘 정확한 **55-model** catalog를 게시합니다. Bridge 버전은 항상 현재 CommandCode CLI 버전을 따라가며 그 뒤에 문자 접미사를 붙입니다(예: **1.25.0.b**). 접미사는 bridge 전용 release를 뜻합니다.
23
+
CommandCode Bridge는 CommandCode 계정을 위한 신뢰 환경용 HTTP 게이트웨이입니다. 표준 OpenAI-compatible 모델·채팅 endpoint를 제공하고 eligible upstream credential 사이에서 요청을 라우팅하며, CommandCode **1.28.1**에 맞춘 정확한 **56-model** catalog를 게시합니다. Bridge 버전은 항상 현재 CommandCode CLI 버전을 따라가며 그 뒤에 문자 접미사를 붙입니다(예: **1.28.1.a**). 접미사는 bridge 전용 release를 뜻합니다.
CommandCode Bridge is a trusted-environment HTTP gateway for a CommandCode account. It presents standard OpenAI-compatible model and chat endpoints, routes work across eligible upstream credentials, and publishes an exact **55-model** catalog aligned with CommandCode **1.25.0**. The bridge version always tracks the current CommandCode CLI version with a letter suffix (for example **1.25.0.b**); the suffix marks bridge-only releases.
23
+
CommandCode Bridge is a trusted-environment HTTP gateway for a CommandCode account. It presents standard OpenAI-compatible model and chat endpoints, routes work across eligible upstream credentials, and publishes an exact **56-model** catalog aligned with CommandCode **1.28.1**. The bridge version always tracks the current CommandCode CLI version with a letter suffix (for example **1.28.1.a**); the suffix marks bridge-only releases.
24
24
25
25
[What it does](#what-it-does) · [Install](#install) · [Usage](#usage) · [How it works](#how-it-works) · [Repository layout](#repository-layout) · [Current limitations](#current-limitations) · [License](#license)
26
26
@@ -48,7 +48,7 @@ CommandCode Bridge is a trusted-environment HTTP gateway for a CommandCode accou
48
48
49
49
### Linux rootless installer
50
50
51
-
The installer targets Linux user systemd, requires Node.js 22+ for CommandCode CLI 1.25.0, imports CLI auth when available, writes private state under `~/.config/commandcode-bridge`, installs under `~/.local/share/commandcode-bridge`, and safely defaults to `127.0.0.1:9992`. Use `0.0.0.0` only behind a trusted LAN/VPN/tailnet/firewall/reverse proxy with `BRIDGE_API_KEY`. Use `sudo loginctl enable-linger "$USER"` for pre-login startup; uninstall with `./uninstall.sh` or `./uninstall.sh --purge-config`.
51
+
The installer targets Linux user systemd, requires Node.js 22+ for CommandCode CLI 1.28.1, imports CLI auth when available, writes private state under `~/.config/commandcode-bridge`, installs under `~/.local/share/commandcode-bridge`, and safely defaults to `127.0.0.1:9992`. Use `0.0.0.0` only behind a trusted LAN/VPN/tailnet/firewall/reverse proxy with `BRIDGE_API_KEY`. Use `sudo loginctl enable-linger "$USER"` for pre-login startup; uninstall with `./uninstall.sh` or `./uninstall.sh --purge-config`.
- Released bridge version `1.28.1.a` aligned with CommandCode CLI `1.28.1`.
92
+
- Added `Qwen/Qwen3.8-27B` to the static catalog (56 models). GPT-5.6 Sol advertised price stays $5/$30 after the 1.27.1 standard-pricing note.
93
+
94
+
## Current status — 2026-08-19
90
95
91
96
- Branch: `main`, synchronized with `origin/main` when this status audit began.
92
-
- Package: `commandcode-bridge``1.25.0.b`, Node.js `>=20`, with `commandcode-bridge` and `commandcode-router` executables.
97
+
- Package: `commandcode-bridge``1.28.1.a`, Node.js `>=20`, with `commandcode-bridge` and `commandcode-router` executables.
93
98
- API surface: authenticated OpenAI-compatible `/v1/models` and `/v1/chat/completions`, health endpoint, and same-origin dashboard configuration.
94
-
- Model surface: 55 statically aligned models with live Provider API refresh when available.
99
+
- Model surface: 56 statically aligned models with live Provider API refresh when available.
95
100
- Routing surface: `daily_burn_priority`, `balance_priority`, `round_robin`, and `drain_first`, with per-key model scope, concurrency, cooldown, failover, and retry controls.
96
101
- Deployment surface: Docker/Compose, Linux install/uninstall scripts, nginx and systemd release assets, and GitHub/GitLab CI definitions.
97
102
- Verification: `npm run typecheck`, `npm run lint`, all 199 Vitest tests in 14 files, and `npm run build` pass on this workstation.
0 commit comments