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.246 Home All releases olderv2.1.245 v2.1.247newer
Claude Code v2.1.246

Republishing a PR review reports a denied read separately from a failed one

You'll notice
Useful2 Signal3
Artifacts

Republishing a PR review distinguishes a proxy-denied read from an HTTP failure.

What

Before republishing a review, Claude Code re-reads the published page to check where the decision came from. A read blocked by the proxy now produces a short "read denied" message instead of the retry guidance meant for HTTP failures.

Details
  • The read result carries a new denial field that did not exist in 2.1.245.
  • The "retry at most once" and "HTTP failure is not transient" wording is kept for 403 and other HTTP statuses.
Evidence

proxyDeny

Strings lifted out of the shipped bundle, so the claim above can be checked against them.

See this entry in the whole of v2.1.246 →