Skip to content

docs(desktop): remote backends update separately + profile-skew troubleshooting - #40024

Closed
OutThisLife wants to merge 1 commit into
mainfrom
bb/docs-remote-backend-update-skew
Closed

docs(desktop): remote backends update separately + profile-skew troubleshooting#40024
OutThisLife wants to merge 1 commit into
mainfrom
bb/docs-remote-backend-update-skew

Conversation

@OutThisLife

Copy link
Copy Markdown
Collaborator

Documents the gotcha behind a real support case: a desktop updated to newer code while its remote backend stayed old, causing new chats / resumes to silently route to the wrong profile (per-session profile routing is a backend feature).

Two additions to user-guide/desktop.md:

  1. "Remote backends update separately" caution under Updating — the one-click update only updates the local app; the remote backend is a separate install and must be updated on its own machine (hermes update + restart the dashboard). Calls out that desktop>backend skew can misroute sessions and that the app shows a "Backend out of date" warning.

  2. Remote Troubleshooting entry for the visible symptom — "new chats land in the wrong profile / 'session not found' after switching profiles" — pointing at the backend update and the skew warning.

Pairs with #40017 (the contract bump that makes the skew warning actually fire) and #40018 (feature request to auto-update the remote backend). Docs-only.

…symptom

When the desktop connects to a remote backend, the two are separate installs —
the desktop's one-click update only updates the local app, not the remote
backend. A newer desktop on an older backend silently misbehaves (new chats /
resumes routing to the wrong profile, since per-session profile routing is a
backend feature).

- Add a "Remote backends update separately" caution under Updating, with the
  exact `hermes update` + dashboard-restart steps for the remote machine.
- Add a remote-Troubleshooting entry for the visible symptom ("new chats land in
  the wrong profile / 'session not found' after switching profiles") pointing at
  the backend-update fix and the "Backend out of date" skew warning.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

P3 Low — cosmetic, nice to have type/docs Documentation improvements

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant