Skip to content

Commit 7f0521f

Browse files
committed
fix: update documentation links and descriptions for modes and marketplace features
1 parent 032b04f commit 7f0521f

File tree

4 files changed

+17
-17
lines changed

4 files changed

+17
-17
lines changed

docs/basic-usage/using-modes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,4 +118,4 @@ Each tool group provides specific capabilities:
118118
- **`command`**: Terminal command execution
119119
- **`mcp`**: Model Context Protocol server interactions
120120

121-
For detailed information about available tools, see the [Available Tools documentation](/advanced-usage/available-tools).
121+
For detailed information about available tools, see the [Available Tools documentation](/advanced-usage/available-tools/tool-use-overview).

docs/features/marketplace.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,14 +64,14 @@ When you install an item from the marketplace, you can choose to install it at t
6464
- **Scope**: The item is only available within the current VS Code workspace (your project).
6565
- **Configuration File**:
6666
- **MCPs**: [`.roo/mcp.json`](/features/mcp/using-mcp-in-roo#configuring-mcp-servers) in the root of your project.
67-
- **Modes**: [`.roomodes`](/features/custom-modes#manual-configuration-yaml--json) in the root of your project.
67+
- **Modes**: [`.roomodes`](/features/custom-modes#manual-configuration-yaml-json) in the root of your project.
6868
- **Use Case**: This is useful when an item is specific to a particular project's needs or when you want to share a project-specific configuration with your team.
6969

7070
### Global Installation
7171
- **Scope**: The item is available across all your VS Code workspaces.
7272
- **Configuration File**:
7373
- **MCPs**: [`mcp_settings.json`](/features/mcp/using-mcp-in-roo#configuring-mcp-servers) in the Roo Code extension's global settings directory.
74-
- **Modes**: [`custom_modes.yaml`](/features/custom-modes#manual-configuration-yaml--json) in the Roo Code extension's global settings directory.
74+
- **Modes**: [`custom_modes.yaml`](/features/custom-modes#manual-configuration-yaml-json) in the Roo Code extension's global settings directory.
7575
- **Use Case**: This is ideal for items that you want to use in all your projects, such as a favorite Mode or a commonly used MCP.
7676

7777
---

docs/update-notes/v3.20.0.mdx

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Roo Code 3.20.0 Release Notes (2025-06-12)
22

3-
This release introduces the experimental Marketplace for extensions and modes, multi-file edits, and numerous other improvements and bug fixes.
3+
This release introduces the experimental Marketplace for extensions and modes, concurrent file edits and reads, and numerous other improvements and bug fixes.
44

55
## MCP & Mode Marketplace (experimental)
66

@@ -17,27 +17,27 @@ We've introduced an experimental [Marketplace](/features/marketplace) for discov
1717

1818
## Concurrent Edits (aka multi-file)(experimental)
1919

20-
You can now perform edits across multiple files at once, dramatically speeding up refactoring and multi-file changes. Instead of approving each file edit individually, you can review and approve all changes at once through a unified batch approval interface.
20+
You can now perform edits across multiple files at once, dramatically speeding up refactoring and multi-file changes. Instead of approving each file edit individually, you can review and approve all changes at once through a unified batch approval interface. Check out our [concurrent file edits documentation](/features/experimental/concurrent-file-edits) for more details.
2121

2222
**To enable:** Open Roo Code settings (gear icon) → Experimental Settings → Enable "Enable multi-file edits"
2323

24-
For more information, see the [documentation](/features/experimental/concurrent-file-edits). (thanks samhvw8!) ([#4608](https://github.com/RooCodeInc/Roo-Code/pull/4608))
24+
(thanks samhvw8!) ([#4608](https://github.com/RooCodeInc/Roo-Code/pull/4608))
2525

2626
<img src="/img/concurrent-file-edits/concurrent-file-edits-1.png" alt="Batch diff approval interface showing multiple file changes" width="600" />
2727

2828
## Concurrent Reads (aka multi-file)
2929

30-
The setting for concurrent reads has been moved to the context settings, with a default of 5. This feature allows Roo to read multiple files from your workspace in a single step, significantly improving efficiency when working on tasks that require context from several files.
30+
The setting for concurrent reads has been moved to the context settings, with a default of 5. This feature allows Roo to read multiple files from your workspace in a single step, significantly improving efficiency when working on tasks that require context from several files. Learn more in our [concurrent file reads documentation](/features/concurrent-file-reads).
3131

32-
For more information, see the [documentation](/features/concurrent-file-reads). ([#4597](https://github.com/RooCodeInc/Roo-Code/pull/4597))
32+
([#4597](https://github.com/RooCodeInc/Roo-Code/pull/4597))
3333

3434
<img src="/img/concurrent-file-reads/concurrent-file-reads-2.png" alt="Batch approval interface for reading multiple files" width="600" />
3535

3636
## Prompt History
3737

38-
Navigate your prompt history with a terminal-like experience using the arrow keys. This feature makes it easy to reuse and refine previous prompts, whether from your current conversation or past tasks.
38+
Navigate your prompt history with a terminal-like experience using the arrow keys. This feature makes it easy to reuse and refine previous prompts, whether from your current conversation or past tasks. See our [keyboard shortcuts documentation](/features/keyboard-shortcuts#command-line-style-prompt-history-navigation) for usage details.
3939

40-
For more information, see the [documentation](/features/keyboard-shortcuts#command-line-style-prompt-history-navigation). ([#4580](https://github.com/RooCodeInc/Roo-Code/pull/4580))
40+
([#4580](https://github.com/RooCodeInc/Roo-Code/pull/4580))
4141

4242
## QOL Improvements
4343

docs/update-notes/v3.20.mdx

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Roo Code 3.20 Release Notes (2025-06-12)
22

3-
This release introduces the experimental Marketplace for extensions and modes, multi-file edits, and numerous other improvements and bug fixes.
3+
This release introduces the experimental Marketplace for extensions and modes, concurrent file edits and reads, and numerous other improvements and bug fixes.
44

55
## MCP & Mode Marketplace (experimental)
66

@@ -17,27 +17,27 @@ We've introduced an experimental [Marketplace](/features/marketplace) for discov
1717

1818
## Concurrent Edits (aka multi-file)(experimental)
1919

20-
You can now perform edits across multiple files at once, dramatically speeding up refactoring and multi-file changes. Instead of approving each file edit individually, you can review and approve all changes at once through a unified batch approval interface.
20+
You can now perform edits across multiple files at once, dramatically speeding up refactoring and multi-file changes. Instead of approving each file edit individually, you can review and approve all changes at once through a unified batch approval interface. Check out our [concurrent file edits documentation](/features/experimental/concurrent-file-edits) for more details.
2121

2222
**To enable:** Open Roo Code settings (gear icon) → Experimental Settings → Enable "Enable multi-file edits"
2323

24-
For more information, see the [documentation](/features/experimental/concurrent-file-edits). (thanks samhvw8!) ([#4608](https://github.com/RooCodeInc/Roo-Code/pull/4608))
24+
(thanks samhvw8!) ([#4608](https://github.com/RooCodeInc/Roo-Code/pull/4608))
2525

2626
<img src="/img/concurrent-file-edits/concurrent-file-edits-1.png" alt="Batch diff approval interface showing multiple file changes" width="600" />
2727

2828
## Concurrent Reads (aka multi-file)
2929

30-
The setting for concurrent reads has been moved to the context settings, with a default of 5. This feature allows Roo to read multiple files from your workspace in a single step, significantly improving efficiency when working on tasks that require context from several files.
30+
The setting for concurrent reads has been moved to the context settings, with a default of 5. This feature allows Roo to read multiple files from your workspace in a single step, significantly improving efficiency when working on tasks that require context from several files. Learn more in our [concurrent file reads documentation](/features/concurrent-file-reads).
3131

32-
For more information, see the [documentation](/features/concurrent-file-reads). ([#4597](https://github.com/RooCodeInc/Roo-Code/pull/4597))
32+
([#4597](https://github.com/RooCodeInc/Roo-Code/pull/4597))
3333

3434
<img src="/img/concurrent-file-reads/concurrent-file-reads-2.png" alt="Batch approval interface for reading multiple files" width="600" />
3535

3636
## Prompt History
3737

38-
Navigate your prompt history with a terminal-like experience using the arrow keys. This feature makes it easy to reuse and refine previous prompts, whether from your current conversation or past tasks.
38+
Navigate your prompt history with a terminal-like experience using the arrow keys. This feature makes it easy to reuse and refine previous prompts, whether from your current conversation or past tasks. See our [keyboard shortcuts documentation](/features/keyboard-shortcuts#command-line-style-prompt-history-navigation) for usage details.
3939

40-
For more information, see the [documentation](/features/keyboard-shortcuts#command-line-style-prompt-history-navigation). ([#4580](https://github.com/RooCodeInc/Roo-Code/pull/4580))
40+
([#4580](https://github.com/RooCodeInc/Roo-Code/pull/4580))
4141

4242
## QOL Improvements
4343

0 commit comments

Comments
 (0)