From 231bd225dffb2f32f2eb8f8fd9ff63f6b75c9668 Mon Sep 17 00:00:00 2001 From: Your Name Date: Wed, 13 May 2026 23:04:55 +0000 Subject: [PATCH] fix(context): revert restored snapshot type to accumulate --- packages/core/src/context/utils/snapshotGenerator.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/core/src/context/utils/snapshotGenerator.ts b/packages/core/src/context/utils/snapshotGenerator.ts index 83cd00e66a..e8cb8cf439 100644 --- a/packages/core/src/context/utils/snapshotGenerator.ts +++ b/packages/core/src/context/utils/snapshotGenerator.ts @@ -147,7 +147,7 @@ export const SnapshotStateHelper = { inbox.publish('PROPOSED_SNAPSHOT', { newText: state.snapshot.text, consumedIds: state.snapshot.consumedIds, - type: 'restored', + type: 'accumulate', timestamp: state.snapshot.timestamp ?? Date.now(), }); } else {