claude-code - 💡(How to fix) Fix Dispatch: add device picker for multi-machine setups [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#46794Fetched 2026-04-12 13:32:52
View on GitHub
Comments
0
Participants
1
Timeline
3
Reactions
0
Author
Participants
Timeline (top)
labeled ×3

Root Cause

  • Multi-machine setups are common (work/personal, Windows/Mac, laptop/desktop)
  • iOS developers specifically need macOS for Xcode -- Dispatch to the wrong machine means the task can't run
  • As Claude Code adoption grows, users will increasingly have it installed on multiple devices

Co-Authored-By: Claude Opus 4.6 (1M context) [email protected]

Fix Action

Fix / Workaround

When using Dispatch from the iPhone app, there's no way to choose which connected machine receives the task. It goes to whichever desktop app was most recently active.

When I Dispatch from my iPhone, I want to target a specific machine -- e.g., send a coding task to my Mac Mini, not my Windows laptop.

Add a device picker to the iPhone Dispatch UI:

  • Show a list of connected/online machines by name (e.g., "David's Mac Mini", "David's Laptop")
  • Allow setting a default device (optionally per project)
  • Show device status (online/offline)
RAW_BUFFERClick to expand / collapse

Feature Request

When using Dispatch from the iPhone app, there's no way to choose which connected machine receives the task. It goes to whichever desktop app was most recently active.

Use Case

I have two machines running Claude desktop:

  • Windows laptop -- general use, research
  • Mac Mini -- iOS development (Xcode, simulators, etc.)

When I Dispatch from my iPhone, I want to target a specific machine -- e.g., send a coding task to my Mac Mini, not my Windows laptop.

Proposed Solution

Add a device picker to the iPhone Dispatch UI:

  • Show a list of connected/online machines by name (e.g., "David's Mac Mini", "David's Laptop")
  • Allow setting a default device (optionally per project)
  • Show device status (online/offline)

Why This Matters

  • Multi-machine setups are common (work/personal, Windows/Mac, laptop/desktop)
  • iOS developers specifically need macOS for Xcode -- Dispatch to the wrong machine means the task can't run
  • As Claude Code adoption grows, users will increasingly have it installed on multiple devices

Co-Authored-By: Claude Opus 4.6 (1M context) [email protected]

extent analysis

TL;DR

Implementing a device picker in the iPhone Dispatch UI to allow users to select the target machine for tasks would address the issue.

Guidance

  • Identify the requirements for the device picker, including displaying a list of connected machines, setting a default device, and showing device status.
  • Determine the necessary changes to the iPhone Dispatch UI to integrate the device picker, such as updating the UI layout and adding selection functionality.
  • Consider implementing a per-project default device setting to provide more flexibility for users with multiple projects and machines.
  • Develop a plan for handling device status updates, such as online/offline indicators, to ensure users can make informed decisions when selecting a target machine.

Example

No specific code example is provided due to the lack of technical details in the issue.

Notes

The proposed solution focuses on adding a device picker to the iPhone Dispatch UI, but the implementation details and technical requirements are not specified in the issue.

Recommendation

Apply workaround: Implementing a device picker in the iPhone Dispatch UI, as this directly addresses the user's need to target specific machines when dispatching tasks from their iPhone.

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