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/auto-approving-actions.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
@@ -27,7 +27,7 @@ At the top of the Auto-Approve Toolbar is a toggle to enable/disable auto-approv
27
27
28
28
## Advanced Configuration (Settings)
29
29
30
-
You can also find these auto-approval options in the Roo Code settings panel (gear icon ⚙️ in the top right corner). The settings panel provides the same functionality as the auto-approve menu, but in a different location. The auto-approve menu is generally the quickest way to change these settings.
30
+
You can also find these auto-approval options in the Roo Code settings panel (<Codiconname="gear" /> in the top right corner). The settings panel provides the same functionality as the auto-approve menu, but in a different location. The auto-approve menu is generally the quickest way to change these settings.
Copy file name to clipboardExpand all lines: docs/advanced-usage/code-actions.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
@@ -61,7 +61,7 @@ Each code action gives you two options:
61
61
62
62
You can customize the prompts used for each Code Action by modifying the "Support Prompts" in the **Prompts** tab. This allows you to fine-tune the instructions given to the AI model and tailor the responses to your specific needs.
63
63
64
-
1.**Open the Prompts Tab:** Click the notebook icon in the Roo Code top menu bar.
64
+
1.**Open the Prompts Tab:** Click the <Codiconname="notebook" /> icon in the Roo Code top menu bar.
65
65
2.**Find "Support Prompts":** You will see the support prompts, including "Enhance Prompt", "Explain Code", "Fix Code", and "Improve Code".
66
66
3.**Edit the Prompts:** Modify the text in the text area for the prompt you want to customize. You can use placeholders like `${filePath}` and `${selectedText}` to include information about the current file and selection.
Copy file name to clipboardExpand all lines: docs/advanced-usage/enhance-prompt.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,15 +13,15 @@ The "Enhance Prompt" feature in Roo Code helps you improve the quality and effec
13
13
## How to Use Enhance Prompt
14
14
15
15
1.**Type your initial prompt:** Enter your request in the Roo Code chat input box as you normally would. This can be a simple question, a complex task description, or anything in between.
16
-
2.**Click the ✨ (Sparkle) Icon:** Instead of pressing Enter, click the sparkle icon located to the left of the chat input box.
16
+
2.**Click the <Codiconname="sparkle" /> Icon:** Instead of pressing Enter, click the <Codiconname="sparkle" /> icon located to the left of the chat input box.
17
17
3.**Review the Enhanced Prompt:** Roo Code will replace your original prompt with an enhanced version. Review the enhanced prompt to make sure it accurately reflects your intent. You can further refine the enhanced prompt before sending.
18
-
4.**Send the Enhanced Prompt:** Press Enter or click the Send icon (paper plane) to send the enhanced prompt to Roo Code.
18
+
4.**Send the Enhanced Prompt:** Press Enter or click the Send icon (<Codiconname="send" />) to send the enhanced prompt to Roo Code.
19
19
20
20
## Customizing the Enhancement Process
21
21
22
22
The "Enhance Prompt" feature uses a customizable prompt template. You can modify this template to tailor the enhancement process to your specific needs.
23
23
24
-
1.**Open the Prompts Tab:** Click the notebook icon in the Roo Code top menu bar.
24
+
1.**Open the Prompts Tab:** Click the <Codiconname="notebook" /> icon in the Roo Code top menu bar.
25
25
2.**Select "ENHANCE" Tab:** You should see listed out support prompts, including "ENHANCE". Click on this tab.
26
26
3.**Edit the Prompt Template:** Modify the text in the "Prompt" field.
27
27
@@ -32,7 +32,7 @@ The default prompt template includes the placeholder `${userInput}`, which will
32
32
The API configuration used for Enhance Prompt is, by default, the same one that is selected for Roo Code tasks,
33
33
but it can be changed:
34
34
35
-
1.**Open the Prompts Tab:** Click the notebook icon in the Roo Code top menu bar.
35
+
1.**Open the Prompts Tab:** Click the <Codiconname="notebook" /> icon in the Roo Code top menu bar.
36
36
2.**Select "ENHANCE" Tab:** You should see an "API Configuration" dropdown
37
37
3.**Select an API Configuration:** Choose an existing configuration, and future Enhance Prompt requests will be sent to that configured provider/model.
Copy file name to clipboardExpand all lines: docs/advanced-usage/local-models.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -73,8 +73,8 @@ Roo Code currently supports two main local model providers:
73
73
74
74
75
75
4. **Configure Roo Code:**
76
-
* Open the Roo Code sidebar (🚀 icon).
77
-
* Click the settings gear icon (⚙️).
76
+
* Open the Roo Code sidebar (<Codicon name="rocket" /> icon).
77
+
* Click the settings gear icon (<Codicon name="gear" />).
78
78
* Select "ollama" as the API Provider.
79
79
* Enter the Model name from the previous step (e.g., `your_model_name`).
80
80
* (Optional) You can configure the base URL if you're running Ollama on a different machine. The default is `http://localhost:11434`.
@@ -89,8 +89,8 @@ Roo Code currently supports two main local model providers:
89
89
* Select your downloaded model.
90
90
* Click **"Start Server"**.
91
91
4. **Configure Roo Code:**
92
-
* Open the Roo Code sidebar (🚀 icon).
93
-
* Click the settings gear icon (⚙️).
92
+
* Open the Roo Code sidebar (<Codicon name="rocket" /> icon).
93
+
* Click the settings gear icon (<Codicon name="gear" />).
94
94
* Select "lmstudio" as the API Provider.
95
95
* Enter the Model ID. This should be the name of the model file you loaded in LM Studio (e.g., `codellama-7b.Q4_0.gguf`). LM Studio shows a list of "Currently loaded models" in its UI.
96
96
* (Optional) You can configure the base URL if you're running LM Studio on a different machine. The default is `http://localhost:1234`.
Copy file name to clipboardExpand all lines: docs/advanced-usage/model-temperature.md
+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
@@ -21,8 +21,8 @@ Different tasks benefit from different temperature settings. For example:
21
21
22
22
You can adjust the temperature in the Roo Code settings:
23
23
24
-
1.**Open the Roo Code Panel:** Click the Roo Code icon (🚀) in the VS Code Activity Bar.
25
-
2.**Open Settings:** Click the gear icon (⚙️) in the top right corner of the Roo Code panel.
24
+
1.**Open the Roo Code Panel:** Click the Roo Code icon (<Codiconname="rocket" />) in the VS Code Activity Bar.
25
+
2.**Open Settings:** Click the <Codiconname="gear" /> icon in the top right corner of the Roo Code panel.
26
26
3.**Find the Temperature Setting:** In the settings panel, you'll find a "Use custom temperature" setting within the API configuration section.
27
27
4.**Enter the Temperature Value:** Check the box and enter the temperature value you want to use. The range is typically from 0.0 to 1.0, but this may depend on the specific model and provider.
0 commit comments