fix(codex): preserve queued turn-start progress · openclaw/openclaw@efe3790
steipete
·
2026-05-16
·
via Recent Commits to openclaw:main
File tree
extensions/codex/src/app-server
| Original file line number | Diff line number | Diff line change |
|---|
@@ -2027,7 +2027,7 @@ export async function runCodexAppServerAttempt(
|
2027 | 2027 | setActiveEmbeddedRun(params.sessionId, handle, params.sessionKey); |
2028 | 2028 | turnAttemptIdleWatchArmed = true; |
2029 | 2029 | turnTerminalIdleWatchArmed = true; |
2030 | | -touchTurnCompletionActivity("turn:start", { arm: true, attemptProgress: true }); |
| 2030 | +touchTurnCompletionActivity("turn:start", { attemptProgress: true }); |
2031 | 2031 | |
2032 | 2032 | const abortListener = () => { |
2033 | 2033 | const shouldRetireClient = timedOut; |
|
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。