确保请求解决事件不被限流丢弃
Project CI / AI game creator shell Rust shard 1/4 (pull_request) Has been cancelled
Project CI / AI game creator shell Rust shard 2/4 (pull_request) Has been cancelled
Project CI / AI game creator shell Rust shard 3/4 (pull_request) Has been cancelled
Project CI / AI game creator shell Rust shard 4/4 (pull_request) Has been cancelled
Project CI / AI game creator shell Rust smoke (pull_request) Has been cancelled
Project CI / AI game creator shell Rust crates (pull_request) Has been cancelled
Project CI / Backend tests (pull_request) Has been cancelled
Project CI / Native shell tests (pull_request) Has been cancelled
Project CI / Frontend tests (pull_request) Has been cancelled
Project CI / Repository checks (pull_request) Has been cancelled
Project CI / AI game creator shell web tests (pull_request) Has been cancelled

serverRequest/resolved 不再复用 activity 节流,始终进入 request.resolved 清理链。
This commit is contained in:
2026-09-15 20:11:06 +08:00
committed by kdletters
parent ba4046dc9f
commit 47bb42844b
@@ -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"