@@ -225,7 +245,13 @@ export default function Memory() {
Memory Sync
- Synced to your Eigent account for use across devices
+ {syncStatus === 'synced'
+ ? 'Synced to your Eigent account'
+ : syncStatus === 'pending'
+ ? 'Waiting to sync automatically'
+ : syncStatus === 'blocked'
+ ? 'Sync needs attention; local Memory is safe'
+ : 'Sync status is not available yet'}
@@ -305,6 +331,13 @@ export default function Memory() {
Show archived
+
No saved Memory for this {scopeType}. That is okay—History
remains available to the Agent.
) : (