Skip to content
This repository was archived by the owner on Apr 22, 2026. It is now read-only.

Commit 788076c

Browse files
committed
feat: improve codex pooled quota status and routing
1 parent defd654 commit 788076c

15 files changed

Lines changed: 1577 additions & 23 deletions

config.example.yaml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,18 @@ routing:
121121
# When true, enable authentication for the WebSocket API (/v1/ws).
122122
ws-auth: false
123123

124+
# Optional: mount a Codex app-server wrapper on CPA root websocket (`ws://host:port`).
125+
# This is intended for `codex --remote ws://127.0.0.1:8317`.
126+
# When enabled, CPA spawns `codex app-server --listen stdio://` per websocket session
127+
# and rewrites `account/read` so the TUI does not display a misleading single-account email.
128+
# codex-app-server-proxy:
129+
# enable: true
130+
# restrict-to-localhost: true
131+
# codex-bin: "codex" # optional: absolute path or binary name in PATH
132+
# account-label: "CPA-UV@limit"
133+
# hide-account-email: false # optional: force Account to display an empty value
134+
# use-pool-plan-type: true
135+
124136
# When true, enable Gemini CLI internal endpoints (/v1internal:*).
125137
# Default is false for safety.
126138
enable-gemini-cli-endpoint: false

0 commit comments

Comments
 (0)