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
2. Global mode configurations (from `cline_custom_modes.json`)
121
+
2. Global mode configurations (from `custom_modes.json`)
122
122
3. Default mode configurations
123
123
124
124
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
152
152
153
153
***Name:** Enter a display name for the mode
154
154
***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)
156
156
***Role Definition:** Define Roo's expertise and personality for this mode (appears at the start of the system prompt)
157
157
***Available Tools:** Select which tools this mode can use
158
158
***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
169
169
1.**Open Prompts Tab:** Click the <Codiconname="notebook" /> icon in the Roo Code top menu bar
170
170
2.**Access Settings Menu:** Click the <Codiconname="bracket" /> button to the right of the Modes heading
171
171
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)
173
173
* Select "Edit Project Modes" to edit `.roomodes` file (in project root)
174
174
4.**Edit Configuration:** Modify the JSON file that opens
175
175
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
282
282
:::
283
283
284
284
## 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