fix: restore smooth chat auto-scroll and live compaction updates
- Keep assistant auto-scroll smooth during active responses without periodic snaps - Restore live `/compact` rendering and streamed compaction summaries without refresh - Preserve global event handling while routing session and message updates efficiently
This commit is contained in:
@@ -494,7 +494,7 @@ export const ChatContainer: React.FC = () => {
|
||||
} = useChatScrollManager({
|
||||
currentSessionId,
|
||||
sessionMessageCount,
|
||||
streamingMessageId,
|
||||
sessionIsWorking,
|
||||
sessionMemoryState: sessionMemoryStateMap,
|
||||
updateViewportAnchor,
|
||||
isSyncing,
|
||||
|
||||
Reference in New Issue
Block a user