We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a10fd8c commit e4ab48cCopy full SHA for e4ab48c
packages/opencode/src/config/config.ts
@@ -437,7 +437,7 @@ export namespace Config {
437
})
438
439
export const TUI = z.object({
440
- scroll_speed: z.number().positive().optional().default(1).describe("TUI scroll speed"),
+ scroll_speed: z.number().min(0.001).optional().default(1).describe("TUI scroll speed"),
441
scroll_acceleration: z
442
.object({
443
enabled: z.boolean().describe("Enable scroll acceleration"),
packages/plugin/package.json
@@ -24,4 +24,4 @@
24
"typescript": "catalog:",
25
"@typescript/native-preview": "catalog:"
26
}
27
-}
+}
packages/sdk/js/package.json
@@ -26,4 +26,4 @@
"publishConfig": {
"directory": "dist"
28
29
0 commit comments