add header

This commit is contained in:
Canyon Robins 2025-05-19 18:50:40 -07:00
parent 65f7f350ea
commit 585023a667

View file

@ -37,6 +37,7 @@ const ContextCondenseRow = ({ contextCondense }: ContextCondenseRowProps) => {
{isExpanded && (
<div className="mt-2 ml-6 p-3 bg-vscode-editor-background rounded text-vscode-foreground text-sm">
<h3 className="font-bold mb-2">Conversation Summary</h3>
{summary}
</div>
)}