Skip to content

Commit 0adedcf

Browse files
committed
docs: refresh readme for 1.14.0
1 parent 661cfec commit 0adedcf

9 files changed

Lines changed: 527 additions & 1398 deletions

File tree

README.ko.md

Lines changed: 139 additions & 539 deletions
Large diffs are not rendered by default.

README.md

Lines changed: 138 additions & 538 deletions
Large diffs are not rendered by default.

README.zh.md

Lines changed: 208 additions & 313 deletions
Large diffs are not rendered by default.

docs/DEPLOYMENT.ko.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ COMMANDCODE_ROUTER_COOLDOWN_MS=60000
158158

159159
설치 중 bind 주소를 `127.0.0.1` 또는 `0.0.0.0` 중에서 고르고 port를 입력할 수 있습니다. 기본값은 안전한 `127.0.0.1:9992`입니다.
160160

161-
사전 조건은 Linux user systemd, Node.js >= 20, npm, 그리고 `~/.commandcode/auth.json`의 CommandCode CLI 인증 또는 `COMMANDCODE_API_KEY`입니다. headless host에서 로그인 전에도 떠야 하면 한 번 `sudo loginctl enable-linger "$USER"`를 실행하십시오. `0.0.0.0`은 LAN/Tailscale/VPN/firewall 뒤에서만 사용하고 강한 `BRIDGE_API_KEY`를 유지하십시오.
161+
사전 조건은 Linux user systemd, 현재 CommandCode CLI 설치를 위한 Node.js >= 22, npm, 그리고 `~/.commandcode/auth.json`의 CommandCode CLI 인증 또는 `COMMANDCODE_API_KEY`입니다. headless host에서 로그인 전에도 떠야 하면 한 번 `sudo loginctl enable-linger "$USER"`를 실행하십시오. `0.0.0.0`은 LAN/Tailscale/VPN/firewall 뒤에서만 사용하고 강한 `BRIDGE_API_KEY`를 유지하십시오.
162162

163163
비대화형 설치:
164164

@@ -398,7 +398,7 @@ npm run smoke
398398
| `COMMANDCODE_DEFAULT_MODEL` | `deepseek/deepseek-v4-pro` | `model: "default"` 요청이 실제로 사용할 upstream model입니다. |
399399
| `COMMANDCODE_ALLOWED_MODELS` | Pro + Flash | 허용할 model ID 목록입니다. 이 목록 밖 요청은 unknown model 허용 옵션을 켜지 않는 한 거부됩니다. |
400400
| `COMMANDCODE_ALLOW_UNKNOWN_MODELS` | `false` | 임의 model ID를 upstream으로 통과시킵니다. 운영에서는 권장하지 않습니다. |
401-
| `COMMANDCODE_CLI_VERSION` | `1.3.1` | 테스트된 CommandCode CLI 동작과 맞추기 위해 upstream에 보내는 version header입니다. |
401+
| `COMMANDCODE_CLI_VERSION` | `1.14.0` | 테스트된 CommandCode CLI 동작과 맞추기 위해 upstream에 보내는 version header입니다. |
402402
| `COMMANDCODE_TIMEOUT_MS` | `300000` | upstream generation timeout입니다. |
403403

404404
Credential JSON 파일 예시:

docs/DEPLOYMENT.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ For Raspberry Pi or Linux hosts that should run the bridge as the current user,
159159

160160
The installer asks whether to bind to `127.0.0.1` or `0.0.0.0` and which port to use. The safe default is `127.0.0.1:9992`.
161161

162-
Prerequisites: Linux with user systemd, Node.js >= 20, npm, and either CommandCode CLI auth at `~/.commandcode/auth.json` or a `COMMANDCODE_API_KEY`. If this is a headless host that must start before login, enable linger once with `sudo loginctl enable-linger "$USER"`. Use `0.0.0.0` only behind LAN/Tailscale/VPN/firewall controls and keep a strong `BRIDGE_API_KEY`.
162+
Prerequisites: Linux with user systemd, Node.js >= 22 for current CommandCode CLI installation, npm, and either CommandCode CLI auth at `~/.commandcode/auth.json` or a `COMMANDCODE_API_KEY`. If this is a headless host that must start before login, enable linger once with `sudo loginctl enable-linger "$USER"`. Use `0.0.0.0` only behind LAN/Tailscale/VPN/firewall controls and keep a strong `BRIDGE_API_KEY`.
163163

164164
Non-interactive install:
165165

@@ -399,7 +399,7 @@ npm run smoke
399399
| `COMMANDCODE_DEFAULT_MODEL` | `deepseek/deepseek-v4-pro` | Upstream model used by `model: "default"`. |
400400
| `COMMANDCODE_ALLOWED_MODELS` | Pro + Flash | Comma-separated allowlist. Requests outside this list are rejected unless unknown models are allowed. |
401401
| `COMMANDCODE_ALLOW_UNKNOWN_MODELS` | `false` | Allows arbitrary model IDs to pass through. Not recommended for production. |
402-
| `COMMANDCODE_CLI_VERSION` | `1.3.1` | Version header sent upstream to match the tested CommandCode CLI behavior. |
402+
| `COMMANDCODE_CLI_VERSION` | `1.14.0` | Version header sent upstream to match the tested CommandCode CLI behavior. |
403403
| `COMMANDCODE_TIMEOUT_MS` | `300000` | Upstream generation timeout. |
404404

405405
Credential file shape:

docs/KNOW_HOW.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ Smoke-test modes:
5454

5555
## Billing and Multi-Key Routing
5656

57-
CommandCode CLI 0.40.3 `/usage` uses these account endpoints with the same bearer token:
57+
The authenticated CommandCode 1.14.0 compatibility smoke validates these account endpoints with the same bearer token:
5858

5959
- `GET /alpha/whoami` to discover the organization id.
6060
- `GET /alpha/billing/credits?orgId=...`

docs/PRD.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,6 @@ Expose the local CommandCode account's DeepSeek V4 Pro route as a clean, OpenAI-
5454

5555
## Source Evidence
5656

57-
- Local CommandCode 0.40.3 bundle calls `https://api.commandcode.ai/alpha/generate` and billing/usage endpoints under `/alpha/billing/*` and `/alpha/usage/summary`.
58-
- Direct Node fetch to `/alpha/whoami` and `/alpha/generate` succeeded.
57+
- Authenticated CommandCode 1.14.0 compatibility probes succeeded against `https://api.commandcode.ai/alpha/generate`, `/alpha/whoami`, billing endpoints under `/alpha/billing/*`, and `/alpha/usage/summary`.
5958
- `params.stream=false` is rejected by CommandCode; bridge must always call upstream streaming.
6059
- Community `pi-commandcode-provider` independently uses the same API path.

docs/assets/banner.svg

Lines changed: 35 additions & 0 deletions
Loading

release/README_RELEASE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ For Raspberry Pi or Linux hosts that should run the bridge as the current user:
3636

3737
The installer asks whether to bind to `127.0.0.1` or `0.0.0.0` and which port to use. Defaults are safe: `127.0.0.1:9992`.
3838

39-
Prerequisites: Linux with user systemd, Node.js >= 20, npm, and either CommandCode CLI auth at `~/.commandcode/auth.json` or a `COMMANDCODE_API_KEY`. On headless hosts that should start before login, enable linger once with `sudo loginctl enable-linger "$USER"`. Use `0.0.0.0` only behind LAN/Tailscale/VPN/firewall controls and keep a strong `BRIDGE_API_KEY`.
39+
Prerequisites: Linux with user systemd, Node.js >= 22 for current CommandCode CLI installation, npm, and either CommandCode CLI auth at `~/.commandcode/auth.json` or a `COMMANDCODE_API_KEY`. On headless hosts that should start before login, enable linger once with `sudo loginctl enable-linger "$USER"`. Use `0.0.0.0` only behind LAN/Tailscale/VPN/firewall controls and keep a strong `BRIDGE_API_KEY`.
4040

4141
Non-interactive example:
4242

0 commit comments

Comments
 (0)