Skip to content

Commit 43bbf84

Browse files
committed
rateLimitSettings field def in GlobalSettingsRecord isn't needed for migration
1 parent fe01bcd commit 43bbf84

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

evals/packages/types/src/roo-code.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -518,7 +518,6 @@ export const globalSettingsSchema = z.object({
518518
terminalOutputLineLimit: z.number().optional(),
519519
terminalShellIntegrationTimeout: z.number().optional(),
520520

521-
rateLimitSeconds: z.number().optional(), // this can go away in a future major release
522521
diffEnabled: z.boolean().optional(),
523522
fuzzyMatchThreshold: z.number().optional(),
524523
experiments: experimentsSchema.optional(),
@@ -588,7 +587,6 @@ const globalSettingsRecord: GlobalSettingsRecord = {
588587
terminalOutputLineLimit: undefined,
589588
terminalShellIntegrationTimeout: undefined,
590589

591-
rateLimitSeconds: undefined,
592590
diffEnabled: undefined,
593591
fuzzyMatchThreshold: undefined,
594592
experiments: undefined,

0 commit comments

Comments
 (0)