-
Notifications
You must be signed in to change notification settings - Fork 249
Windows Companion try to resolve paths on the local machine for remote agent Workspace #969
Copy link
Copy link
Open
Labels
P2Normal priority bug or improvement with limited blast radius.Normal priority bug or improvement with limited blast radius.clawsweeper:fix-shape-clearClawSweeper found a clear likely implementation shape for this issue.ClawSweeper found a clear likely implementation shape for this issue.clawsweeper:needs-live-reproClawSweeper needs live local, crabbox, or manual validation to confirm this issue.ClawSweeper needs live local, crabbox, or manual validation to confirm this issue.clawsweeper:queueable-fixClawSweeper marked this issue as an existing queue_fix_pr work candidate.ClawSweeper marked this issue as an existing queue_fix_pr work candidate.impact:ux-frictionUser-facing flow adds avoidable confusion or support burden without fully blocking progress.User-facing flow adds avoidable confusion or support burden without fully blocking progress.issue-rating: 🐚 platinum hermitGood issue quality with a plausible reproduction path needing some confirmation.Good issue quality with a plausible reproduction path needing some confirmation.no-staleExempts this issue from stale automation.Exempts this issue from stale automation.
Description
Metadata
Metadata
Assignees
Labels
P2Normal priority bug or improvement with limited blast radius.Normal priority bug or improvement with limited blast radius.clawsweeper:fix-shape-clearClawSweeper found a clear likely implementation shape for this issue.ClawSweeper found a clear likely implementation shape for this issue.clawsweeper:needs-live-reproClawSweeper needs live local, crabbox, or manual validation to confirm this issue.ClawSweeper needs live local, crabbox, or manual validation to confirm this issue.clawsweeper:queueable-fixClawSweeper marked this issue as an existing queue_fix_pr work candidate.ClawSweeper marked this issue as an existing queue_fix_pr work candidate.impact:ux-frictionUser-facing flow adds avoidable confusion or support burden without fully blocking progress.User-facing flow adds avoidable confusion or support burden without fully blocking progress.issue-rating: 🐚 platinum hermitGood issue quality with a plausible reproduction path needing some confirmation.Good issue quality with a plausible reproduction path needing some confirmation.no-staleExempts this issue from stale automation.Exempts this issue from stale automation.
Type
Fields
Priority
Medium
Projects
StatusShow more project fields
UX
Summary
When Windows Companion is connected to a remote agent/gateway, the
Advanced -> Agents -> main -> Workspaceview does not show the expected files because it appears to resolve/browse paths against the local Windows machine instead of the remote agent workspace.Why this matters
The whole point of the remote Workspace view is to inspect the remote agent's workspace/files. If the UI tries to interpret those paths locally, the file rail/browser becomes misleading or empty for legitimate remote paths.
Repro
Advanced -> Agents -> main -> Workspace.Expected
Actual
Notes / suspected shape
This looks related to the existing Workspace/file-rail work:
#876 Add Workspace session file rail#871 Follow up Workspace file rail parity gaps#956 Fix workspace file previewsEspecially
#956looks adjacent because it explicitly mentions routing the Workspace page through:agents.workspace.listagents.workspace.getwith fallback behavior for older gateways.
So this may be:
agents.workspace.*should be authoritative.Suggested fix
agents.workspace.list/getresults as canonical when connected to a remote agent/gateway.