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 673567c commit 1e3c88fCopy full SHA for 1e3c88f
packages/types/src/global-settings.ts
@@ -139,7 +139,6 @@ export const globalSettingsSchema = z.object({
139
diagnosticsEnabled: z.boolean().optional(),
140
141
rateLimitSeconds: z.number().optional(),
142
- rateLimitAfter: z.boolean().optional(), // kilocode_change
143
diffEnabled: z.boolean().optional(),
144
fuzzyMatchThreshold: z.number().optional(),
145
experiments: experimentsSchema.optional(),
0 commit comments