Skip to content

Commit d5980b8

Browse files
committed
Tweaks to custom modes docs
1 parent 73e42c5 commit d5980b8

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

docs/advanced-usage/custom-modes.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@ Roo Code will guide you through the process.
3333

3434
### 2. Using the Prompts Tab
3535

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 <Codicon name="notebook" /> icon in the Roo Code top menu bar.
37+
2. **Click "Create New Mode":** Use the <Codicon name="add" /> button to add a new mode.
3838
3. **Fill in the Fields:** Enter the mode's name, role definition, custom instructions, and select the allowed tool groups.
3939
4. **Click "Create Mode":** Save your new mode.
4040

@@ -45,7 +45,7 @@ Note: Adding/editing file type restrictions is not yet supported in the prompts
4545
Custom modes can be configured by directly editing JSON files. There are two locations for custom mode configurations:
4646

4747
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`
4949
* These modes are available across all projects.
5050

5151
2. **Project-Specific Configuration:**
@@ -55,8 +55,8 @@ Custom modes can be configured by directly editing JSON files. There are two loc
5555

5656
To edit either configuration:
5757

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 <Codicon name="notebook" /> icon in the Roo Code top menu bar.
59+
2. **Open the Settings File:** Click the <Codicon name="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.)
6060
3. **Edit the JSON:** Add or modify mode configurations within the `customModes` array, following the format described below.
6161
4. **Save the File:** Roo Code will automatically detect the changes.
6262

0 commit comments

Comments
 (0)