From 5b6b3347eee3940dd703d4826d517bd77804f71b Mon Sep 17 00:00:00 2001 From: AstroHan Date: Sun, 30 Aug 2026 01:04:09 +0800 Subject: [PATCH] fix: align protocol compatibility declaration epoch Update the compatible-change declaration added by #4176 to epoch 68, matching the current Runtime Host protocol epoch. This restores the merge-result protocol guard without changing the wire protocol or advancing the epoch. Generated-by: Codex --- .../session-catalog-deep-research-import.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/runtime-host/protocol-compatible-changes/session-catalog-deep-research-import.json b/packages/runtime-host/protocol-compatible-changes/session-catalog-deep-research-import.json index 1d86c8ae48..10f500c22b 100644 --- a/packages/runtime-host/protocol-compatible-changes/session-catalog-deep-research-import.json +++ b/packages/runtime-host/protocol-compatible-changes/session-catalog-deep-research-import.json @@ -1,5 +1,5 @@ { - "epoch": 65, + "epoch": 68, "files": [ "packages/runtime-host/src/protocol/session-catalog.ts", "packages/runtime-host/src/protocol/session-continuity.ts"