feat(desktop): share Runtime Host sessions with guests - #4196
Merged
M4n5ter merged 1 commit intoAug 30, 2026
Conversation
M4n5ter
force-pushed
the
feat/desktop-session-sharing
branch
from
August 29, 2026 17:30
1d68299 to
cdaa829
Compare
M4n5ter
force-pushed
the
feat/desktop-session-sharing
branch
2 times, most recently
from
August 29, 2026 21:51
b540314 to
2c1ed8a
Compare
M4n5ter
marked this pull request as ready for review
August 29, 2026 23:34
jackwener
approved these changes
Aug 29, 2026
jackwener
left a comment
Member
There was a problem hiding this comment.
I reviewed exact head 2c1ed8a926f961b39c5b52f564dbada2824290d5 and found no blocking issue. Invitation import binds the advertised root and transport, plaintext sharing requires explicit confirmation on both sides, Guest profiles cannot become the default, and the Guest Desktop candidate registers only the shared observation/resource surfaces while omitting Owner domains and native capabilities. Desktop build and typechecks, the complete Desktop main suite, and the changed-area tests pass.
Automated review notice: This comment was posted by an automated review agent operated by WAWQAQ. It is not an independent human review and does not replace one.
Add explicit Guest profiles, informed one-time invitations, and a read-only shared Session surface without exposing Owner-only Host state. Generated-by: OpenAI Codex
M4n5ter
force-pushed
the
feat/desktop-session-sharing
branch
from
August 30, 2026 00:14
2c1ed8a to
ff82d2d
Compare
This was referenced Aug 30, 2026
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.
English
Summary
Add the first Desktop Owner / Guest sharing surface. An Owner can create an informed one-time invitation and revoke access; a Guest can import that invitation without an existing Host profile or Owner credential and receives an observation-only Desktop surface. Plaintext sharing requires explicit confirmation before the Guest credential is issued.
Refs #3843
Verification
npm run build:testnpm --workspace @maka/desktop run typecheck -- --pretty falsenode --test apps/desktop/dist/main/__tests__/runtime-host-collaboration-ipc-main.test.js apps/desktop/dist/main/__tests__/runtime-host-desktop-candidate.test.js apps/desktop/dist/main/__tests__/runtime-host-profile-service.test.jsnpm run astryx:surface-inventoryAI use
Tool(s) and scope: OpenAI Codex implemented and verified the change under the maintainer's direction and review.
Checklist
Does this PR entail a change in behavior?
中文
摘要
加入首个 Desktop Owner / Guest 分享界面。Owner 可在明确知情后创建一次性邀请并撤销访问;Guest 无需已有 Host profile 或 Owner credential 即可导入邀请,并获得只观察的 Desktop 界面。通过 plaintext 分享时,必须先明确确认风险,之后才会签发 Guest credential。
关联 #3843
验证
npm run build:testnpm --workspace @maka/desktop run typecheck -- --pretty falsenode --test apps/desktop/dist/main/__tests__/runtime-host-collaboration-ipc-main.test.js apps/desktop/dist/main/__tests__/runtime-host-desktop-candidate.test.js apps/desktop/dist/main/__tests__/runtime-host-profile-service.test.jsnpm run astryx:surface-inventoryAI 使用
OpenAI Codex 在维护者的指导和审核下参与了实现与验证。