refactor: stabilize persistence delta commit flow

This commit is contained in:
Youzini-afk
2026-04-11 13:57:03 +08:00
parent ea94ec0cad
commit 1834bc1d24
10 changed files with 1182 additions and 589 deletions

View File

@@ -155,6 +155,8 @@ export function normalizeGraphRuntimeState(graph, chatId = "") {
saveMode: String(
historyState.lastBatchStatus.persistence.saveMode || "",
),
recoverable:
historyState.lastBatchStatus.persistence.recoverable === true,
saved:
historyState.lastBatchStatus.persistence.saved === true,
queued: