cli: remove UI.empty() call from reasoning output
parent
8047f2052a
commit
176f26850d
|
|
@ -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
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue