Explorar o código

chore: generate

opencode-agent[bot] hai 3 meses
pai
achega
172fd971c5

+ 1 - 3
packages/opencode/src/cli/cmd/tui/feature-plugins/system/session-v2.tsx

@@ -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>
   )
 }