diff --git a/packages/opencode/src/cli/cmd/tui/feature-plugins/system/session-v2.tsx b/packages/opencode/src/cli/cmd/tui/feature-plugins/system/session-v2.tsx index ef0521fc13..7f316c4908 100644 --- a/packages/opencode/src/cli/cmd/tui/feature-plugins/system/session-v2.tsx +++ b/packages/opencode/src/cli/cmd/tui/feature-plugins/system/session-v2.tsx @@ -442,9 +442,7 @@ function CollapsedReasoningText(props: { title: string | null }) { return ( - - {props.title ? "+ Thought: " + props.title : "+ Thought"} - + {props.title ? "+ Thought: " + props.title : "+ Thought"} ) }