claude-code - 💡(How to fix) Fix Feature: Allow existing Claude sessions to communicate with each other

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…
RAW_BUFFERClick to expand / collapse

Feature Request

Description: Allow two or more running Claude Code sessions to communicate with each other — sharing context, delegating subtasks, or coordinating work across terminals/windows.

Use case: When working on complex tasks, I often have multiple Claude sessions open (e.g., one researching, one implementing, one testing). Currently they're completely isolated — there's no way for one session to pass findings, context, or instructions to another running session.

Proposed behavior:

  • A mechanism for one session to send a message/context to another active session
  • Could be as simple as a named channel, shared memory space, or inter-session messaging protocol
  • Would enable workflows like: "research agent finds the answer → sends it to implementation agent" without manual copy-paste

Why this matters: Multi-session workflows are already common (multiple terminals, IDE + CLI, etc.). Letting sessions talk to each other would unlock proper multi-agent coordination without needing to funnel everything through a single context window.


Submitted on behalf of a user.

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