Replies: 1 comment 2 replies
-
|
Hey @caseyjkey ! Thank you for the discussion. :) I'm not sure this is the correct way to solve this, as sessions are tightly tied to the accounts because of encryption. So even if the sessions are still running locally, might be difficult to resume in another account. And also I have the feeling that it would solve a symptom more than the root cause of that issue (losing the account encryption key), and might be more of an edge case. I have added yesterday options on the server way to disable encryption for self-hosting. Which means that you could configure GitHub as the only auth method on your server, disable encryption, and so you can then simply connect to your server from any machine using GitHub and would always be connected to the same account. I've also added recently the "backup your secret key" message so that it's clearer for users that the secret key is the only way to connect/restore their account (was a bit too opaque in happy). What are your thoughts? Would the GitHub auth + disabled encryption solve your issue? |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Users can host many instances of agents and build context within each one. If they have to reset their app without noting seed data, all exisiting sessions are lost and there is a lot of friction to getting back up to speed w.r.t. restoring all sessions.
However, the sessions continue to run on the host machine(s). I think it would be convenient if there was a way to restore these sessions when logging into the machine from a new account rather than leaving sessions orphaned.
Ideas:
Beta Was this translation helpful? Give feedback.
All reactions