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

Attaching to a session on a different Claude Code version falls back to older key handling

You'll notice
Useful3 Signal3
Sessions

Attaching to a session running a different build now falls back to older keyboard handling.

What

When you attach to a running session, the acknowledgement now includes the worker's Claude Code version. If it differs from your build, the client switches to a legacy keyboard mode instead of assuming both ends speak the current key sequences.

Details
  • Runs on every attach; there is no flag.
Evidence

legacyKitty

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