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/features/marketplace.mdx
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -64,14 +64,14 @@ When you install an item from the marketplace, you can choose to install it at t
64
64
-**Scope**: The item is only available within the current VS Code workspace (your project).
65
65
-**Configuration File**:
66
66
-**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.
68
68
-**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.
69
69
70
70
### Global Installation
71
71
-**Scope**: The item is available across all your VS Code workspaces.
72
72
-**Configuration File**:
73
73
-**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.
75
75
-**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.
Copy file name to clipboardExpand all lines: docs/update-notes/v3.20.0.mdx
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# Roo Code 3.20.0 Release Notes (2025-06-12)
2
2
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.
4
4
5
5
## MCP & Mode Marketplace (experimental)
6
6
@@ -17,27 +17,27 @@ We've introduced an experimental [Marketplace](/features/marketplace) for discov
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.
For more information, see the [documentation](/features/experimental/concurrent-file-edits). (thanks samhvw8!) ([#4608](https://github.com/RooCodeInc/Roo-Code/pull/4608))
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).
31
31
32
-
For more information, see the [documentation](/features/concurrent-file-reads). ([#4597](https://github.com/RooCodeInc/Roo-Code/pull/4597))
<imgsrc="/img/concurrent-file-reads/concurrent-file-reads-2.png"alt="Batch approval interface for reading multiple files"width="600" />
35
35
36
36
## Prompt History
37
37
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.
39
39
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))
Copy file name to clipboardExpand all lines: docs/update-notes/v3.20.mdx
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# Roo Code 3.20 Release Notes (2025-06-12)
2
2
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.
4
4
5
5
## MCP & Mode Marketplace (experimental)
6
6
@@ -17,27 +17,27 @@ We've introduced an experimental [Marketplace](/features/marketplace) for discov
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.
For more information, see the [documentation](/features/experimental/concurrent-file-edits). (thanks samhvw8!) ([#4608](https://github.com/RooCodeInc/Roo-Code/pull/4608))
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).
31
31
32
-
For more information, see the [documentation](/features/concurrent-file-reads). ([#4597](https://github.com/RooCodeInc/Roo-Code/pull/4597))
<imgsrc="/img/concurrent-file-reads/concurrent-file-reads-2.png"alt="Batch approval interface for reading multiple files"width="600" />
35
35
36
36
## Prompt History
37
37
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.
39
39
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))
0 commit comments