Is there a way to properly share session from sandbox to host?

my problem is i run cursor in docker sandbox and would be nice if i can transfer session from sandbox to my host and continue if i want. i tried copying cursor session files to host but it does not work because ssesion encodes some metadata related to sandbox it ran on. is there a proper way to share session from one machien to another (sandbox to host)?

Hey, unfortunately there isn’t a built-in way to do this yet. Sessions are stored locally in a SQLite index tied to the workspace path and machine-specific IDs, so simply copying files won’t work because referential integrity breaks when the environment changes. There’s also no server sync for chat history right now.

This is a long-requested feature and it’s on our radar. The best thing you can do is add a +1 and describe your use case Docker sandbox - host here: Sync or export/import Agent chat history across devices. The more details on real scenarios, the easier it is to prioritize.

As a workaround, you can manually copy important parts of the conversation via Share or export to Markdown, but you won’t be able to fully transfer state this way.