@opencode-ai/sdk 1.0.61 → 1.0.63
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/gen/types.gen.d.ts +9 -0
- package/package.json +1 -1
package/dist/gen/types.gen.d.ts
CHANGED
|
@@ -281,6 +281,15 @@ export type Config = {
|
|
|
281
281
|
* TUI scroll speed
|
|
282
282
|
*/
|
|
283
283
|
scroll_speed?: number;
|
|
284
|
+
/**
|
|
285
|
+
* Scroll acceleration settings
|
|
286
|
+
*/
|
|
287
|
+
scroll_acceleration?: {
|
|
288
|
+
/**
|
|
289
|
+
* Enable scroll acceleration
|
|
290
|
+
*/
|
|
291
|
+
enabled: boolean;
|
|
292
|
+
};
|
|
284
293
|
};
|
|
285
294
|
/**
|
|
286
295
|
* Command configuration, see https://opencode.ai/docs/commands
|