fix: make memory sync reminder more actionable (LET-7407) (#919)

Co-authored-by: Letta <noreply@letta.com>
This commit is contained in:
Charles Packer
2026-02-11 16:44:20 -08:00
committed by GitHub
parent ad701b90b5
commit 74b369d1ca

View File

@@ -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 "<type>: <what changed>"
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