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.248 Home All releases olderv2.1.247 v2.1.250newer
Claude Code v2.1.248

Bridge sessions get trimmed control replies and generic errors

You'll notice
Useful2 Signal3
Remote Control

Bridge and cloud sessions get trimmed control replies with local detail and errors removed.

What

When Claude Code runs as a bridge or cloud session, several control replies drop local machine detail: context usage returns an empty memory-files list, file rewind omits the list of files changed, usage omits behaviours, and rewind or event-poll failures come back as fixed texts such as "Failed to rewind" rather than the underlying error.

Details
  • Gated on the environment, not remote config: it applies when CLAUDE_CODE_ENVIRONMENT_KIND is bridge and the transport persists.
  • Outside that mode the real error text and full payloads are returned as before.
Evidence

a.CLAUDE_CODE_ENVIRONMENT_KIND === "bridge"

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