We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 65f7f35 commit 585023aCopy full SHA for 585023a
webview-ui/src/components/chat/ContextCondenseRow.tsx
@@ -37,6 +37,7 @@ const ContextCondenseRow = ({ contextCondense }: ContextCondenseRowProps) => {
37
38
{isExpanded && (
39
<div className="mt-2 ml-6 p-3 bg-vscode-editor-background rounded text-vscode-foreground text-sm">
40
+ <h3 className="font-bold mb-2">Conversation Summary</h3>
41
{summary}
42
</div>
43
)}
0 commit comments