Skip to content

Commit ff7d034

Browse files
authored
Changes to Tutorial Video section (#189)
* docs: Update Vertex AI provider auth methods * docs: add 'Custom Modes in Roo Code' tutorial video * docs: add custom modes video and embed in page * docs: update tutorial videos list --------- authored: Sannidhya Sah <[email protected]>
1 parent 10d3f01 commit ff7d034

File tree

2 files changed

+22
-64
lines changed

2 files changed

+22
-64
lines changed
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,24 @@
22

33
Roo Code allows you to create **custom modes** to tailor Roo's behavior to specific tasks or workflows. Custom modes can be either **global** (available across all projects) or **project-specific** (defined within a single project).
44

5+
<div style={{ position: 'relative', paddingBottom: '56.25%', height: 0, overflow: 'hidden' }}>
6+
<iframe
7+
src="https://www.youtube.com/embed/qgqceCuhlRA"
8+
style={{
9+
position: 'absolute',
10+
top: 0,
11+
left: 0,
12+
width: '100%',
13+
height: '100%',
14+
}}
15+
frameBorder="0"
16+
allow="autoplay; encrypted-media"
17+
allowFullScreen
18+
></iframe>
19+
</div>
20+
21+
<br />
22+
523
:::tip Sticky Models for Efficient Workflow
624
Each mode—including custom ones—features **Sticky Models**. This means Roo Code automatically remembers and selects the last model you used with a particular mode. This lets you assign different preferred models to different tasks without constant reconfiguration, as Roo switches between models when you change modes.
725
:::

docs/tutorial-videos.json

Lines changed: 4 additions & 64 deletions
Original file line numberDiff line numberDiff line change
@@ -1,72 +1,12 @@
11
{
22
"videos": [
33
{
4-
"id": "dqW9snH6yK4",
5-
"title": "RooCode + Free Manus / Grok-3 / Claude : This NEW UPGRADE Makes ROO CODE AMAZING!"
4+
"id": "qgqceCuhlRA",
5+
"title": "Custom Modes in Roo Code | Official Tutorial "
66
},
77
{
8-
"id": "g9sq25ECJMQ",
9-
"title": "Roo-Code v3.8 UPDATE: The Best FREE Autonomous AI Coding Agent Just Got BETTER!"
10-
},
11-
{
12-
"id": "mwJx5QI2c0o",
13-
"title": "You’re Overpaying for AI Coding | Roo Code System Prompt Override"
14-
},
15-
{
16-
"id": "fu93FmBnv4Y",
17-
"title": "RooCode (New Upgrades) + 3.7 Sonnet: The NEW POWER-STEERING MODE, DEBUG MODE & More is AMAZING!"
18-
},
19-
{
20-
"id": "Y9JoWcyp0FY",
21-
"title": "PERFECT VSCode Setup: Sonnet 3.7 + Roo-Code (15X Faster Coding!)"
22-
},
23-
{
24-
"id": "r5T3h0BOiWw",
25-
"title": "Roo Code is AMAZING - AI VSCode Extension (better than Cursor?)"
26-
},
27-
{
28-
"id": "IzjdJfvfnfM",
29-
"title": "Is Roo Code the Ultimate Coding Hack?"
30-
},
31-
{
32-
"id": "PE-0P6SAZYc",
33-
"title": "RooCode v3.3 UPDATE: Fully FREE Autonomous AI Coding Agent! (FREE API, Checkpoints, Markdown)"
34-
},
35-
{
36-
"id": "rg_g3BPv4uQ",
37-
"title": "5 Must-Know Roo Code Features That Make It Better Than Cline (Save 50% on Tokens!)"
38-
},
39-
{
40-
"id": "9p_1OISs7o0",
41-
"title": "RooCode (Upgraded): I'm FINALLY SWITCHING AWAY from CLINE! This is the MOST CUSTOMIZABLE AI Coder!"
42-
},
43-
{
44-
"id": "2Frayo_8ovQ",
45-
"title": "Deepseek-R1 + RooCode: BEST AI Coding Agent! Develop a Full-stack App Without Writing ANY Code!"
46-
},
47-
{
48-
"id": "KsUjPlRPsPc",
49-
"title": "Roo-Cline 3.1: Code Faster Than Ever with This Game-Changing Update"
50-
},
51-
{
52-
"id": "r-cbg5ON60Q",
53-
"title": "Setting Up RooCline With LMStudio and Ollama Phi4"
54-
},
55-
{
56-
"id": "V5ZdznleO6s",
57-
"title": "Build a Web App with Roo Cline & Claude 3.5 Sonnet"
58-
},
59-
{
60-
"id": "IVTcZYg_ylI",
61-
"title": "RooCline: The Cline Fork That's Faster, Smarter, and Better!"
62-
},
63-
{
64-
"id": "a5mCvQoDB2g",
65-
"title": "FREE AI Coder Beats Cursor & Bolt.New?"
66-
},
67-
{
68-
"id": "9I_xjb30WHg",
69-
"title": "Roo-Cline is Cline but Better | AI in Large Codebases"
8+
"id": "Mcq3r1EPZ-4",
9+
"title": "Installing Roo Code in VS Code"
7010
}
7111
]
7212
}

0 commit comments

Comments
 (0)