Follow Discord
Sweep 22 Sep 2026 · 17:19Z Build v2.1.280 501 read Stable v2.1.267 Latest v2.1.280 Next v2.1.280 Feeds RSS JSON llms.txt Unofficial
Claude Code v2.1.267 ·

Session pin resolution now detects renamed sessions and reports contested identity

Sending messages to another Claude Code session now detects if it was renamed, and telemetry reports pin-resolution issues

TierYou'll noticehow much it should matter to you
Useful3my rating, 1 to 5
Signal2worth watching, 1 to 5
AreaRemote Controlwhat it touches
KindBug Fixesin v2.1.267,
Group of 2 You'll notice

Sending messages to another Claude Code session now detects if it was renamed, and telemetry reports pin-resolution issues

What

  • The cross-session messaging telemetry event (uds, used when sending messages to other Claude Code sessions) gains two new boolean fields: whether the target session restarted since it was pinned, and whether its identity was contested (ambiguous) when resolving the pin.
  • New logic detects when a session referenced by an earlier send_message pin has since been renamed on the same machine (matched via socket identity and former names), and surfaces a renamedTo hint.
  • When a session can't be reached, the error message now appends a note like "A session now named '' reports it as a former name (renamed)" instead of just failing outright, and pin resolution can follow a rename using identity-contested/pin-id reconciliation.

Why Previously, sending a message to a session that had since been renamed could silently fail. Now Claude Code detects the rename, reports the ambiguity, and gives a clearer error pointing to the session's new name.

How sure we are
One source agreesOne thing we can check says the same as this entry.
The name it cites is new in this buildNew in this build: tengu_session_stable_address

See this entry in the whole of v2.1.267 →

Feedback