CLI: restore and harden qr --remote pairing behavior#18166
Merged
Conversation
Contributor
|
The formal models extracted constants ( This check is informational (not blocking merges yet). If this change is intentional, follow up by updating the formal models repo or regenerating the extracted artifacts there. |
efe7d9e to
a79fc2a
Compare
Contributor
|
The formal models extracted constants ( This check is informational (not blocking merges yet). If this change is intentional, follow up by updating the formal models repo or regenerating the extracted artifacts there. |
Contributor
Author
archerhpagent
pushed a commit
to howardpark/openclaw
that referenced
this pull request
Feb 18, 2026
Merged via /review-pr -> /prepare-pr -> /merge-pr. Prepared head SHA: a79fc2a Co-authored-by: mbelinky <[email protected]> Co-authored-by: mbelinky <[email protected]> Reviewed-by: @mbelinky
zooqueen
pushed a commit
to hanzoai/bot
that referenced
this pull request
Mar 6, 2026
Merged via /review-pr -> /prepare-pr -> /merge-pr. Prepared head SHA: a79fc2a Co-authored-by: mbelinky <[email protected]> Co-authored-by: mbelinky <[email protected]> Reviewed-by: @mbelinky
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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
Ports CLI QR remote pairing behavior restoration from
ios-new-alpha-coreontomain.Included
openclaw qr --remotebehavior restoration in current main-line implementationScope
Testing
pnpm exec vitest run src/cli/qr-cli.test.ts src/pairing/setup-code.test.ts --maxWorkers 1register.subclis.e2ebroad script path was intentionally not run to keep targeted serial scopeGreptile Summary
Restored and hardened QR remote pairing behavior by adding early validation for the
--remoteflag. When--remoteis specified without URL overrides, the code now validates that eithergateway.remote.urlor tailscale serve/funnel mode is configured before proceeding. This prevents the command from failing later in the resolution process and provides a clearer error message to users.Confidence Score: 5/5
Last reviewed commit: efe7d9e