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.232 Home All releases olderv2.1.231 v2.1.233newer
Claude Code v2.1.232

Artifact boot failures return a code instead of reporting inline

Under the hood
Useful1 Signal1
Artifacts

Artifact startup failures return an error code and let the caller report it.

What

The artifact boot path no longer fires telemetry at each failure site; it returns an error code alongside the error and leaves reporting to the caller.

Details
  • Codes are boot_request_error, boot_404, boot_failed, boot_incomplete, or the failure reason with dashes replaced by underscores.
  • The unauthenticated case builds its message through a helper instead of an inline string.
Evidence

boot_incomplete

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