From 176f26850d4a25777479eb29cea7084b707e1c83 Mon Sep 17 00:00:00 2001 From: Dax Raad Date: Mon, 2 Feb 2026 12:48:05 -0500 Subject: [PATCH] cli: remove UI.empty() call from reasoning output --- packages/opencode/src/cli/cmd/run.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/packages/opencode/src/cli/cmd/run.ts b/packages/opencode/src/cli/cmd/run.ts index 3208520fc0..5e9dd77feb 100644 --- a/packages/opencode/src/cli/cmd/run.ts +++ b/packages/opencode/src/cli/cmd/run.ts @@ -420,7 +420,6 @@ export const RunCommand = cmd({ if (!text) continue const line = `Thinking: ${text}` if (process.stdout.isTTY) { - UI.empty() UI.println(`\u001b[3m${line}\u001b[0m`) continue }