From 57644a4be8bdf65eb0563724a16ae384720459c6 Mon Sep 17 00:00:00 2001 From: Ariane Emory <97994360+ariane-emory@users.noreply.github.com> Date: Wed, 26 Nov 2025 00:34:58 -0500 Subject: feat: add a diff_style option to allow disabling columnar diffs (resolve #4677) (#4756) Co-authored-by: Dax Raad Co-authored-by: GitHub Action Co-authored-by: opencode-agent[bot] Co-authored-by: rekram1-node --- packages/sdk/js/src/gen/types.gen.ts | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'packages/sdk/js/src') diff --git a/packages/sdk/js/src/gen/types.gen.ts b/packages/sdk/js/src/gen/types.gen.ts index 7e211148f..4ec6b15df 100644 --- a/packages/sdk/js/src/gen/types.gen.ts +++ b/packages/sdk/js/src/gen/types.gen.ts @@ -1003,6 +1003,10 @@ export type Config = { */ enabled: boolean } + /** + * Control diff rendering style: 'auto' adapts to terminal width, 'stacked' always shows single column + */ + diff_style?: "auto" | "stacked" } /** * Command configuration, see https://opencode.ai/docs/commands -- cgit v1.2.3