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/advanced-usage/custom-modes.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -33,8 +33,8 @@ Roo Code will guide you through the process.
33
33
34
34
### 2. Using the Prompts Tab
35
35
36
-
1.**Open the Prompts Tab:** Click the notebook icon in the Roo Code top menu bar.
37
-
2.**Click "Create New Mode":** Use the "+" button to add a new mode.
36
+
1.**Open the Prompts Tab:** Click the <Codiconname="notebook" /> icon in the Roo Code top menu bar.
37
+
2.**Click "Create New Mode":** Use the <Codiconname="add" /> button to add a new mode.
38
38
3.**Fill in the Fields:** Enter the mode's name, role definition, custom instructions, and select the allowed tool groups.
39
39
4.**Click "Create Mode":** Save your new mode.
40
40
@@ -45,7 +45,7 @@ Note: Adding/editing file type restrictions is not yet supported in the prompts
45
45
Custom modes can be configured by directly editing JSON files. There are two locations for custom mode configurations:
46
46
47
47
1.**Global Configuration:**
48
-
* Located at `~/Library/Application Support/Cursor/User/globalStorage/rooveterinaryinc.roo-cline/settings/cline_custom_modes.json`
48
+
* Located at `[path to global extension storage]/rooveterinaryinc.roo-cline/settings/cline_custom_modes.json`
49
49
* These modes are available across all projects.
50
50
51
51
2.**Project-Specific Configuration:**
@@ -55,8 +55,8 @@ Custom modes can be configured by directly editing JSON files. There are two loc
55
55
56
56
To edit either configuration:
57
57
58
-
1.**Open the Prompts Tab:** Click the notebook icon in the Roo Code top menu bar.
59
-
2.**Open the Settings File:** Click the code icon (`<>`) in the top right corner of the "Prompts" tab. (This will allow you to edit either the Global or project-specific configuration file. You can also edit a project-specific configuration, by manually creating/opening the `.roomodes` file in your project's root directory.)
58
+
1.**Open the Prompts Tab:** Click the <Codiconname="notebook" /> icon in the Roo Code top menu bar.
59
+
2.**Open the Settings File:** Click the <Codiconname="code" /> icon in the top right corner of the "Prompts" tab. (This will allow you to edit either the Global or project-specific configuration file. You can also edit the project-specific configuration by manually creating/opening the `.roomodes` file in your project's root directory.)
60
60
3.**Edit the JSON:** Add or modify mode configurations within the `customModes` array, following the format described below.
61
61
4.**Save the File:** Roo Code will automatically detect the changes.
0 commit comments