Artifact comment failures would name the real cause, like a proxy block or an unactivated thread, once enabled.
Specific error messages for artifact comment failures exist behind the same comments gate, unreachable by default.
What's wrong with this entry?
The artifact comments paths classify several failures specifically instead of reporting a generic HTTP error.
- Reading comments through a network egress proxy that blocks the artifact content host returns a dedicated message stating this is not a transient failure, detected from HTTP 403 plus the
x-proxy-errorheader valueblocked-by-allowlist. - Replying to a thread the user has not activated for Claude is detected from the body text and reported as a distinct
not_activatedoutcome rather than a generic 403. - Resolve failures map 409/403 bodies to
superseded,grant_inactive, andprincipal_mismatch. - Behind the same artifact-comments gate, so unreachable in this build absent a server value.
the network egress proxy in this environment blocks the artifact content host — comments cannot be read here (not a transient failure)
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.235
Artifact MCP is on by default
Both mention comment
-
v2.1.239
Artifact request schema: auto_reply gated, embeds compiled out
Both mention comment
-
v2.1.239
Artifact watch entries gain unread-comment counters behind the comments flag
Both mention comment