mirror of
https://github.com/openclaw/openclaw.git
synced 2026-02-19 18:39:20 -05:00
fix: reset announceRetryCount in replaceSubagentRunAfterSteer
Address review feedback: the spread operator carries stale retry state into replacement runs, potentially causing immediate force-expiration without ever attempting announce delivery.
This commit is contained in:
committed by
Peter Steinberger
parent
a6c741eb46
commit
de900bace8
@@ -436,6 +436,8 @@ export function replaceSubagentRunAfterSteer(params: {
|
||||
cleanupCompletedAt: undefined,
|
||||
cleanupHandled: false,
|
||||
suppressAnnounceReason: undefined,
|
||||
announceRetryCount: undefined,
|
||||
lastAnnounceRetryAt: undefined,
|
||||
archiveAtMs,
|
||||
runTimeoutSeconds,
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user