mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-08-28 05:27:24 +00:00
- Add QdrantCollectionType enum to separate CODEBASE and MEMORY collections - Update QdrantVectorStore to support different collection types - Add memory storage settings to global configuration - Create MemoryStorageService for storing and retrieving Q&A pairs - Create MemoryStorageManager singleton for service management - Update askFollowupQuestionTool to store memories when enabled - Add askMemoryAwareFollowupQuestionTool for memory-aware questions - Add searchMemoriesTool for searching stored memories - Add UI controls in settings for enabling/disabling memory storage - Update tool registration to conditionally include memory tools - Add comprehensive test coverage for all changes This implementation allows Roo to learn from user decisions when answering follow-up questions, providing more personalized suggestions over time. |
||
|---|---|---|
| .. | ||
| audio | ||
| public | ||
| src | ||
| .gitignore | ||
| components.json | ||
| eslint.config.mjs | ||
| index.html | ||
| package.json | ||
| tsconfig.json | ||
| turbo.json | ||
| vite.config.ts | ||
| vitest.config.ts | ||
| vitest.setup.ts | ||