From ccc703a72e2672baae06b00d67888f64a3aa7593 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=8E=8B=E5=BE=B7=E5=AE=87?= Date: Tue, 15 Sep 2026 20:11:06 +0800 Subject: [PATCH] =?UTF-8?q?=E7=A1=AE=E4=BF=9D=E8=AF=B7=E6=B1=82=E8=A7=A3?= =?UTF-8?q?=E5=86=B3=E4=BA=8B=E4=BB=B6=E4=B8=8D=E8=A2=AB=E9=99=90=E6=B5=81?= =?UTF-8?q?=E4=B8=A2=E5=BC=83?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit serverRequest/resolved 不再复用 activity 节流,始终进入 request.resolved 清理链。 --- .../src-tauri/src/agent/codex_app_server/mod.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/ai-game-creator-shell/src-tauri/src/agent/codex_app_server/mod.rs b/apps/ai-game-creator-shell/src-tauri/src/agent/codex_app_server/mod.rs index 2acdf9e5c..7377f445c 100644 --- a/apps/ai-game-creator-shell/src-tauri/src/agent/codex_app_server/mod.rs +++ b/apps/ai-game-creator-shell/src-tauri/src/agent/codex_app_server/mod.rs @@ -914,7 +914,7 @@ fn direct_codex_safe_activity_for_notification(method: &str) -> Option<&'static | "item/reasoning/summaryTextDelta" | "item/reasoning/summaryPartAdded" | "item/reasoning/textDelta" => Some("preparing"), - "item/mcpToolCall/progress" | "serverRequest/resolved" => Some("controlled-tool"), + "item/mcpToolCall/progress" => Some("controlled-tool"), "item/fileChange/outputDelta" | "item/fileChange/patchUpdated" => Some("file-write"), "command/exec/outputDelta" | "process/outputDelta"