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

An undelivered-request error type exists but nothing constructs it

Under the hood
Useful1 Signal0
Cloud Sessions

An error for requests never delivered to a cloud session exists but nothing creates it yet.

A "not delivered to cloud session" error and its telemetry outcome exist with no constructor call.

What

A new error carrying the fixed message "Request was not delivered to the cloud session" sits beside the existing control-request timeout error, and the classifier maps it to a telemetry outcome of "not_delivered" alongside aborted, timeout, disconnected, not_connected and server_error.

Details
  • No code in the control-request module creates one, so the outcome cannot currently be reported. Other occurrences of "not_delivered" in the bundle belong to the unrelated directory-sync result kinds.
Evidence

Request was not delivered to the cloud session

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 →