Skip to content

Commit 585023a

Browse files
committed
add header
1 parent 65f7f35 commit 585023a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

webview-ui/src/components/chat/ContextCondenseRow.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ const ContextCondenseRow = ({ contextCondense }: ContextCondenseRowProps) => {
3737

3838
{isExpanded && (
3939
<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>
4041
{summary}
4142
</div>
4243
)}

0 commit comments

Comments
 (0)