From e3baf80257f4461181523032e41fb307de1f0558 Mon Sep 17 00:00:00 2001 From: UtkarshUsername Date: Mon, 16 Mar 2026 13:51:22 +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 8748272de..8d4c78e89 100644 --- a/apps/web/src/components/ChatView.tsx +++ b/apps/web/src/components/ChatView.tsx @@ -2828,6 +2828,10 @@ export default function ChatView({ threadId }: ChatViewProps) { assistantDeliveryMode: settings.enableAssistantStreaming ? "streaming" : "buffered", runtimeMode, interactionMode: "default", + sourceProposedPlan: { + threadId: activeThread.id, + planId: activeProposedPlan.id, + }, createdAt, }); })