From 7c121d48b99e2939c344141635dd4eaa99db9cf9 Mon Sep 17 00:00:00 2001 From: "opencode-agent[bot]" Date: Wed, 20 May 2026 20:56:18 +0000 Subject: [PATCH] chore: generate --- .../tui/feature-plugins/system/session-v2.tsx | 19 +++++-------------- .../src/cli/cmd/tui/routes/session/index.tsx | 16 ++-------------- 2 files changed, 7 insertions(+), 28 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 e08e15aaa6..9504a01275 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 @@ -410,13 +410,7 @@ function AssistantReasoning(props: { - + - + @@ -453,7 +442,9 @@ function CollapsedReasoningText(props: { title: string | null }) { return ( - {props.title ? "+ Thought · " + props.title : "+ Thought"} + + {props.title ? "+ Thought · " + props.title : "+ Thought"} + ) } diff --git a/packages/opencode/src/cli/cmd/tui/routes/session/index.tsx b/packages/opencode/src/cli/cmd/tui/routes/session/index.tsx index 154bc5c004..c3b57c0f5c 100644 --- a/packages/opencode/src/cli/cmd/tui/routes/session/index.tsx +++ b/packages/opencode/src/cli/cmd/tui/routes/session/index.tsx @@ -1531,13 +1531,7 @@ function ReasoningPart(props: { last: boolean; part: ReasoningPart; message: Ass {/* Full markdown block: `show` mode, or `hide` after the user opens it. */} - + - +