From 1824b51155e831e590f342b318f74627c31d4065 Mon Sep 17 00:00:00 2001 From: Bohdan Triapitsyn Date: Mon, 6 Jul 2026 20:00:53 +0300 Subject: [PATCH] fix: scope session assist to session directory --- .../ui/src/components/chat/ChatContainer.tsx | 2 +- packages/ui/src/components/chat/ChatInput.tsx | 2 + .../components/chat/SessionRecapSpacer.tsx | 5 ++- .../components/chat/SessionSuggestionChip.tsx | 5 ++- packages/ui/src/hooks/useSessionAssist.ts | 12 +++--- .../web/server/lib/session-assist/runtime.js | 38 ++++++++++++++++++- 6 files changed, 52 insertions(+), 12 deletions(-) diff --git a/packages/ui/src/components/chat/ChatContainer.tsx b/packages/ui/src/components/chat/ChatContainer.tsx index 883b832e..ea3f4964 100644 --- a/packages/ui/src/components/chat/ChatContainer.tsx +++ b/packages/ui/src/components/chat/ChatContainer.tsx @@ -267,7 +267,7 @@ const ChatViewport = React.memo(({ )} - +
diff --git a/packages/ui/src/components/chat/ChatInput.tsx b/packages/ui/src/components/chat/ChatInput.tsx index f7c8eae2..df4dabdb 100644 --- a/packages/ui/src/components/chat/ChatInput.tsx +++ b/packages/ui/src/components/chat/ChatInput.tsx @@ -4758,6 +4758,7 @@ const ChatInputComponent: React.FC = ({ onOpenSettings, scrollTo