mirror of
https://github.com/anomalyco/opencode.git
synced 2026-05-24 05:35:15 +00:00
cli: remove UI.empty() call from reasoning output
This commit is contained in:
parent
8047f2052a
commit
176f26850d
1 changed files with 0 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue