Sync Claude Code (VS Code) conversations with Claude Web & Mobile App

Resolved 💬 2 comments Opened Apr 29, 2026 by enzolona Closed May 31, 2026

# Preflight Checklist
#53287

  • [ ] I have searched existing requests and this feature hasn't been requested yet
  • [x] This is a single feature request (not multiple features)

Problem Statement

Conversations started inside the Claude Code extension in VS Code are completely siloed: they cannot be accessed, reviewed, or continued outside the IDE.

This creates friction for developers who:

  • Leave the office mid-debugging session and want to think through the problem on the go
  • Want to revisit past coding conversations from a different device
  • Need to share the reasoning thread with a teammate who doesn't have VS Code open

There is currently no way to bridge the context built inside Claude Code with the rest of the Claude ecosystem.

Proposed Solution

Sync Claude Code conversations to the user's Claude account, making them accessible from claude.ai (web) and the Claude mobile app — in the same way regular Claude Chat conversations are already stored and retrievable.

This would unlock a powerful hybrid workflow that leverages the complementary strengths of each interface:

  • Claude Code → optimized for writing, editing, and modifying code directly inside the IDE
  • Claude Chat → better suited for reasoning through problems, explaining logic, discussing architecture, and exploring alternatives at a higher level

Being able to switch between the two interfaces on the same conversation would let developers use Claude as a truly unified development companion: implement in Code, reason in Chat, come back to Code to execute.

Alternative Solutions

  • Allow exporting a Claude Code conversation as a shareable link that opens in claude.ai
  • Add a "Continue in Claude Chat" button directly inside the VS Code extension
  • Provide a read-only view of Claude Code conversations in the Claude app (as a first step toward full sync)

Priority

High - Significant impact on productivity

Feature Category

Other

Use Case Example

A developer is debugging a complex memory leak in a Node.js service using Claude Code in VS Code. After a long back-and-forth — sharing stack traces, testing hypotheses, narrowing down the root cause — they have to leave the office without finishing. On the commute home, they open the Claude mobile app to re-read the conversation and think through the next steps — but the chat is nowhere to be found. It only lives inside VS Code. With cross-environment sync, they could pick up exactly where they left off on mobile. Even better: they could switch to Claude Chat to deeply understand the problem, reason through the architecture, and explain the logic clearly — then return to Claude Code the next morning ready to implement the fix immediately.

Additional Context

The hybrid Claude Code + Claude Chat workflow is, in my view, the most compelling reason for this feature.

View original on GitHub ↗

This issue has 2 comments on GitHub. Read the full discussion on GitHub ↗