mirror of
https://github.com/anomalyco/opencode.git
synced 2026-04-24 06:45:22 +00:00
cli: remove ANSI formatting from reasoning output
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user