From 74b369d1ca69408b13caf6b2e0d10132a3b6dbf4 Mon Sep 17 00:00:00 2001 From: Charles Packer Date: Wed, 11 Feb 2026 16:44:20 -0800 Subject: [PATCH] fix: make memory sync reminder more actionable (LET-7407) (#919) Co-authored-by: Letta --- src/cli/App.tsx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/cli/App.tsx b/src/cli/App.tsx index 09b0a7c..9d01081 100644 --- a/src/cli/App.tsx +++ b/src/cli/App.tsx @@ -7549,13 +7549,15 @@ MEMORY SYNC: Your memory directory has uncommitted changes or is ahead of the re ${gitStatus.summary} -To sync: +Sync when convenient by running these commands: \`\`\`bash cd ~/.letta/agents/${agentId}/memory git add system/ git commit -m ": " git push \`\`\` + +You should do this soon to avoid losing memory updates. It only takes a few seconds. ${SYSTEM_REMINDER_CLOSE} `; // Clear after injecting so it doesn't repeat