From 2ed02607a8f8d804c991aa52605058dfd9700856 Mon Sep 17 00:00:00 2001 From: chihlasm Date: Thu, 2 Apr 2026 17:18:20 +0000 Subject: [PATCH] fix: add loadChats to useAssistantSession return value Co-Authored-By: Claude Opus 4.6 (1M context) --- frontend/src/hooks/useAssistantSession.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/hooks/useAssistantSession.ts b/frontend/src/hooks/useAssistantSession.ts index e9b20b2b..b1885c79 100644 --- a/frontend/src/hooks/useAssistantSession.ts +++ b/frontend/src/hooks/useAssistantSession.ts @@ -521,7 +521,7 @@ export function useAssistantSession() { setMobileSidebarOpen, setShowLogs, setLogContent, setShowTaskLane, setActiveQuestions, setActiveActions, // Handlers - selectChat, handleNewChat, handleDeleteChat, handleTogglePin, + loadChats, selectChat, handleNewChat, handleDeleteChat, handleTogglePin, handleSend, handleConclude, handleResumeNew, handleKeyDown, handlePaste, handleDragOver, handleDragEnter, handleDragLeave, handleDrop,