From cdc72750e4cf7738f6e886af35116d2178640bbf Mon Sep 17 00:00:00 2001 From: Matt Rubens Date: Sat, 22 Nov 2025 11:04:42 -0500 Subject: [PATCH] Show the prompt for image gen (#9505) --- webview-ui/src/components/chat/ChatRow.tsx | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/webview-ui/src/components/chat/ChatRow.tsx b/webview-ui/src/components/chat/ChatRow.tsx index f2b1dc0872..6479b5a581 100644 --- a/webview-ui/src/components/chat/ChatRow.tsx +++ b/webview-ui/src/components/chat/ChatRow.tsx @@ -1004,13 +1004,14 @@ export const ChatRowContent = ({ {message.type === "ask" && (
- + +
+
{tool.content}
+
+ {tool.path} +
+
+
)}