Skip to content

Commit 0c76b89

Browse files
authored
Update tips-and-tricks.md
1 parent 164823d commit 0c76b89

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/tips-and-tricks.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,5 @@ A collection of quick tips to help you get the most out of Roo Code.
99
- 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.
1010
- 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.
1111
- If there's a real world job posting for something you want a custom mode to do, try asking Code mode to `Create a custom mode based on the job posting at @[url]`
12+
- If you want to really accelerate, check out multiple copies of your repository and run Roo Code on all of them in parallel (using git to resolve any conflicts, same as with human devs).
1213
- Add your own tips by clicking "Edit this page" below!

0 commit comments

Comments
 (0)