SIGN IN SIGN UP

fix: handle all SDK stale session error variants

The stale session detection only caught "No message found with
message.uuid" but missed three other error patterns from the SDK:
- "No conversation found with session ID"
- "No conversation found to continue"
- "No conversations found to resume"

These all indicate the upstream session was evicted or lost. Meridian
now catches all four variants and retries with a fresh session instead
of surfacing the error to the user.

Closes #333
T
Trevor Walker committed
4c19d488a42b430c104c01ee1308c4a54059c044
Parent: 6b97de1