Skip to content

Commit 0cf3874

Browse files
authored
Update custom-modes.md with .roomodes (#107)
- Replace outdated global mode configuration language
1 parent ebf1f7a commit 0cf3874

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/features/custom-modes.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ Note: If both `.clinerules-{mode-slug}` and the `customInstructions` property ex
118118
Mode configurations are applied in this order:
119119

120120
1. Project-level mode configurations (from `.roomodes`)
121-
2. Global mode configurations (from `cline_custom_modes.json`)
121+
2. Global mode configurations (from `custom_modes.json`)
122122
3. Default mode configurations
123123

124124
This means that project-specific configurations will override global configurations, which in turn override default configurations.
@@ -152,7 +152,7 @@ You can find this setting within the prompt settings by clicking the <Codicon na
152152

153153
* **Name:** Enter a display name for the mode
154154
* **Slug:** Enter a lowercase identifier (letters, numbers, and hyphens only)
155-
* **Save Location:** Choose Global (via `cline_custom_modes.json`, available across all workspaces) or Project-specific (via `.roomodes` file in project root)
155+
* **Save Location:** Choose Global (via `custom_modes.json`, available across all workspaces) or Project-specific (via `.roomodes` file in project root)
156156
* **Role Definition:** Define Roo's expertise and personality for this mode (appears at the start of the system prompt)
157157
* **Available Tools:** Select which tools this mode can use
158158
* **Custom Instructions:** (Optional) Add behavioral guidelines specific to this mode (appears at the end of the system prompt)
@@ -169,7 +169,7 @@ Both global and project-specific configurations can be edited through the Prompt
169169
1. **Open Prompts Tab:** Click the <Codicon name="notebook" /> icon in the Roo Code top menu bar
170170
2. **Access Settings Menu:** Click the <Codicon name="bracket" /> button to the right of the Modes heading
171171
3. **Choose Configuration:**
172-
* Select "Edit Global Modes" to edit `cline_custom_modes.json` (available across all workspaces)
172+
* Select "Edit Global Modes" to edit `custom_modes.json` (available across all workspaces)
173173
* Select "Edit Project Modes" to edit `.roomodes` file (in project root)
174174
4. **Edit Configuration:** Modify the JSON file that opens
175175
5. **Save Changes:** Roo Code will automatically detect the changes
@@ -282,4 +282,4 @@ Roo will generate the appropriate pattern with proper escaping for JSON configur
282282
:::
283283

284284
## Community Gallery
285-
Ready to explore more? Check out the [Custom Modes Gallery](/community#custom-modes-gallery) to discover and share custom modes created by the community!
285+
Ready to explore more? Check out the [Custom Modes Gallery](/community#custom-modes-gallery) to discover and share custom modes created by the community!

0 commit comments

Comments
 (0)