feat(desktop): provide Runtime Host native capabilities - #2178
Merged
Conversation
M4n5ter
marked this pull request as ready for review
August 4, 2026 23:40
M4n5ter
force-pushed
the
feat/runtime-host-desktop-native-capabilities
branch
from
August 4, 2026 23:42
ce29f72 to
7747fd6
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.
English
Summary
MakaToolimplementations into self-described, session-affine Client Capability offers;Runtime Host remains open-world: it does not know Browser or Computer Use names or Desktop implementation details. This slice provides the composable provider but does not activate it in the production or candidate boot path; activation remains part of the final Desktop composition slice.
Validation
npm --workspace @maka/desktop test— 1665 passednpm --workspace @maka/desktop run typechecknpm run lintnpm run format:checkgit diff --checkRefs #2010
简体中文
概要
MakaTool实现适配为自描述、Session-affine 的 Client Capability offer;Runtime Host 继续保持开放世界设计:它不知道 Browser 或 Computer Use 的名称,也不依赖 Desktop 的具体实现。本 slice 只提供可组合的 provider,不在 production 或 candidate boot path 中提前激活;实际激活仍属于最终的 Desktop composition slice。
验证
npm --workspace @maka/desktop test— 1665 项通过npm --workspace @maka/desktop run typechecknpm run lintnpm run format:checkgit diff --check关联 #2010