Skip to content

Commit 6732a97

Browse files
committed
Clarify that the default not the max is 15 files
1 parent 8d2eeda commit 6732a97

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

webview-ui/src/i18n/locales/en/settings.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -487,7 +487,7 @@
487487
},
488488
"CONCURRENT_FILE_READS": {
489489
"name": "Enable concurrent file reads",
490-
"description": "When enabled, Roo can read multiple files in a single request (up to 15 files). When disabled, Roo must read files one at a time. Disabling this can help when working with less capable models or when you want more control over file access."
490+
"description": "When enabled, Roo can read multiple files in a single request (default: 15 files). When disabled, Roo must read files one at a time. Disabling this can help when working with less capable models or when you want more control over file access."
491491
},
492492
"MULTI_SEARCH_AND_REPLACE": {
493493
"name": "Use experimental multi block diff tool",

0 commit comments

Comments
 (0)