cli: remove UI.empty() call from reasoning output

pull/11814/head
Dax Raad 2026-02-02 12:48:05 -05:00
parent 8047f2052a
commit 176f26850d
1 changed files with 0 additions and 1 deletions

View File

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