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/credits/overview.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -42,7 +42,7 @@ The monthly subscription to the Team plan simply unlocks advanced functionality.
42
42
43
43
## How do I get free credits or free minutes or free tokens?
44
44
45
-
When you sign up for a Roo Code Cloud account, you'll be given a number of "Free Minutes" to try the product out (you'll see a cute <LucideIcon name="Gift" style={{ width: 14, position: "relative", top: 4}} /> icon). Those free minutes cover both the [Cloud Agent](/roo-code-cloud/cloud-agents) run time _and_ inference via the Roo Code Cloud provider (both of which normally cost credits). Those can't be used in the extension – they're there for you to try the magic of Cloud Agents.
45
+
When you sign up for a Roo Code Cloud account, you'll be given a number of "Free Minutes" to try the product out (you'll see a cute <LucideIcon name="Gift" style={{ width: 14, display: "inline-block", verticalAlign: "middle" }} /> icon). Those free minutes cover both the [Cloud Agent](/roo-code-cloud/cloud-agents) run time _and_ inference via the Roo Code Cloud provider (both of which normally cost credits). Those can't be used in the extension – they're there for you to try the magic of Cloud Agents.
46
46
47
47
If you want free inference in the extension, look for a free model when available (or use another provider which may offer it to you for free).
Copy file name to clipboardExpand all lines: docs/roo-code-cloud/cloud-agents.mdx
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -43,36 +43,36 @@ We at Roo have been developing Roo Code mostly with Cloud Agents for several mon
43
43
44
44
The current line up available to your is below. Keep in mind we let you rename them as you please – we really believe in making them part of your team.
45
45
46
-
### <LucideIconname="MessageCircleQuestionMark"style={{ position: "relative", top: "2px" }} /> The Explainer
46
+
### <LucideIconname="MessageCircleQuestionMark"style={{ display: "inline-block", verticalAlign: "middle" }} /> The Explainer
47
47
**Job:** Technical Educator
48
48
49
49
Explains code, concepts, and technical documentation. It helps you understand complex parts of a codebase without needing to read every line.
50
50
51
51
-**Best for:** Onboarding to a new codebase, understanding legacy code, debugging conceptual issues.
52
52
53
53
54
-
### <LucideIconname="Map"style={{ position: "relative", top: "2px" }} /> The Planner
54
+
### <LucideIconname="Map"style={{ display: "inline-block", verticalAlign: "middle" }} /> The Planner
55
55
**Job:** Implementation Planning and Architecture
56
56
57
57
The Planner agent maps out implementation plans and navigates complex technical decisions. It's designed to take a high-level idea or a Product Requirement Document (PRD) and break it down into a thorough, step-by-step implementation plan which can the be given to coding agent (or a human!).
58
58
59
59
-**Best for:** New feature planning, system architecture design, complex refactoring strategies.
60
60
61
-
### <LucideIconname="Code"style={{ position: "relative", top: "2px" }} /> The Coder
61
+
### <LucideIconname="Code"style={{ display: "inline-block", verticalAlign: "middle" }} /> The Coder
62
62
**Job:** Full-scale across all languages
63
63
64
64
The Coder agent writes code, creates pull requests, and implements features. It is the workhorse of the platform, capable of handling end-to-end coding tasks.
65
65
66
66
-**Best for:** Building features, fixing bugs, refactoring components, writing tests.
The PR Reviewer agent automatically provides comprehensive code reviews with actionable comments. It can monitor your repositories and review incoming Pull Requests.
Copy file name to clipboardExpand all lines: docs/roo-code-cloud/task-sync.mdx
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,7 +21,7 @@ It creates a live, one-way stream of your task messages and status from your loc
21
21
22
22
<imgsrc="/img/task-sync/task-sync.png"alt="Roo Code Cloud home showing connected workspaces and tasks"width="600" />
23
23
24
-
:::info IDE <LucideIconname="ArrowRight"style={{ position: "relative", top: "3px" }} /> Cloud
24
+
:::info IDE <LucideIconname="ArrowRight"style={{ display: "inline-block", verticalAlign: "middle" }} /> Cloud
25
25
Keep in mind Task Sync sends tasks from your IDE to Roo Code Cloud, but not vice-versa. For example, it doesn't sync tasks across devices at the moment.
0 commit comments