Skip to content

Commit 2c15db6

Browse files
committed
docs(readme): 注明 app-server WebSocket 路线的 JDK 11+ 要求与分支可用性(三分支同文案)
1 parent c1f858d commit 2c15db6

2 files changed

Lines changed: 9 additions & 0 deletions

File tree

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff 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+
101106
Version lines:
102107

103108
| Branch | JDK | Version |

README.zh-CN.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff 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 | 版本 |

0 commit comments

Comments
 (0)