diff --git a/packages/opencode/src/cli/cmd/run/scrollback.shared.ts b/packages/opencode/src/cli/cmd/run/scrollback.shared.ts index 57af8cde48..fc040536e9 100644 --- a/packages/opencode/src/cli/cmd/run/scrollback.shared.ts +++ b/packages/opencode/src/cli/cmd/run/scrollback.shared.ts @@ -22,7 +22,7 @@ export function entryLook(commit: StreamCommit, theme: RunEntryTheme): { fg: Col if (commit.kind === "user") { return { fg: theme.user.body, - attrs: TextAttributes.BOLD, + //attrs: TextAttributes.BOLD, } }