Refactor session runtime persistence

This commit is contained in:
wuyang6
2026-06-12 16:17:58 +08:00
parent 77d360c1e8
commit 953126e1d3
15 changed files with 717 additions and 253 deletions
+1
View File
@@ -8,6 +8,7 @@ type ClawSessionReplayContextValue = {
sessionId: string,
repository: ExportedMessageRepository,
) => void;
clearSession: () => void;
};
const ClawSessionReplayContext =