@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.
@@ -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
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$schema": "https://json.schemastore.org/package.json",
3
3
  "name": "@opencode-ai/sdk",
4
- "version": "1.0.61",
4
+ "version": "1.0.63",
5
5
  "type": "module",
6
6
  "scripts": {
7
7
  "typecheck": "tsgo --noEmit",