Observed on real Windows during .34/.26 verification: with the shared app-server down (nothing listening on the configured ws:// URL), anet node start + first task produces:
[codex-app-server] attaching to shared server ws://127.0.0.1:4500
[WARN] [codex-app-server] client error: TypeError
[ERROR] ✗
processTask returned: "codex-app-server 错误: " (empty reason)
Expected: a clear, actionable error ("cannot connect to codex app-server at — is it running?") and a non-empty task failure reason. Env: 2.3.0-preview.34 / 2.5.0-preview.26, Windows, dead ws endpoint.
Observed on real Windows during .34/.26 verification: with the shared app-server down (nothing listening on the configured ws:// URL),
anet node start+ first task produces:Expected: a clear, actionable error ("cannot connect to codex app-server at — is it running?") and a non-empty task failure reason. Env: 2.3.0-preview.34 / 2.5.0-preview.26, Windows, dead ws endpoint.