diff --git a/packages/opencode/src/cli/cmd/run.ts b/packages/opencode/src/cli/cmd/run.ts index 7a54c1e782..0a93637dec 100644 --- a/packages/opencode/src/cli/cmd/run.ts +++ b/packages/opencode/src/cli/cmd/run.ts @@ -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 }