Roo-Code/packages
Roo Code fc60262c17 feat: implement memory storage for follow-up questions (#6553)
- 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.
2025-08-01 15:40:05 +00:00
..
build Sharing improvements (#5082) 2025-06-24 16:36:32 -04:00
cloud Cloud service cleanup callbacks / move to events (#6519) 2025-07-31 18:30:30 -04:00
config-eslint Upgrade to ESLint 9 + share eslint config across workspaces (#3815) 2025-05-21 21:30:21 -07:00
config-typescript Roo Code Cloud (#4069) 2025-05-28 20:43:30 -07:00
evals Revert "Migrate evals database when deploying roo-code-website" (#6525) 2025-07-31 19:27:55 -04:00
ipc Farewell jest (#4607) 2025-06-16 21:39:45 -07:00
telemetry Git repo cloud telemetry (#5119) 2025-06-25 17:01:32 -07:00
types feat: implement memory storage for follow-up questions (#6553) 2025-08-01 15:40:05 +00:00