Skip to content

Commit 46e0e63

Browse files
author
Your Name
committed
docs: add custom modes video and embed in page
1 parent aac651f commit 46e0e63

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
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
:::

0 commit comments

Comments
 (0)