File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -98,6 +98,11 @@ Typical scenarios:
9898| Codex CLI | Local route: ` codex ` must be installed and available (` localExecutable ` configures the path) |
9999| Codex app-server | WebSocket route only: a reachable app-server (` baseUrl ` accepts ws/wss/http/https) |
100100
101+ > ** Note** : the app-server WebSocket route uses the JDK built-in
102+ > ` java.net.http.HttpClient ` (JDK 11+). It is available on the ` feature/2.0.x `
103+ > and ` feature/3.0.x ` lines; the ` feature/1.0.x ` (JDK 8) line ships the CLI
104+ > route only.
105+
101106Version lines:
102107
103108| Branch | JDK | Version |
Original file line number Diff line number Diff line change @@ -94,6 +94,10 @@ SDK 覆盖:
9494| Codex CLI | 本地路线:必须安装且可执行(` localExecutable ` 可配置路径) |
9595| Codex app-server | 仅 WebSocket 路线:需要可达的 app-server(` baseUrl ` 支持 ws/wss/http/https) |
9696
97+ > ** 注意** :app-server WebSocket 路线使用 JDK 内置 ` java.net.http.HttpClient `
98+ > (JDK 11+),仅在 ` feature/2.0.x ` 与 ` feature/3.0.x ` 版本线提供;
99+ > ` feature/1.0.x ` (JDK 8)线仅包含 CLI 路线。
100+
97101版本线:
98102
99103| 分支 | JDK | 版本 |
You can’t perform that action at this time.
0 commit comments