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.236 Home All releases olderv2.1.235 v2.1.237newer
Claude Code v2.1.236

Groundwork for serving artifacts and frames through the agent proxy

Not switched on
Useful1 Signal4
Artifacts

Address and header plumbing for serving artifacts and frames through the agent proxy exists but is unused.

New /v1/code/agent-proxy routes for frames and artifacts, an asset-token header and an artifact_mount constant, none of it reachable.

What

New address builders under /v1/code/agent-proxy for /frame and /artifact, a request-header helper carrying an asset token in x-frame-asset-token, and a new artifact_mount constant. Nothing in this build is visible in the product yet.

Details
  • No flag guards these helpers; they are new plumbing rather than a switchable feature.
Evidence

x-frame-asset-token

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