Files
AIPex/components
Ken Qian d8b1c95b3b feat: implement context management in PromptInput component
- 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.
2025-10-04 00:05:40 +08:00
..