Alpha· Notable · Confirmed

Rendezvous WebSockets get lower latency and safer tracing

Codex disabled Nagle on Rendezvous WebSockets and stopped emitting full-text WebSocket traces.

  • Fix
  • Remote Environments
  • Reliability

The release focuses on transport behavior: small WebSocket messages should avoid Nagle-related delay, while tracing no longer records complete message text.

Alpha release context: 1 official tag was published that UTC day (rust-v0.143.0-alpha.32). The full comparison contains 4 commits and 6 changed files.

Evidence

Rendezvous WebSockets disable Nagle's algorithm.Why it matters: Small interactive messages can be sent without waiting for TCP packet coalescing, reducing one source of latency.

Direct evidence · Confirmed

Supporting sources

Conflicting sources

No conflicting sources recorded.

Full WebSocket message text is removed from core tracing.Why it matters: Operational traces retain less message content, reducing noisy and potentially sensitive logging.

Direct evidence · Confirmed

Supporting sources

Conflicting sources

No conflicting sources recorded.

Availability

Availability note: these sources establish repository and CLI release activity. They do not, by themselves, prove that the same changes were live in Codex Desktop.

Availability by surface

SurfaceStatusClaim-level evidence
CLIPrerelease · Documented · General
  • claim-2026-07-01-websocket-nagle: Prerelease · Documented · General · version 0.143.0-alpha.32 · source-release-2026-07-01
  • claim-2026-07-01-websocket-trace: Prerelease · Documented · General · version 0.143.0-alpha.32 · source-release-2026-07-01
DesktopUnknown · Unknown · Unknown
IDEUnknownNo central-claim assertion recorded.
CloudUnknownNo central-claim assertion recorded.
MobileUnknownNo central-claim assertion recorded.