From 0a55c1b3b4f41ec8628f995d44aec41fbd1c52b1 Mon Sep 17 00:00:00 2001 From: lyon Date: Tue, 16 Jun 2026 04:29:53 +0800 Subject: [PATCH] fix: remove code agent processing copy --- internal/cloud/server-code-agent-http.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/cloud/server-code-agent-http.ts b/internal/cloud/server-code-agent-http.ts index ceb2bf2c..7740bc74 100644 --- a/internal/cloud/server-code-agent-http.ts +++ b/internal/cloud/server-code-agent-http.ts @@ -2022,7 +2022,7 @@ function codeAgentConversationMessagesEvidence(payload = {}, params = {}, traceI id: `msg_${traceSuffix}_agent`, role: "agent", title: agentStatus === "failed" ? "Code Agent 返回阻塞" : agentStatus === "running" ? "Code Agent 处理中" : "Code Agent 回复", - text: agentText || (agentStatus === "running" ? "正在处理这次 Code Agent 请求;复杂问题可能需要几分钟。" : "Code Agent 请求已结束,请查看 Trace 详情。"), + text: agentText || (agentStatus === "running" ? "" : "Code Agent 请求已结束,请查看 Trace 详情。"), status: agentStatus, traceId: resolvedTraceId, conversationId,