Skip to content

Commit 9f8d15f

Browse files
fix: Restore full memory feature description
Keep the dual-memory benefit explanation (Redis for coordination, MemDocs for persistence) rather than over-simplifying. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent 31cc44f commit 9f8d15f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

website/lib/features.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,8 +88,8 @@ export const FEATURES: Feature[] = [
8888
id: 'memory',
8989
name: 'Persistent Memory System',
9090
icon: '🧠',
91-
benefitDescription: 'Your AI remembers context across sessions—coding patterns, decisions, project history.',
92-
technicalDescription: 'Short-term Redis memory for agent coordination. Long-term MemDocs storage for cross-session persistence.',
91+
benefitDescription: 'Short-term Redis memory for agent coordination during workflows. Long-term MemDocs storage remembers your coding patterns, past decisions, and project context across sessions.',
92+
technicalDescription: 'Two-tier memory: Redis for real-time agent coordination, MemDocs for persistent cross-session storage with semantic search.',
9393
pricingDescription: 'Persistent memory system',
9494
},
9595
{

0 commit comments

Comments
 (0)