You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Let users run sessions that last longer than 1 hour and seamlessly continue work started locally (e.g., Claude Desktop) in a remolt sandbox, or vice versa.
User stories
"I started a Claude session on my laptop and want to continue it on remolt when I leave my desk"
"My connection is slow — I want to run everything on the cloud where it's faster and check back later"
"I kicked off a long task and want to come back to it tomorrow"
"I want a persistent dev environment I can always reconnect to"
Features
Configurable session duration
Let users choose session lifetime at creation: 1h (default), 4h, 12h, 24h
Or: remove idle timeout for "persistent" sessions, replace with a total max (e.g., 24h)
Keep-alive heartbeat to distinguish "idle but watching" from "actually gone"
Summary
Let users run sessions that last longer than 1 hour and seamlessly continue work started locally (e.g., Claude Desktop) in a remolt sandbox, or vice versa.
User stories
Features
Configurable session duration
Session handoff (local ↔ remolt)
claude --continueor session resume if Claude Code supports itBackground sessions
Persistent workspace (ties into #9)
/home/devpersists across sessions via PVC or snapshotsConsiderations
activeDeadlineSecondscurrently caps pods at 4 hours — would need to increase or remove