确保请求解决事件不被限流丢弃
serverRequest/resolved 不再复用 activity 节流,始终进入 request.resolved 清理链。
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user