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. |
||
|---|---|---|
| .. | ||
| __tests__ | ||
| components | ||
| context | ||
| hooks | ||
| i18n | ||
| lib | ||
| oauth | ||
| utils | ||
| vite-plugins | ||
| App.tsx | ||
| index.css | ||
| index.tsx | ||
| preflight.css | ||
| types.d.ts | ||
| vite-env.d.ts | ||