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.232 Home All releases olderv2.1.231 v2.1.233newer
Claude Code v2.1.232

A session that loses its name to another live session is renamed and told why

You'll notice
Useful3 Signal2
Sessions

If another live session already holds your session name, yours gets renamed and both you and Claude are told.

/rename
What

If another Claude Code session running on the same machine already holds the name you asked for, this session takes an adjusted name instead of silently overwriting. You get a notice ending "Use /rename to pick a different name.", and the model is told the same thing so it does not refer to the old name.

Details
  • The saved session record now tracks where its name came from, with a new "collision" value alongside "user", "auto" and "derived", and keeps the names it previously held.
  • The model-facing reminder says another live session on this machine already holds that name, so this session is renamed.
  • Telemetry records a session name collision, including a variant for when the collision check itself failed.
Evidence

another live session on this machine already holds that name, so this session is, Use /rename to pick a different name.

Strings lifted out of the shipped bundle, so the claim above can be checked against them.

Related

Other releases about the same thing. Found by shared names or similar wording; neither means one caused the other.

See this entry in the whole of v2.1.232 →