mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-08-28 05:27:24 +00:00
Add max git status files to evals settings (#9322)
This commit is contained in:
parent
cbd26dfeb9
commit
51352824b5
1 changed files with 1 additions and 0 deletions
|
|
@ -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.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue