claude-code - 💡(How to fix) Fix [FEATURE] Support Dispatch from a second desktop client (not just mobile) [1 comments, 1 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#52044Fetched 2026-04-23 07:38:03
View on GitHub
Comments
1
Participants
1
Timeline
5
Reactions
0
Author
Participants
Timeline (top)
labeled ×4commented ×1

Fix Action

Fix / Workaround

Dispatch currently requires a mobile device as the remote input surface. There is no way to dispatch tasks to a Cowork session from a second computer, even when both machines are on the same network and signed into the same account.

My setup: I have Claude Desktop running on a desktop PC (Windows 11) that stays on at home. I also have a laptop I move around with. When I open the Dispatch tab on the laptop, it tells me another instance is already running on the desktop. There's no option to connect to that instance as a remote input surface the way my phone can.

I can use Dispatch from my phone, and that works well. But when I'm sitting in front of my laptop with a full keyboard and screen, being forced to use my phone as the intermediary is unnecessary friction.

RAW_BUFFERClick to expand / collapse

Preflight Checklist

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

Problem Statement

Dispatch currently requires a mobile device as the remote input surface. There is no way to dispatch tasks to a Cowork session from a second computer, even when both machines are on the same network and signed into the same account.

My setup: I have Claude Desktop running on a desktop PC (Windows 11) that stays on at home. I also have a laptop I move around with. When I open the Dispatch tab on the laptop, it tells me another instance is already running on the desktop. There's no option to connect to that instance as a remote input surface the way my phone can.

I can use Dispatch from my phone, and that works well. But when I'm sitting in front of my laptop with a full keyboard and screen, being forced to use my phone as the intermediary is unnecessary friction.

Proposed Solution

Allow a second Claude Desktop instance (or a claude.ai browser session) to act as a Dispatch input surface, the same role the mobile app plays today. The host machine remains the executor. The second client just sends tasks and receives results.

This could look like:

  • A pairing flow between two Claude Desktop instances (similar to the existing mobile QR pairing)
  • A claude.ai browser session connected to an active Dispatch host
  • Allowing the Dispatch tab to offer a "Connect to existing session" option instead of only "Start new session"

Alternative Solutions

No response

Priority

High - Significant impact on productivity

Feature Category

Other

Use Case Example

  1. I have a desktop PC running Claude Desktop with Cowork at home.
  2. I'm working on a laptop remotely. I want to dispatch a task like "organize the project files in ~/Documents/client-work and generate a summary PDF" and have it execute on the desktop where the files live.
  3. Right now I have to pick up my phone, open the Claude mobile app, type the task on a small screen, and then go back to working on my laptop.
  4. The phone adds nothing here except friction.
  5. If the laptop's Dispatch tab could connect to the desktop's active session the same way my phone does, the workflow would be seamless.

Additional Context

Prior Requests:

This was previously requested in #44052, which was closed along with its duplicates. Reopening was not possible, so I'm filing a new issue to keep the request visible.

extent analysis

TL;DR

Implement a pairing flow between two Claude Desktop instances or a claude.ai browser session to enable a second computer to act as a Dispatch input surface.

Guidance

  • Investigate the existing mobile QR pairing flow to understand how the connection between the mobile app and the desktop instance is established, and adapt this for a computer-to-computer or browser-to-computer connection.
  • Consider adding a "Connect to existing session" option in the Dispatch tab to allow users to link their laptop to an active desktop session.
  • Evaluate the security implications of allowing a second computer to control the Dispatch session on the host machine, ensuring that authentication and authorization mechanisms are in place.
  • Develop a user interface for pairing and connecting computers, potentially including a QR code scan or a manual input of a pairing code.

Example

No specific code example can be provided without more details on the implementation, but the solution might involve creating an API endpoint for pairing requests and modifying the Dispatch tab to handle connection requests.

Notes

The implementation details will depend on the specific architecture and technologies used by Claude Desktop and the claude.ai browser session. Ensuring a seamless user experience and maintaining security will be crucial.

Recommendation

Apply a workaround by implementing a pairing flow between two Claude Desktop instances, as this would directly address the user's need to dispatch tasks from a second computer to an active session on another machine, enhancing productivity.

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 [FEATURE] Support Dispatch from a second desktop client (not just mobile) [1 comments, 1 participants]