feat(desktop): complete Runtime Host opt-in parity - #2216
Merged
Conversation
M4n5ter
force-pushed
the
feat/runtime-host-desktop-opt-in
branch
from
August 5, 2026 08:31
9adf408 to
9fd7d6f
Compare
M4n5ter
force-pushed
the
feat/runtime-host-desktop-opt-in
branch
from
August 5, 2026 10:16
9fd7d6f to
ed6f764
Compare
M4n5ter
marked this pull request as ready for review
August 5, 2026 10:23
sunheyi6
added a commit
to sunheyi6/maka-agent
that referenced
this pull request
Aug 5, 2026
…rn-steer Resolve materialize.ts conflicts between apache#1954 steer timeline entries and apache#2216 biome reformat: keep steer additions in upstream's formatting style.
This was referenced Aug 5, 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
The Host-backed path is opt-in through
MAKA_DESKTOP_RUNTIME_OWNER=runtime-host. Startup selects exactly one boot graph; an invalid selection is fatal and the Host path never falls back to an Embedded owner.Existing shared / Embedded Runtime issues fixed
Full parity testing exposed several issues that were not introduced by the Host adapter and also affected the existing shared or Embedded path:
Readtool resolves without exposing storage pathsValidation
origin/mainwith the same dependencies and a clean rebuildPart of #2010.
简体中文
摘要
Host-backed 路径通过
MAKA_DESKTOP_RUNTIME_OWNER=runtime-host显式启用。启动时只会选择一个 boot graph;非法配置会直接失败,Host 路径不会回退到 Embedded owner。一并修复的既有 shared / Embedded Runtime 问题
完整 parity 测试发现了若干并非由 Host adapter 引入、同样影响既有 shared 或 Embedded 路径的问题:
Readtool 解析,同时不暴露底层存储路径验证
origin/main原样复现#2010 的一部分。