mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-08-28 05:27:24 +00:00
- Add MemoryService for storing and retrieving conversation memories - Create memory_search tool for searching relevant memories - Implement automatic memory injection at conversation start - Add automatic memory storage on conversation milestones - Include memory search in read tool group - Add tests for memory functionality This addresses issue #7537 by providing memory persistence across sessions, allowing Roo Code to maintain context and learn from previous conversations. |
||
|---|---|---|
| .. | ||
| npm | ||
| scripts | ||
| src | ||
| .gitignore | ||
| eslint.config.mjs | ||
| package.json | ||
| tsconfig.json | ||
| tsup.config.ts | ||
| vitest.config.ts | ||