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

Respawn recovers when another conversation claimed the session id

You'll notice
Useful3 Signal2
Sessions

If your session id is taken, Claude Code starts under a fresh one instead of colliding.

What

When Claude Code restarts a session and finds its session id already in use by another conversation, it now generates a fresh id and continues instead of colliding. It warns "session id was taken by another conversation; starting under a fresh id".

Details
  • Triggered when the stored session row is marked as taken, has no recorded CLI version, and is not a resume fork.
  • Both the session id and the resume session id are rewritten to the new id, and the taken marker is cleared.
Evidence

session id was taken by another conversation; starting under a fresh id

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 →