diff --git a/packages/opencode/src/cli/cmd/run.ts b/packages/opencode/src/cli/cmd/run.ts index f6ff952f3e..a1765ee5b9 100644 --- a/packages/opencode/src/cli/cmd/run.ts +++ b/packages/opencode/src/cli/cmd/run.ts @@ -410,7 +410,7 @@ export const RunCommand = cmd({ continue } UI.empty() - UI.println(part.text) + UI.println(part.text.trim()) UI.empty() }