Uh oh!
There was an error while loading. Please reload this page.
fix(runtime): surface sandbox-blocked tool failures - #1558
Conversation
Astro-Han
commented
Jul 28, 2026
Reviewed
The schema and propagation seam otherwise look sound, and CI is green. |
Astro-Han
left a comment
There was a problem hiding this comment.
Approved at 21d4679803. The three P2 findings in the earlier comment are still worth fixing, but none is a P0/P1 or a merge blocker. CI is green.
Uh oh!
There was an error while loading. Please reload this page.
Summary
Verification
npm run build:testnpm run typechecknpm run test:checks -w @maka/desktop(console, accessibility, and copy checks)Review focus
中文说明
改动内容
undefined后导致 RuntimeEvent 无法持久化的问题。行为边界
“可能被沙箱阻止”只是一项诊断结果,不会自动提权或重试。Agent 仍需发起新的、显式声明权限的工具调用,并经过既有审批流程。普通运行失败不会被错误标记为 sandbox denial。
验证结果
构建、全仓类型检查、Biome、Desktop 静态检查,以及 294 个相关自动化测试均已通过。