You'll notice
send_message now warns about possible impersonation or a restarted session before sending
What
Two new warnings appear when resolving a saved session reference for send_message:
- another live session on the same machine currently claims the same identity as the target, which could mean impersonation or a duplicate open conversation
- the target session has restarted since it was last reached (same session, but a new process)
Both warnings advise checking with the user before sending anything sensitive.
Why
These guard against sending a message to the wrong session when identities have become ambiguous, such as after a restart or when two sessions could plausibly claim the same identity, prompting extra caution before sharing sensitive content.