cli: remove ANSI formatting from reasoning output
parent
38efdf82a1
commit
1c07b14545
|
|
@ -421,7 +421,7 @@ export const RunCommand = cmd({
|
|||
const line = `Thinking: ${text}`
|
||||
if (process.stdout.isTTY) {
|
||||
UI.empty()
|
||||
UI.println(`\u001b[3m${line}\u001b[0m`)
|
||||
UI.println(line)
|
||||
UI.empty()
|
||||
continue
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue