合并最新master并解决工作台冲突
合并 master 最新游戏聊天前端 Lint 修复。 保留依赖图分支的 Hook 稳定化逻辑并统一注释格式。
This commit is contained in:
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user