mirror of
https://github.com/anomalyco/opencode.git
synced 2026-04-24 06:45:22 +00:00
cli: add empty lines around thinking output
This commit is contained in:
@@ -420,7 +420,9 @@ export const RunCommand = cmd({
|
||||
if (!text) continue
|
||||
const line = `Thinking: ${text}`
|
||||
if (process.stdout.isTTY) {
|
||||
UI.empty()
|
||||
UI.println(`\u001b[3m${line}\u001b[0m`)
|
||||
UI.empty()
|
||||
continue
|
||||
}
|
||||
process.stdout.write(line + EOL)
|
||||
|
||||
Reference in New Issue
Block a user