diff --git a/webview-ui/src/components/chat/ChatRow.tsx b/webview-ui/src/components/chat/ChatRow.tsx
index 749c19fe59..48a10e7e42 100644
--- a/webview-ui/src/components/chat/ChatRow.tsx
+++ b/webview-ui/src/components/chat/ChatRow.tsx
@@ -524,6 +524,20 @@ export const ChatRowContent = ({
: t("chat:fileOperations.wantsToRead")
: t("chat:fileOperations.didRead")}
+ {/* Add delete button for completed file reads when not streaming */}
+ {message.type === "say" && !isStreaming && (
+
+ )}