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 }