From 856d1a7a2426235845733fca5a0ffc4aaac455e8 Mon Sep 17 00:00:00 2001 From: kaiwishc Date: Sun, 2 Aug 2026 23:15:49 +0800 Subject: [PATCH] fix: render extension widgets next to the editor --- components/ChatWindow.tsx | 16 +++++++++++++--- 1 file changed, 13 insertions(+), 3 deletions(-) diff --git a/components/ChatWindow.tsx b/components/ChatWindow.tsx index 794a34cf3..63668cdd2 100644 --- a/components/ChatWindow.tsx +++ b/components/ChatWindow.tsx @@ -486,7 +486,9 @@ export function ChatWindow({ session, newSessionCwd, onAgentEnd, onSessionCreate + {chatInputElement} + ) : ( @@ -510,8 +512,6 @@ export function ChatWindow({ session, newSessionCwd, onAgentEnd, onSessionCreate
- - {(() => { const toolResultsMap = new Map(); for (const msg of messages) { @@ -746,10 +746,20 @@ export function ChatWindow({ session, newSessionCwd, onAgentEnd, onSessionCreate }} >
- +
{chatInputElement} +
+
+ +
+