feat(auth): integrate UC native login and managed client updates - #806
Draft
loveRhythm1990 wants to merge 3 commits into
Draft
loveRhythm1990 wants to merge 3 commits into
loveRhythm1990 wants to merge 3 commits into
Conversation
loveRhythm1990
force-pushed
the
feat/moi-astra-native-login
branch
from
September 18, 2026 07:35
5f2c488 to
648d612
Compare
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
Add opt-in UC browser sign-in for native Astra clients, sharing one credential owner with MOI CLI while keeping model credentials server-side. This draft collects the cross-project native-client integration and its review fixes.
astra loginand TUI/login; retain existing Memoria and self-hosted authentication paths.astra-credentials/ CLI authentication.Related issue
Related cross-project requirement: matrixorigin/matrixflow#17209.
Change type
User and compatibility impact
UC-native mode requires explicit server configuration and a matching UC deployment. Non-UC deployments keep their existing login provider. Native credentials are scoped by environment; Genesis runtime PATs and resource-service secrets are not distributed to local clients. Client working directories remain user-selected.
Managed binaries delegate updates to the companion MOI updater; standalone/unmanaged installations retain their existing execution path. This draft does not publish binaries or deploy services. The accumulated client change also advances the workspace version to 0.2.7.
Architecture and complexity delta
astra-credentialsowns native session storage/rotation; service auth owns server-side UC validation; core installation support owns client leases and updater invocation.Verification
Commands run from the Astra repository on the rebased current branch:
Final checklist