You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/advanced-usage/available-tools/read-file.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@
4
4
The `read_file` tool examines the contents of files in a project. It allows Roo to understand code, configuration files, and documentation to provide better assistance.
5
5
6
6
:::info Multi-File Support
7
-
When the [Concurrent File Reads](/features/experimental/concurrent-file-reads) experimental feature is enabled, this tool can read multiple files simultaneously using an enhanced XML parameter format. This significantly improves efficiency for tasks requiring analysis of multiple related files.
7
+
When the [Concurrent File Reads](/features/concurrent-file-reads) experimental feature is enabled, this tool can read multiple files simultaneously using an enhanced XML parameter format. This significantly improves efficiency for tasks requiring analysis of multiple related files.
8
8
:::
9
9
10
10
---
@@ -25,7 +25,7 @@ While the single-file parameters (`path`, `start_line`, `end_line`) are still su
25
25
26
26
### Enhanced Format (Multi-File - Experimental)
27
27
28
-
When [Concurrent File Reads](/features/experimental/concurrent-file-reads) is enabled, the tool accepts an `args` parameter containing multiple file entries:
28
+
When [Concurrent File Reads](/features/concurrent-file-reads) is enabled, the tool accepts an `args` parameter containing multiple file entries:
29
29
30
30
-`args` (required): Container for multiple file specifications
31
31
-`file` (required): Individual file specification
@@ -65,7 +65,7 @@ This tool reads the content of a specified file and returns it with line numbers
65
65
66
66
## Multi-File Capabilities (Experimental)
67
67
68
-
When the [Concurrent File Reads](/features/experimental/concurrent-file-reads) experimental feature is enabled, the `read_file` tool gains enhanced capabilities:
68
+
When the [Concurrent File Reads](/features/concurrent-file-reads) experimental feature is enabled, the `read_file` tool gains enhanced capabilities:
69
69
70
70
### Batch Processing
71
71
- Read up to 100 files in a single request (configurable, default 15)
@@ -272,7 +272,7 @@ Error: Access denied by .rooignore rules
272
272
273
273
## Multi-File Examples (Experimental)
274
274
275
-
When the [Concurrent File Reads](/features/experimental/concurrent-file-reads) experimental feature is enabled, you can read multiple files simultaneously using the enhanced XML format.
275
+
When the [Concurrent File Reads](/features/concurrent-file-reads) experimental feature is enabled, you can read multiple files simultaneously using the enhanced XML format.
Copy file name to clipboardExpand all lines: docs/update-notes/v3.14.0.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -32,7 +32,7 @@ This release introduces Gemini prompt caching, improves several tools, and inclu
32
32
33
33
## Footgun Prompting
34
34
35
-
***Context Variables:** Added the ability to interpolate context variables (`{{workspace}}`, `{{mode}}`, `{{language}}`, `{{shell}}`, `{{operatingSystem}}`) into custom system prompt override files, allowing for more dynamic prompts (thanks daniel-lxs!). See the [Footgun Prompting documentation](/features/footgun-prompting#using-context-variables) for details.
35
+
***Context Variables:** Added the ability to interpolate context variables (`{{workspace}}`, `{{mode}}`, `{{language}}`, `{{shell}}`, `{{operatingSystem}}`) into custom system prompt override files, allowing for more dynamic prompts (thanks daniel-lxs!). See the [Footgun Prompting documentation](/advanced-usage/footgun-prompting#using-context-variables) for details.
36
36
***Override Warning:** Roo Code now displays a warning indicator in the chat input when a system prompt override is active for the current mode.
37
37
38
38
<imgsrc="/img/footgun-prompting/footgun-prompting-1.png"alt="Warning indicator for active system prompt override"width="600" />
Copy file name to clipboardExpand all lines: docs/update-notes/v3.14.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -66,7 +66,7 @@
66
66
67
67
## Footgun Prompting
68
68
69
-
***Context Variables:** Added the ability to interpolate context variables (`{{workspace}}`, `{{mode}}`, `{{language}}`, `{{shell}}`, `{{operatingSystem}}`) into custom system prompt override files, allowing for more dynamic prompts (thanks daniel-lxs!). See the [Footgun Prompting documentation](/features/footgun-prompting#using-context-variables) for details.
69
+
***Context Variables:** Added the ability to interpolate context variables (`{{workspace}}`, `{{mode}}`, `{{language}}`, `{{shell}}`, `{{operatingSystem}}`) into custom system prompt override files, allowing for more dynamic prompts (thanks daniel-lxs!). See the [Footgun Prompting documentation](/advanced-usage/footgun-prompting#using-context-variables) for details.
70
70
***Override Warning:** Roo Code now displays a warning indicator in the chat input when a system prompt override is active for the current mode.
71
71
72
72
<imgsrc="/img/footgun-prompting/footgun-prompting-1.png"alt="Warning indicator for active system prompt override"width="600" />
0 commit comments