From 2617a9989e7759e08d3480fa7b29e5d2eaf5d4b7 Mon Sep 17 00:00:00 2001 From: UtkarshUsername Date: Thu, 19 Mar 2026 09:54:34 +0530 Subject: [PATCH] fix(web): consume plans on new-thread implementation --- apps/web/src/components/ChatView.tsx | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/apps/web/src/components/ChatView.tsx b/apps/web/src/components/ChatView.tsx index 9ebb4ec9e8..a145f0c8ca 100644 --- a/apps/web/src/components/ChatView.tsx +++ b/apps/web/src/components/ChatView.tsx @@ -2997,6 +2997,10 @@ export default function ChatView({ threadId }: ChatViewProps) { assistantDeliveryMode: settings.enableAssistantStreaming ? "streaming" : "buffered", runtimeMode, interactionMode: "default", + sourceProposedPlan: { + threadId: activeThread.id, + planId: activeProposedPlan.id, + }, createdAt, }); })