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.203 Home All releases olderv2.1.202 v2.1.204newer

IDE Bridge: File Upload Errors Now Surface to Claude

When a file attachment upload fails in the IDE bridge (VS Code / JetBrains), the failure is now returned as a structured error object to Claude rather than silently dropped. Claude can then inform the user of the specific failure reason:

  • "upload failed: no OAuth token available"
  • "upload failed: could not read file (<reason>)"
  • "upload failed: server returned <status>"
  • "upload failed: unexpected server response"
  • "upload failed: network error (<reason>)"
  • "upload aborted" (when the request was cancelled)
Evidence

Bridge upload error reporting (search for "upload failed: no OAuth token available")

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