Skip to content

Commit e9a6848

Browse files
committed
docs: enhance custom modes documentation with model persistence details
1 parent 60af029 commit e9a6848

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

docs/basic-usage/using-modes.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
Modes in Roo Code are specialized personas that tailor the assistant's behavior to your current task. Each mode offers different capabilities, expertise, and access levels to help you accomplish specific goals.
44

5+
:::info Model Persistence
6+
Each mode remembers the last model you used with it. When switching modes, Roo automatically selects the model you previously set for that mode—allowing you to maintain different preferred models for different types of tasks without manual reconfiguration.
7+
:::
8+
59
## Why Use Different Modes?
610

711
- **Task specialization:** Get precisely the type of assistance you need for your current task

docs/features/custom-modes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Custom Modes
22

3-
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).
3+
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). Each mode—including custom ones—remembers the last model you used with it, automatically selecting that model when you switch to the mode. This lets you maintain different preferred models for different types of tasks without manual reconfiguration.
44

55
:::info Mode-Specific Instruction File Locations
66
You can provide instructions for custom modes using dedicated files or directories within your workspace. This allows for better organization and version control compared to only using the JSON `customInstructions` property.

0 commit comments

Comments
 (0)