chore: generate

This commit is contained in:
opencode-agent[bot] 2026-05-21 01:53:45 +00:00
parent 8bfa188e07
commit 172fd971c5

View file

@ -442,9 +442,7 @@ function CollapsedReasoningText(props: { title: string | null }) {
return (
<text fg={theme.warning} wrapMode="none">
<span style={{ fg: theme.warning, italic: true }}>
{props.title ? "+ Thought: " + props.title : "+ Thought"}
</span>
<span style={{ fg: theme.warning, italic: true }}>{props.title ? "+ Thought: " + props.title : "+ Thought"}</span>
</text>
)
}