Proxy failure records now report the connection target consistently across every failure kind.
What's wrong with this entry?
When a tool call goes through the agent proxy and the connection fails, the target host and port is now stored on the connection when it is opened rather than re-parsed from the request line, so every failure kind reports it the same way.
- Affected failure kinds include websocket errors, direct dial failures and blocked peers.
- These records are what the proxy's status endpoint returns, which the system prompt already points Claude at when a tool call breaks.
GET /__agentproxy/status on this proxy port shows proxy state and recent failures.
Strings lifted out of the shipped bundle, so the claim above can be checked against them.
Related
Other releases about the same thing. Found by shared names or similar wording; neither means one caused the other.
-
v2.1.239
Agent proxy allowlist narrowed to named Anthropic hosts
Both mention agent proxy
-
v2.1.239
System prompt lists the CLIs already wired up for the agent proxy
Both mention agent proxy
-
v2.1.239
Agent proxy credential placeholders table-driven, PATH search bounded
Both mention agent proxy