feat: Enhance agent chat widget with history management and proposal handling

This commit is contained in:
scawful
2025-10-04 14:05:36 -04:00
parent c59a4592c3
commit 3735a0d4a7
8 changed files with 639 additions and 52 deletions

View File

@@ -223,6 +223,11 @@ void EditorManager::Initialize(const std::string& filename) {
// Set the popup manager in the context
context_.popup_manager = popup_manager_.get();
#ifdef YAZE_WITH_GRPC
agent_chat_widget_.SetToastManager(&toast_manager_);
agent_chat_widget_.SetProposalDrawer(&proposal_drawer_);
#endif
// Load critical user settings first
LoadUserSettings();