Roo-Code/webview-ui/src
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
..
__tests__ Command argument hints and change release engineer to a command (#6333) 2025-07-29 00:42:28 -04:00
components feat: implement memory storage for follow-up questions (#6553) 2025-08-01 15:40:05 +00:00
context feat: implement memory storage for follow-up questions (#6553) 2025-08-01 15:40:05 +00:00
hooks feat: add ESC key handling for modes, API provider, and indexing settings popovers (#6175) 2025-07-28 23:04:23 -04:00
i18n feat: implement memory storage for follow-up questions (#6553) 2025-08-01 15:40:05 +00:00
lib Add shadcn/ui + Storybook 2025-01-30 12:50:09 -08:00
oauth Add a new @roo-code/types package and use it everywhere (#3912) 2025-05-26 12:06:45 -07:00
utils Add Cerebras as a provider (#6392) 2025-07-31 18:17:54 -04:00
vite-plugins debug: Add ErrorBoundary component for better error handling (#5085) 2025-07-23 08:45:35 -04:00
App.tsx debug: Add ErrorBoundary component for better error handling (#5085) 2025-07-23 08:45:35 -04:00
index.css feature: add toggle for disable mcp server tool from prompt (#3551) 2025-06-20 19:14:59 -04:00
index.tsx PNPM + Turbo monorepo + Nightly releases (#3407) 2025-05-21 21:01:20 -07:00
preflight.css Bring most of Tailwind's preflight.css back 2025-02-03 12:18:28 -08:00
types.d.ts Welcome page OAuth (#1913) 2025-03-23 10:08:16 -04:00
vite-env.d.ts Remove lucide 2025-01-30 14:47:59 -08:00