mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-08-28 05:27:24 +00:00
add header
This commit is contained in:
parent
65f7f350ea
commit
585023a667
1 changed files with 1 additions and 0 deletions
|
|
@ -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>
|
||||
)}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue