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/custom-modes.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
@@ -661,5 +661,5 @@ In addition to mode-specific rules directories, there's also a generic `.roo/rul
661
661
-**Invalid regex patterns:** If your `fileRegex` pattern is invalid, you'll receive an error message. Test your patterns using online regex testers before applying them.
662
662
-**Precedence confusion:** Remember that project modes completely override global modes with the same slug - no properties are merged.
663
663
664
-
## Community Gallery
665
-
Ready to explore more? Check out the [Custom Modes Gallery](/community/#custom-modes-gallery) section on the main community page to discover and share custom modes created by the community!
664
+
## Community Resources
665
+
Ready to explore more? Check out the [Community Projects](/community) page to discover tools and projects that extend Roo Code's capabilities, including sophisticated custom mode collections like [Roo Commander](/community/roo-commander) and [Maestro](/community/maestro).
Copy file name to clipboardExpand all lines: docs/features/experimental/experimental-features.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
@@ -34,7 +34,7 @@ The following experimental features are currently available:
34
34
35
35
-[Concurrent File Edits](/features/experimental/concurrent-file-edits) - Edit multiple files in a single operation
36
36
-[Power Steering](/features/experimental/power-steering) - Enhanced consistency in AI responses
37
-
-[Prevent Editor Focus Disruption](/features/experimental/prevent-editor-focus-disruption) - Work uninterrupted while Roo edits files in the background
37
+
-[Background Editing](/features/experimental/background-editing) - Work uninterrupted while Roo edits files in the background
Copy file name to clipboardExpand all lines: docs/update-notes/v3.25.0.mdx
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -26,7 +26,7 @@ Create your own slash commands to automate repetitive workflows ([#6263](https:/
26
26
27
27
Turn complex workflows into simple commands like `/deploy` or `/review` for faster development.
28
28
29
-
> **📚 Documentation**: See [Slash Commands Guide](/docs/features/slash-commands) for detailed usage instructions.
29
+
> **📚 Documentation**: See [Slash Commands Guide](/features/slash-commands) for detailed usage instructions.
30
30
31
31
## Message Queueing
32
32
@@ -39,11 +39,11 @@ Continue typing while Roo processes your requests with the new message queueing
39
39
40
40
Keeps your workflow smooth when you have multiple quick questions or corrections.
41
41
42
-
> **📚 Documentation**: See [Message Queueing Guide](/docs/features/message-queueing) for detailed information.
42
+
> **📚 Documentation**: See [Message Queueing Guide](/features/message-queueing) for detailed information.
43
43
44
44
## Image Support for read_file Tool
45
45
46
-
The [`read_file`](/docs/advanced-usage/available-tools#read_file) tool now supports reading and analyzing images (thanks samhvw8!) ([#5172](https://github.com/RooCodeInc/Roo-Code/pull/5172)):
46
+
The [`read_file`](/advanced-usage/available-tools/read-file) tool now supports reading and analyzing images (thanks samhvw8!) ([#5172](https://github.com/RooCodeInc/Roo-Code/pull/5172)):
-**OCR Capabilities**: Extract text from screenshots and scanned documents
@@ -63,7 +63,7 @@ Gemini models can now access web content and perform Google searches for more ac
63
63
64
64
Perfect for researching new libraries, verifying solutions, or getting current API information.
65
65
66
-
> **📚 Documentation**: See [Gemini Provider Guide](/docs/providers/gemini) for setup and usage instructions.
66
+
> **📚 Documentation**: See [Gemini Provider Guide](/providers/gemini) for setup and usage instructions.
67
67
68
68
## Quality of Life Improvements
69
69
@@ -86,7 +86,7 @@ Critical fixes that improve stability and compatibility:
86
86
***Multi-file Edit Fix**: Fixed issue where Git diff views interfered with file operations (thanks hassoncs, szermatt!) ([#6350](https://github.com/RooCodeInc/Roo-Code/pull/6350))
87
87
***Non-QWERTY Keyboard Support**: Fixed keyboard shortcuts for Dvorak, AZERTY, and other layouts (thanks shlgug!) ([#6162](https://github.com/RooCodeInc/Roo-Code/pull/6162))
***Hidden Directory Support**: [`list_files`](/docs/advanced-usage/available-tools#list_files) now properly shows contents of dot directories (thanks MuriloFP, avtc, zhang157686!) ([#5176](https://github.com/RooCodeInc/Roo-Code/pull/5176))
89
+
***Hidden Directory Support**: [`list_files`](/advanced-usage/available-tools/list-files) now properly shows contents of dot directories (thanks MuriloFP, avtc, zhang157686!) ([#5176](https://github.com/RooCodeInc/Roo-Code/pull/5176))
90
90
***Scrollbar Stability**: Fixed flickering scrollbar when streaming tables and code blocks ([#6266](https://github.com/RooCodeInc/Roo-Code/pull/6266))
91
91
***Settings Link Fix**: Restored working "View Settings" link in command permissions tooltip ([#6253](https://github.com/RooCodeInc/Roo-Code/pull/6253))
92
92
***@mention Parsing**: Fixed mentions to work in all input contexts including follow-up questions ([#6331](https://github.com/RooCodeInc/Roo-Code/pull/6331))
@@ -101,7 +101,7 @@ Critical fixes that improve stability and compatibility:
101
101
102
102
## Misc. Improvements
103
103
104
-
***Background Editing (Experimental)**: Work uninterrupted while Roo edits files in the background—no more losing focus from automatic diff views ([#6214](https://github.com/RooCodeInc/Roo-Code/pull/6214)). Files change silently while you keep coding, with diagnostics and error checking still active. See [Background Editing](/docs/features/experimental/background-editing) for details.
104
+
***Background Editing (Experimental)**: Work uninterrupted while Roo edits files in the background—no more losing focus from automatic diff views ([#6214](https://github.com/RooCodeInc/Roo-Code/pull/6214)). Files change silently while you keep coding, with diagnostics and error checking still active. See [Background Editing](/features/experimental/background-editing) for details.
105
105
***Security Update**: Updated form-data dependency to address security vulnerability ([#6332](https://github.com/RooCodeInc/Roo-Code/pull/6332))
106
106
***Contributor Updates**: Refreshed contributor acknowledgments across all localizations ([#6302](https://github.com/RooCodeInc/Roo-Code/pull/6302))
107
107
***Release Engineering**: Converted release engineer role to slash command for easier releases ([#6333](https://github.com/RooCodeInc/Roo-Code/pull/6333))
Copy file name to clipboardExpand all lines: docs/update-notes/v3.25.mdx
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -28,7 +28,7 @@ Create your own slash commands to automate repetitive workflows ([#6263](https:/
28
28
29
29
Turn complex workflows into simple commands like `/deploy` or `/review` for faster development.
30
30
31
-
> **📚 Documentation**: See [Slash Commands Guide](/docs/features/slash-commands) for detailed usage instructions.
31
+
> **📚 Documentation**: See [Slash Commands Guide](/features/slash-commands) for detailed usage instructions.
32
32
33
33
### Message Queueing
34
34
@@ -41,11 +41,11 @@ Continue typing while Roo processes your requests with the new message queueing
41
41
42
42
Keeps your workflow smooth when you have multiple quick questions or corrections.
43
43
44
-
> **📚 Documentation**: See [Message Queueing Guide](/docs/features/message-queueing) for detailed information.
44
+
> **📚 Documentation**: See [Message Queueing Guide](/features/message-queueing) for detailed information.
45
45
46
46
### Image Support for read_file Tool
47
47
48
-
The [`read_file`](/docs/advanced-usage/available-tools#read_file) tool now supports reading and analyzing images (thanks samhvw8!) ([#5172](https://github.com/RooCodeInc/Roo-Code/pull/5172)):
48
+
The [`read_file`](/advanced-usage/available-tools/read-file) tool now supports reading and analyzing images (thanks samhvw8!) ([#5172](https://github.com/RooCodeInc/Roo-Code/pull/5172)):
-**OCR Capabilities**: Extract text from screenshots and scanned documents
@@ -65,7 +65,7 @@ Gemini models can now access web content and perform Google searches for more ac
65
65
66
66
Perfect for researching new libraries, verifying solutions, or getting current API information.
67
67
68
-
> **📚 Documentation**: See [Gemini Provider Guide](/docs/providers/gemini) for setup and usage instructions.
68
+
> **📚 Documentation**: See [Gemini Provider Guide](/providers/gemini) for setup and usage instructions.
69
69
70
70
### Quality of Life Improvements
71
71
@@ -88,7 +88,7 @@ Critical fixes that improve stability and compatibility:
88
88
***Multi-file Edit Fix**: Fixed issue where Git diff views interfered with file operations (thanks hassoncs, szermatt!) ([#6350](https://github.com/RooCodeInc/Roo-Code/pull/6350))
89
89
***Non-QWERTY Keyboard Support**: Fixed keyboard shortcuts for Dvorak, AZERTY, and other layouts (thanks shlgug!) ([#6162](https://github.com/RooCodeInc/Roo-Code/pull/6162))
***Hidden Directory Support**: [`list_files`](/docs/advanced-usage/available-tools#list_files) now properly shows contents of dot directories (thanks MuriloFP, avtc, zhang157686!) ([#5176](https://github.com/RooCodeInc/Roo-Code/pull/5176))
91
+
***Hidden Directory Support**: [`list_files`](/advanced-usage/available-tools/list-files) now properly shows contents of dot directories (thanks MuriloFP, avtc, zhang157686!) ([#5176](https://github.com/RooCodeInc/Roo-Code/pull/5176))
92
92
***Scrollbar Stability**: Fixed flickering scrollbar when streaming tables and code blocks ([#6266](https://github.com/RooCodeInc/Roo-Code/pull/6266))
93
93
***Settings Link Fix**: Restored working "View Settings" link in command permissions tooltip ([#6253](https://github.com/RooCodeInc/Roo-Code/pull/6253))
94
94
***@mention Parsing**: Fixed mentions to work in all input contexts including follow-up questions ([#6331](https://github.com/RooCodeInc/Roo-Code/pull/6331))
@@ -103,7 +103,7 @@ Critical fixes that improve stability and compatibility:
103
103
104
104
### Misc. Improvements
105
105
106
-
***Background Editing (Experimental)**: Work uninterrupted while Roo edits files in the background—no more losing focus from automatic diff views ([#6214](https://github.com/RooCodeInc/Roo-Code/pull/6214)). Files change silently while you keep coding, with diagnostics and error checking still active. See [Background Editing](/docs/features/experimental/background-editing) for details.
106
+
***Background Editing (Experimental)**: Work uninterrupted while Roo edits files in the background—no more losing focus from automatic diff views ([#6214](https://github.com/RooCodeInc/Roo-Code/pull/6214)). Files change silently while you keep coding, with diagnostics and error checking still active. See [Background Editing](/features/experimental/background-editing) for details.
107
107
***Security Update**: Updated form-data dependency to address security vulnerability ([#6332](https://github.com/RooCodeInc/Roo-Code/pull/6332))
108
108
***Contributor Updates**: Refreshed contributor acknowledgments across all localizations ([#6302](https://github.com/RooCodeInc/Roo-Code/pull/6302))
109
109
***Release Engineering**: Converted release engineer role to slash command for easier releases ([#6333](https://github.com/RooCodeInc/Roo-Code/pull/6333))
0 commit comments