[Feature Request] Add context handoff mechanism between Claude.ai chat and Claude Code
Bug Description
Title: Context handoff between thinking and execution surfaces
## Observation
Claude.ai chat and Claude Code serve different phases of work well:
- Chat: open-ended thinking, scoping, reasoning, conversational depth,
cross-session memory, mobile access
- Claude Code: file access, code execution, project state, agentic
task loops
Many workflows naturally start in chat (figure out what to do) and
move to Claude Code (do it). Currently this handoff requires manually
copying full transcripts.
## What's missing
A primitive for transferring context from one surface to the other.
Possibilities:
[same suggestions as before]
## Not asking for
Feature parity between the two. Each tool is good at what it does.
The gap is specifically the bridge.
Environment Info
- Platform: darwin
- Terminal: Apple_Terminal
- Version: 2.1.119
- Feedback ID: 1d412363-a218-4a88-873f-d2151ace9dfb
Errors
[{"error":"Error: NON-FATAL: Lock acquisition failed for /Users/salim/.local/share/claude/versions/2.1.119 (expected in multi-process scenarios)\n at mH6 (/$bunfs/root/src/entrypoints/cli.js:2736:2177)\n at E$8 (/$bunfs/root/src/entrypoints/cli.js:2736:1257)\n at processTicksAndRejections (native:7:39)","timestamp":"2026-04-26T16:45:12.477Z"},{"error":"MaxFileReadTokenExceededError: File content (26659 tokens) exceeds maximum allowed tokens (25000). Use offset and limit parameters to read specific portions of the file, or search for specific content instead of reading the whole file.\n at qC7 (/$bunfs/root/src/entrypoints/cli.js:4789:12701)\n at processTicksAndRejections (native:7:39)","timestamp":"2026-04-26T18:03:58.571Z"},{"error":"MaxFileReadTokenExceededError: File content (26659 tokens) exceeds maximum allowed tokens (25000). Use offset and limit parameters to read specific portions of the file, or search for specific content instead of reading the whole file.\n at qC7 (/$bunfs/root/src/entrypoints/cli.js:4789:12701)\n at processTicksAndRejections (native:7:39)","timestamp":"2026-04-26T18:04:05.507Z"}]This issue has 2 comments on GitHub. Read the full discussion on GitHub ↗