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 8c48cb8 commit 43dc92fCopy full SHA for 43dc92f
packages/types/src/global-settings.ts
@@ -80,6 +80,9 @@ export const globalSettingsSchema = z.object({
80
81
rateLimitSeconds: z.number().optional(),
82
diffEnabled: z.boolean().optional(),
83
+ diffViewAutoFocus: z.boolean().optional(),
84
+ autoCloseRooTabs: z.boolean().optional(),
85
+ autoCloseAllRooTabs: z.boolean().optional(),
86
fuzzyMatchThreshold: z.number().optional(),
87
experiments: experimentsSchema.optional(),
88
@@ -164,6 +167,9 @@ export const GLOBAL_SETTINGS_KEYS = keysOf<GlobalSettings>()([
164
167
165
168
"rateLimitSeconds",
166
169
"diffEnabled",
170
+ "diffViewAutoFocus",
171
+ "autoCloseRooTabs",
172
+ "autoCloseAllRooTabs",
173
"fuzzyMatchThreshold",
174
"experiments",
175
0 commit comments