From bb3f8afe2a71a058c7a623ec44e8a221fe45ced2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=8E=8B=E5=BE=B7=E5=AE=87?= Date: Tue, 8 Sep 2026 10:25:57 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=20Direct=20=E5=AE=9E?= =?UTF-8?q?=E6=97=B6=E5=9B=9E=E5=A4=8D=E9=87=8D=E5=A4=8D=E6=B8=B2=E6=9F=93?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 避免 Direct 模式在执行卡与独立消息区重复显示实时回复 保留非 Direct 模式的独立实时消息展示 --- .../src/features/project-workspace/ProjectSupervisorView.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/ai-game-creator-shell/src/features/project-workspace/ProjectSupervisorView.tsx b/apps/ai-game-creator-shell/src/features/project-workspace/ProjectSupervisorView.tsx index 9283b65ea..b0fde2c0e 100644 --- a/apps/ai-game-creator-shell/src/features/project-workspace/ProjectSupervisorView.tsx +++ b/apps/ai-game-creator-shell/src/features/project-workspace/ProjectSupervisorView.tsx @@ -247,7 +247,7 @@ export function ProjectSupervisorView({ ) : null} ) : null} - {transientReply ? ( + {!directCodex && transientReply ? (