fix: add loadChats to useAssistantSession return value

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
chihlasm
2026-04-02 17:18:20 +00:00
parent 1a858237ba
commit 2ed02607a8

View File

@@ -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,