From 172fd971c53764804e4dc04cabf7419b06a08bd8 Mon Sep 17 00:00:00 2001 From: "opencode-agent[bot]" Date: Thu, 21 May 2026 01:53:45 +0000 Subject: [PATCH] chore: generate --- .../src/cli/cmd/tui/feature-plugins/system/session-v2.tsx | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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"} ) }