Skip to content

Commit 5135282

Browse files
authored
Add max git status files to evals settings (#9322)
1 parent cbd26df commit 5135282

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/types/src/global-settings.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -345,6 +345,7 @@ export const EVALS_SETTINGS: RooCodeSettings = {
345345
rateLimitSeconds: 0,
346346
maxOpenTabsContext: 20,
347347
maxWorkspaceFiles: 200,
348+
maxGitStatusFiles: 20,
348349
showRooIgnoredFiles: true,
349350
maxReadFileLine: -1, // -1 to enable full file reading.
350351

0 commit comments

Comments
 (0)