feat: Add Agent Chat History Popup for Enhanced User Interaction
- Introduced the AgentChatHistoryPopup class to provide a sidebar for displaying recent chat messages, improving accessibility and user experience. - Implemented message filtering options (All, User Only, Agent Only) and auto-scroll functionality for better message management. - Enhanced the AgentChatWidget to synchronize chat history with the new popup, ensuring users have up-to-date information at their fingertips. - Updated CMake configuration to include the new build_cleaner target for improved project maintenance.
This commit is contained in:
@@ -41,6 +41,7 @@ set(
|
||||
app/editor/system/shortcut_manager.cc
|
||||
app/editor/system/popup_manager.cc
|
||||
app/editor/system/proposal_drawer.cc
|
||||
app/editor/system/agent_chat_history_popup.cc
|
||||
app/editor/agent/agent_chat_history_codec.cc
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user