From 52f1d7f08bc0bf6dadffc191346f904c5de32e6f Mon Sep 17 00:00:00 2001 From: Suzumiya Date: Tue, 15 Sep 2026 20:17:26 +0800 Subject: [PATCH] =?UTF-8?q?=E6=92=A4=E5=9B=9E=E6=80=9D=E8=80=83=E8=BF=87?= =?UTF-8?q?=E7=A8=8B=E5=9D=97=E4=B8=8A=E7=A7=BB=EF=BC=9A=E6=81=A2=E5=A4=8D?= =?UTF-8?q?=20master=20=E7=9A=84=E5=8E=9F=E5=A7=8B=E4=BD=8D=E7=BD=AE?= =?UTF-8?q?=EF=BC=88=E6=B6=88=E6=81=AF=E8=87=AA=E5=B8=A6=E7=9A=84=20reason?= =?UTF-8?q?ingText=20=E6=8A=98=E5=8F=A0=E5=9D=97=E6=9C=AC=E6=9D=A5?= =?UTF-8?q?=E5=B0=B1=E5=9C=A8=E6=B6=88=E6=81=AF=E9=87=8C=EF=BC=8C=E8=AE=BE?= =?UTF-8?q?=E8=AE=A1=E9=93=BE=20entries=20=E8=BF=BD=E5=8A=A0=E5=9C=A8?= =?UTF-8?q?=E6=B6=88=E6=81=AF=E4=B9=8B=E5=90=8E=EF=BC=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../ProjectSupervisorView.tsx | 44 +++++++++---------- 1 file changed, 22 insertions(+), 22 deletions(-) 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 6bead003f..a0f965ca2 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 @@ -427,28 +427,6 @@ export function ProjectSupervisorView({ {`显示更早 · 还有 ${hiddenConversationCount} 条对话`} ) : null} - {showDesignReasoning && - designReasoningEntries - .filter((entry) => !entry.messageId) - .map((entry) => ( -
- 思考过程 -
{entry.text}
-
- ))} - {showDesignReasoning && designReasoning ? ( -
- 思考过程 -
{designReasoning}
-
- ) : null} {visibleMessages.map((message, index) => { const anchoredToolCalls = message.messageId ? (toolCallsByAnchor.get(message.messageId) ?? []) @@ -493,6 +471,28 @@ export function ProjectSupervisorView({ className="message-tool-call" /> ) : null} + {showDesignReasoning && + designReasoningEntries + .filter((entry) => !entry.messageId) + .map((entry) => ( +
+ 思考过程 +
{entry.text}
+
+ ))} + {showDesignReasoning && designReasoning ? ( +
+ 思考过程 +
{designReasoning}
+
+ ) : null} {!directCodex && transientReply ? (