Skip to content

Commit ec52beb

Browse files
committed
use 120 rows for terminal output
1 parent 7b75a33 commit ec52beb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/opencode/src/tool/bash.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -355,7 +355,7 @@ export const BashTool = Tool.define("bash", async () => {
355355
exit: proc.exitCode,
356356
description: params.description,
357357
},
358-
output: ptyToText(output),
358+
output: ptyToText(output, { rows: 120, cols: 256 }),
359359
}
360360
},
361361
}

0 commit comments

Comments
 (0)