Add one-command Cloud pairing#1023
Merged
Merged
Conversation
abrichr
force-pushed
the
feat/local-bridge-pairing-20260718
branch
from
July 19, 2026 03:13
0a24377 to
82cc9be
Compare
abrichr
marked this pull request as ready for review
July 19, 2026 03:16
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.
What changed
Adds the user-facing
openadapt connectcommand and makes Flow's hosted/keychain support part of the normal launcher install.openadapt flow connect, the desktopopenadapt://connecthandoff, and the existing manuallogin --tokenpathopenadapt-flow>=1.17.0,<2Requires-Pythonmetadata drifts frompyproject.tomlWhy
Users should be able to connect a local runtime to the Cloud workspace they already opened without manually copying and storing a long-lived token. A clean launcher install must also resolve an engine that actually contains the transactional pairing state machine.
The browser still cannot execute arbitrary shell commands or browse local files. The one-time claim, keychain staging, credential validation, canonical promotion, idempotent confirmation, exact-token abort, and recoverable rollback semantics remain implemented by
openadapt-flow.Exact upstream binding
The minimum version is the independently verified published Flow
v1.17.0:dd00f1f3ac5e3b6177a41c560eed20c95e577c0a062589882596800d6681bfd9e29e5091af518c113453559586cc565d490d19a7670d1084e273b9837fe54b5472098c1aa921598b4ec225c957be0f59b3543a2bcb60aff3eea8e35f841e12f7c50ec586b7cf557dGitHub and PyPI bytes match, and the MIT package boundary plus the hosted CLI/state-machine surface were independently verified.
Validation
openadapt-flow==1.17.0andkeyringopenadapt connect --help, nestedopenadapt flow connect --help, exact desktop-URI parsing, and existing manuallogin --helppassed against installed artifactsrequires a different Python: 3.14.4 not in '<3.13,>=3.10'82cc9be916d99d6eea38ca0d2c9f1877f1221f65This remains a draft until the downstream Cloud/Desktop dependency gates are reviewed.