claude-code - 💡(How to fix) Fix Cross-device session sync: resume a Claude Code session on a different machine [1 comments, 2 participants]

Official PRs (…)
ON THIS PAGE

Recommended Tools

×6

Utilities matched from this issue’s tags and category — try them while you read without losing context.

GitHub issue graph ai analysis

Paste a GitHub issue URL. We fetch that issue, discover linked issues from bodies/comments/timeline, collect linked pull requests, and produce a structured English report.

The report is written in English Markdown for sharing and archival.

Helpful · Quick feedback

Loading…
GitHub stats
anthropics/claude-code#52052Fetched 2026-04-23 07:37:50
View on GitHub
Comments
1
Participants
2
Timeline
3
Reactions
0
Timeline (top)
labeled ×2commented ×1
RAW_BUFFERClick to expand / collapse

Problem I work across two devices (desktop + laptop). Sessions live locally on each machine, so when I switch devices I either (a) lose session context entirely, (b) manually copy transcripts, or (c) re-describe what I was doing. Auto-memory helps with long-term prefs, but not with in-flight work.

Proposal Opt-in cloud sync for session transcripts + plan files + auto-memory, keyed to my Anthropic account. On a second device, claude --resume <session-id> (or a session picker) pulls the state and I continue where I left off. Local-only should remain the default for privacy; sync is an explicit toggle per repo or globally.

Why it matters Hopping between devices is the normal working pattern for a lot of users. Not being able to resume is a sharp edge that pushes people to stay on one machine or start over.

extent analysis

TL;DR

Implementing an opt-in cloud sync feature for session transcripts, plan files, and auto-memory, tied to the user's Anthropic account, could enable seamless session resumption across devices.

Guidance

  • To address the issue of lost session context when switching devices, consider designing a cloud-based sync system that stores session data securely, allowing users to access and resume sessions from any device.
  • Introduce a toggle for opt-in cloud sync, ensuring that local-only remains the default for privacy concerns, and provide a clear interface for users to manage their sync preferences.
  • Develop a claude --resume <session-id> command or a session picker to facilitate easy resumption of sessions on secondary devices.
  • Ensure that the sync feature is properly integrated with the Anthropic account system to maintain user authentication and authorization.

Example

No specific code example can be provided without further technical details, but the implementation might involve using a cloud storage service with proper encryption and access controls.

Notes

The proposed solution requires careful consideration of security, privacy, and data consistency to ensure a seamless and trustworthy user experience. The exact technical implementation details are not provided in the issue, so the guidance is focused on high-level design and functionality.

Recommendation

Apply a workaround by implementing the proposed opt-in cloud sync feature, as it directly addresses the user's need to resume sessions across devices while respecting privacy concerns.

Vote matrix · Quick signals

Works
Did the solution work? Tap to confirm.
Easy Fix
Was it a quick fix?
Time Saver
Did it save you time?
Blocking
Was it severely blocking?
Common Issue
Are others likely hitting this too?
Flaky / Intermittent
Is it intermittent?
Verified / Reproducible
Can you reproduce it reliably?
Loading…

Still need to ship something?

×6

Another batch ranked right after the header list — different links, same matching logic.

Back to top recommendations

TRENDING

claude-code - 💡(How to fix) Fix Cross-device session sync: resume a Claude Code session on a different machine [1 comments, 2 participants]