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/tips-and-tricks.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
@@ -5,7 +5,7 @@ A collection of quick tips to help you get the most out of Roo Code.
5
5
- Drag Roo Code to the [Secondary Sidebar](https://code.visualstudio.com/api/ux-guidelines/sidebars#secondary-sidebar) so you can see the Explorer, Search, Source Control, etc.
6
6
<imgsrc="/img/right-column-roo.gif"alt="Put Roo on the Right Column"width="900" />
7
7
- Once you have Roo Code in a separate sidebar from the file explorer, you can drag files from the explorer into the chat window (and even multiple at once). Just make sure to hold down the shift key after you start dragging the files.
8
-
- If you're not using [MCP](/features/mcp/overview), turn it off in the <Codiconname="notebook" /> Prompts tab to significantly cut down the size of the system prompt.
8
+
- If you're not using [MCP](/features/mcp/overview), turn it off in the <Codiconname="server" /> MCP Servers tab to significantly cut down the size of the system prompt.
9
9
- To keep your [custom modes](/features/custom-modes) on track, limit the types of files that they're allowed to edit.
10
10
- If you hit the dreaded `input length and max tokens exceed context limit` error, you can recover by deleting a message, rolling back to a previous checkpoint, or switching over to a model with a long context window like Gemini for a message.
11
11
- In general, be thoughtful about your `Max Tokens` setting for thinking models. Every token you allocate to that takes away from space available to store conversation history. Consider only using high `Max Tokens` / `Max Thinking Tokens` settings with modes like Architect and Debug, and keeping Code mode at 16k max tokens or less.
0 commit comments