合并最新master并解决工作台冲突
Project CI / Repository checks (pull_request) Successful in 1m17s
Project CI / Frontend tests (pull_request) Successful in 3m13s
Project CI / Backend tests (pull_request) Successful in 3m45s
Project CI / Native shell tests (pull_request) Failing after 5m39s

合并 master 最新游戏聊天前端 Lint 修复。

保留依赖图分支的 Hook 稳定化逻辑并统一注释格式。
This commit is contained in:
2026-08-03 10:35:49 +08:00
+4 -4
View File
@@ -1079,10 +1079,10 @@ export function App({
if (!gameChatOnly || runtimeResults.length === 0) {
return;
}
// A professional Runtime is only part of the active game-chat turn when
// it was delegated by the current Project Supervisor run. This prevents
// a stale child Runtime (or a different app mode) from leaking into the
// project transcript after a restart.
// A professional Runtime is only part of the active game-chat turn when
// it was delegated by the current Project Supervisor run. This prevents
// a stale child Runtime (or a different app mode) from leaking into the
// project transcript after a restart.
const supervisorRunId =
projectSupervisorRuntimeRef.current?.runId ??
runtimeResults.find(