When another connection claims your session, you're told it ended elsewhere instead of getting a reconnect suggestion.
What's wrong with this entry?
When another connection takes over your session, the disconnect is now reported as ended_elsewhere rather than as a generic drop, and Claude Code stops suggesting you run /remote-control to reconnect.
- Transport closes are classified as either
ended_elsewhereorterminal; only the reconnectable cases keep the reconnect hint. - A takeover detected while restoring a session also reports
ended_elsewhere, alongside the existing message about another connection taking over. - A status element in the UI is hidden in the claimed-elsewhere case.
ended_elsewhere
Strings lifted out of the shipped bundle, so the claim above can be checked against them.