Source Intelligence

DisclaimerUnofficial, and not affiliated with Anthropic. Nearly all of this is read straight out of what ships: npm bundles, captured prompts, published docs. Anthropic's own notes go in verbatim, marked as theirs. The rest is my reading, and every entry carries the strings behind it. If one looks wrong, vote it down and say why.

All of v2.1.251 Home All releases olderv2.1.250
Claude Code v2.1.251

Bash output now explains agent-proxy connection failures

You'll notice
Useful3 Signal3
Agent Proxy

Bash output now explains egress proxy connection failures in plain English with a status URL.

What

When a Bash command runs while the hosted egress proxy is active, any proxy connection failures during that command are now summarized on stderr afterwards, naming the host, the failure kind and a plain-English reason, plus a curl -sS <statusUrl> pointer for details. Only failures that happened during that command are reported.

Details
  • A per-host tracker snapshots failure counts at the start of the Bash tool's call and diffs them at the end.
  • Requires the agent proxy relay to be active for the session, which is what sets the status URL; with no relay there is nothing to report.
  • A telemetry event is also fired when failures are appended.
Evidence

[agent-proxy] While this command ran, ${n} ${C(n, "connection")} through the agent proxy failed:

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.

See this entry in the whole of v2.1.251 →