mirror of
https://github.com/anomalyco/opencode.git
synced 2026-05-22 11:55:46 +00:00
chore: generate
This commit is contained in:
@@ -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>
|
||||
)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user