mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-08-28 05:27:24 +00:00
- Add comprehensive memory service architecture mirroring CodeIndexManager pattern - Implement temporal intelligence with fact categorization (infrastructure, architecture, debugging, pattern) - Add memory_search tool for retrieving relevant conversation context - Create service factory, orchestrator, and search service stubs - Add configuration management for memory system settings - Implement cache manager for persistent memory storage - Define interfaces for fact extraction, conflict resolution, and temporal management Based on detailed planning documents: - Temporal intelligence for managing fact lifecycle - Battle-tested patterns from mem0, Graphiti, and Potpie - Workspace isolation for project-specific memories - Non-invasive integration with minimal codebase changes This is an initial implementation that provides the foundation for the conversation memory feature as described in issue #7537. |
||
|---|---|---|
| .. | ||
| __tests__ | ||
| utils | ||
| api.ts | ||
| array.ts | ||
| checkExistApiConfig.ts | ||
| combineApiRequests.ts | ||
| combineCommandSequences.ts | ||
| context-mentions.ts | ||
| cost.ts | ||
| embeddingModels.ts | ||
| experiments.ts | ||
| ExtensionMessage.ts | ||
| getApiMetrics.ts | ||
| globalFileNames.ts | ||
| language.ts | ||
| mcp.ts | ||
| modes.ts | ||
| package.ts | ||
| ProfileValidator.ts | ||
| safeJsonParse.ts | ||
| support-prompt.ts | ||
| todo.ts | ||
| tools.ts | ||
| vsCodeSelectorUtils.ts | ||
| WebviewMessage.ts | ||