From 609ab069a99d6832c03c5b7b0b88c14b240ba4f8 Mon Sep 17 00:00:00 2001 From: "Tommy D. Rossi" Date: Thu, 13 Nov 2025 17:02:10 +0100 Subject: Add scroll acceleration support to TUI (#4289) --- packages/sdk/js/src/gen/types.gen.ts | 9 +++++++++ 1 file changed, 9 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 3e64fc9a0..1d90fe106 100644 --- a/packages/sdk/js/src/gen/types.gen.ts +++ b/packages/sdk/js/src/gen/types.gen.ts @@ -301,6 +301,15 @@ export type Config = { * TUI scroll speed */ scroll_speed?: number + /** + * Scroll acceleration settings + */ + scroll_acceleration?: { + /** + * Enable scroll acceleration + */ + enabled: boolean + } } /** * Command configuration, see https://opencode.ai/docs/commands -- cgit v1.2.3