From 11005b77776ed5050a3dae6e545d183878b97d4e Mon Sep 17 00:00:00 2001 From: Codex Date: Mon, 25 May 2026 01:55:21 +0800 Subject: [PATCH] fix: keep Code Agent timeout activity live --- web/hwlab-cloud-web/app.mjs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/hwlab-cloud-web/app.mjs b/web/hwlab-cloud-web/app.mjs index 1c9dbacb..c58df734 100644 --- a/web/hwlab-cloud-web/app.mjs +++ b/web/hwlab-cloud-web/app.mjs @@ -1337,7 +1337,7 @@ async function sendAgentMessage(message, conversationId, traceId = nextProtocolI }, timeoutMs: CODE_AGENT_TIMEOUT_MS, timeoutName: "Code Agent", - activityRef: state.currentRequest, + activityRef: () => state.currentRequest, body: JSON.stringify({ message, conversationId,