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/providers/anthropic.md
-5Lines changed: 0 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -38,11 +38,6 @@ Roo Code supports all Claude models available through Anthropic's API.
38
38
39
39
For the complete, up-to-date model list and capabilities, see [Anthropic's model documentation](https://docs.anthropic.com/en/docs/about-claude/models).
40
40
41
-
**Recommended for Roo Code:**
42
-
-**Sonnet models** - Best balance of performance and cost for most coding tasks (default)
43
-
-**Opus models** - Better for complex reasoning and large-scale refactoring
44
-
-**Haiku models** - Faster and more cost-effective for simpler tasks
Copy file name to clipboardExpand all lines: docs/providers/claude-code.md
-21Lines changed: 0 additions & 21 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -42,21 +42,6 @@ If this environment variable is set on your system, the `claude` tool may use it
42
42
43
43
---
44
44
45
-
## Key Features
46
-
-**Direct CLI Access**: Uses Anthropic's official Claude CLI tool for model interactions.
47
-
-**Advanced Reasoning**: Full support for Claude's thinking mode and reasoning capabilities.
48
-
-**Cost Transparency**: Shows exact usage costs as reported by the CLI.
49
-
-**Flexible Configuration**: Works with your existing Claude CLI setup.
50
-
51
-
---
52
-
53
-
## Why Use This Provider
54
-
55
-
-**No API Keys**: Uses your existing Claude CLI authentication.
56
-
-**Cost Benefits**: Leverage CLI subscription rates and transparent cost reporting.
57
-
-**Latest Features**: Access new Claude capabilities as they're released in the CLI.
58
-
-**Advanced Reasoning**: Full support for Claude's thinking modes.
59
-
60
45
## How it Works
61
46
62
47
The Claude Code provider works by:
@@ -100,12 +85,6 @@ The Claude Code provider supports all Claude models available through the offici
100
85
101
86
Model availability depends on your Claude CLI subscription and plan. See [Anthropic's CLI documentation](https://docs.anthropic.com/en/docs/claude-code/setup) for details.
102
87
103
-
**Recommended:**
104
-
-**Sonnet models** - Best balance for most coding tasks (latest recommended)
105
-
-**Opus models** - Better for complex reasoning
106
-
-**Haiku models** - Faster responses when speed matters
0 commit comments