mirror of
https://github.com/AIPexStudio/AIPex.git
synced 2026-05-18 04:28:57 +00:00
- Added context management features to the PromptInput component, allowing users to add, remove, and clear context items. - Introduced ContextItemsContext for managing context items and their associated UI components. - Enhanced PromptInputTextarea to support context selection via an @ mention system, displaying a context suggestion menu. - Created utility functions to fetch available contexts from browser sources, including current page, tabs, bookmarks, and history. - Updated ChatBot component to handle context inclusion in messages, improving user interaction and context awareness.