Browse Source

Add max git status files to evals settings (#9322)

Matt Rubens 1 month ago
parent
commit
51352824b5
1 changed files with 1 additions and 0 deletions
  1. 1 0
      packages/types/src/global-settings.ts

+ 1 - 0
packages/types/src/global-settings.ts

@@ -345,6 +345,7 @@ export const EVALS_SETTINGS: RooCodeSettings = {
 	rateLimitSeconds: 0,
 	maxOpenTabsContext: 20,
 	maxWorkspaceFiles: 200,
+	maxGitStatusFiles: 20,
 	showRooIgnoredFiles: true,
 	maxReadFileLine: -1, // -1 to enable full file reading.