Skip to content

Commit 55313fb

Browse files
committed
fix: update links in documentation for Concurrent File Reads and Footgun Prompting features
1 parent 42daa91 commit 55313fb

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

docs/advanced-usage/available-tools/read-file.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
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.
55

66
:::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.
88
:::
99

1010
---
@@ -25,7 +25,7 @@ While the single-file parameters (`path`, `start_line`, `end_line`) are still su
2525

2626
### Enhanced Format (Multi-File - Experimental)
2727

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:
2929

3030
- `args` (required): Container for multiple file specifications
3131
- `file` (required): Individual file specification
@@ -65,7 +65,7 @@ This tool reads the content of a specified file and returns it with line numbers
6565

6666
## Multi-File Capabilities (Experimental)
6767

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:
6969

7070
### Batch Processing
7171
- Read up to 100 files in a single request (configurable, default 15)
@@ -272,7 +272,7 @@ Error: Access denied by .rooignore rules
272272

273273
## Multi-File Examples (Experimental)
274274

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

277277
### Reading Multiple Complete Files
278278

docs/update-notes/v3.14.0.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ This release introduces Gemini prompt caching, improves several tools, and inclu
3232

3333
## Footgun Prompting
3434

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.
3636
* **Override Warning:** Roo Code now displays a warning indicator in the chat input when a system prompt override is active for the current mode.
3737

3838
<img src="/img/footgun-prompting/footgun-prompting-1.png" alt="Warning indicator for active system prompt override" width="600" />

docs/update-notes/v3.14.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666

6767
## Footgun Prompting
6868

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.
7070
* **Override Warning:** Roo Code now displays a warning indicator in the chat input when a system prompt override is active for the current mode.
7171

7272
<img src="/img/footgun-prompting/footgun-prompting-1.png" alt="Warning indicator for active system prompt override" width="600" />

0 commit comments

Comments
 (0)