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

This commit is contained in:
Matt Rubens 2025-11-17 15:24:15 -05:00 committed by GitHub
parent cbd26dfeb9
commit 51352824b5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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.