You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Clarifies direct proxy remote simulator guidance, makes same-state iOS runner leases reclaimable, and improves proxy daemon reuse when HTTP transport is required.
Details: direct proxy users now see split proxy/session/cloud guidance and no longer get steered toward cloud/remote-config or prepare ios-runner recovery. Review follow-up also centralizes daemon transport-unavailable messages and documents the same-state runner lease reclaim invariant.
Validation
Passed focused runner lease, top-level help, daemon lifecycle tests, formatting, and quick lint/typecheck. Added SkillGym cases for direct-proxy simulator planning and retrying an owned-runner snapshot, but model-run validation was not rerun here because it requires explicit approval to send workspace-derived prompts to external model services.
Review pass: I do not see a code-path blocker in the diff, but I would not call this merge-ready yet because the core change is routing/device-facing.
The tests cover the helper behavior around HTTP-vs-socket daemon takeover and same-state runner lease cleanup, but the shipped path here is remote client -> proxy HTTP daemon -> iOS runner startup/retry on a real simulator. Please add one live direct-proxy iOS simulator result for the current branch, ideally showing:
direct proxy commands use one explicit --session and reach the proxied Mac daemon;
the first snapshot -i/interaction that hits the runner path succeeds after retry/reclaim behavior, or the exact command/device/session blocker if that cannot be reproduced;
prepare ios-runner is not part of the remote-client recovery path.
After that, the residual risk looks mostly around the intentional policy that a matching AGENT_DEVICE_STATE_DIR makes a foreign-token runner lease disposable. The unit test at src/platforms/ios/__tests__/runner-session.test.ts:707 covers that policy, but live evidence is what proves the proxy/daemon/runner boundary behaves the same way.
Preview removed because the pull request was closed.
2026-06-25 19:44 UTC
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Clarifies direct proxy remote simulator guidance, makes same-state iOS runner leases reclaimable, and improves proxy daemon reuse when HTTP transport is required.
Details: direct proxy users now see split proxy/session/cloud guidance and no longer get steered toward cloud/remote-config or prepare ios-runner recovery. Review follow-up also centralizes daemon transport-unavailable messages and documents the same-state runner lease reclaim invariant.
Validation
Passed focused runner lease, top-level help, daemon lifecycle tests, formatting, and quick lint/typecheck. Added SkillGym cases for direct-proxy simulator planning and retrying an owned-runner snapshot, but model-run validation was not rerun here because it requires explicit approval to send workspace-derived prompts to external model services.