fix: memory sync improvements (#698)

Co-authored-by: Letta <noreply@letta.com>
This commit is contained in:
Charles Packer
2026-01-27 00:41:05 -08:00
committed by GitHub
parent fe53cac13c
commit 51bff77e27
3 changed files with 490 additions and 46 deletions

View File

@@ -2107,6 +2107,7 @@ export default function App({
const commandInput = memorySyncCommandInputRef.current;
memorySyncCommandIdRef.current = null;
memorySyncCommandInputRef.current = "/memory-sync";
memorySyncInFlightRef.current = false;
setMemorySyncConflicts(null);
setActiveOverlay(null);