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.185 Home All releases olderv2.1.183 v2.1.186newer
Claude Code v2.1.185

Clearer messaging when the API is slow to respond

The status message shown during a stalled request has been reworded to be less alarming and more accurate. Previously the UI displayed "No response from API" in red, which implied a hard failure. It now reads "Waiting for API response", better reflecting that the client is still actively waiting rather than having given up.

The companion retry hint was also made lowercase for consistency: " · Retrying in " is now " · will retry in ".

Evidence

stalled-state component (search for "Waiting for API response" and "will retry in")

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.185 →