Follow Discord
Sweep 22 Sep 2026 · 17:19Z Build v2.1.280 501 read Stable v2.1.267 Latest v2.1.280 Next v2.1.280 Feeds RSS JSON llms.txt Unofficial
Claude Code v2.1.265 ·

TLS-to-relay warning for the agent proxy is now deduplicated via a gate check

TLS-to-relay warning for the agent proxy is now gated to avoid repeated logging

TierUnder the hoodhow much it should matter to you
Useful1my rating, 1 to 5
Signal1worth watching, 1 to 5
AreaAgent Proxywhat it touches
KindInternal Changesin v2.1.265,
Under the hood

TLS-to-relay warning for the agent proxy is now gated to avoid repeated logging

What

When a client sends TLS traffic directly to the agent proxy's relay port (instead of going through the normal path), Claude Code used to log a warning every single time this happened and also increment a telemetry counter. Now, the warning is only logged when an internal gate check (agent_proxy_request_tls_to_relay) returns true, and the separate telemetry increment for this case has been removed.

Why

This reduces noisy, repeated logging for the same underlying condition, controlling whether and how often this particular warning appears.

See this entry in the whole of v2.1.265 →

Feedback