Feature request: Cross-device session sync / resume
Resolved 💬 3 comments Opened Apr 1, 2026 by sora-streaming Closed Apr 1, 2026
Feature Request
I use Claude Code on multiple Macs and want to resume sessions started on one machine from another. Currently, session data (JSONL in ~/.claude/projects/) is stored locally and tied to absolute paths.
Proposed solution
- Cloud-based session storage (opt-in) for
claude --resumefrom any device - Or
claude session export/importcommand with portable path resolution
Why it's hard today
- JSONL files embed absolute
cwdpaths - Project dirs under
~/.claude/projects/are named from absolute paths - Manual sync via Syncthing/rsync is fragile
This issue has 3 comments on GitHub. Read the full discussion on GitHub ↗