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.78 Home All releases olderv2.1.77 v2.1.79newer
Claude Code v2.1.78

  • Fixed bridge session resumption failing silently when the resumed session has zero messages — now correctly falls through to a fresh session (search for "z.messages.length === 0")
  • Fixed ANTHROPIC_BETAS environment variable not being applied in all request contexts — the beta header filter was incorrectly gated on a condition that could prevent user-specified betas from being sent (search for "ANTHROPIC_BETAS")
  • Telemetry additional_metadata is now base64-encoded before transmission, fixing potential encoding issues with JSON payloads (search for "base64")

See this entry in the whole of v2.1.78 →