From 585023a667fc93e6da592c4e4bdbb868f4c3850c Mon Sep 17 00:00:00 2001 From: Canyon Robins Date: Mon, 19 May 2025 18:50:40 -0700 Subject: [PATCH] add header --- webview-ui/src/components/chat/ContextCondenseRow.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/webview-ui/src/components/chat/ContextCondenseRow.tsx b/webview-ui/src/components/chat/ContextCondenseRow.tsx index 3aa4dd0239..ea383139b3 100644 --- a/webview-ui/src/components/chat/ContextCondenseRow.tsx +++ b/webview-ui/src/components/chat/ContextCondenseRow.tsx @@ -37,6 +37,7 @@ const ContextCondenseRow = ({ contextCondense }: ContextCondenseRowProps) => { {isExpanded && (
+

Conversation Summary

{summary}
)}