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/advanced-usage/available-tools/access-mcp-resource.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,18 +1,18 @@
1
1
---
2
-
description: Learn how the access_mcp_resource tool retrieves data from Model Context Protocol servers for additional context in Roo Code tasks.
2
+
description: Learn how the access_mcp_resource tool retrieves data from Model Context Protocol servers for additional context in Zoo Code tasks.
3
3
keywords:
4
4
- access_mcp_resource
5
5
- MCP
6
6
- Model Context Protocol
7
7
- MCP resources
8
-
- Roo Code tools
8
+
- Zoo Code tools
9
9
- context retrieval
10
10
- API integration
11
11
---
12
12
13
13
# access_mcp_resource
14
14
15
-
The `access_mcp_resource` tool retrieves data from resources exposed by connected Model Context Protocol (MCP) servers. It allows Roo to access files, API responses, documentation, or system information that provides additional context for tasks.
15
+
The `access_mcp_resource` tool retrieves data from resources exposed by connected Model Context Protocol (MCP) servers. It allows Zoo to access files, API responses, documentation, or system information that provides additional context for tasks.
Copy file name to clipboardExpand all lines: docs/advanced-usage/available-tools/ask-followup-question.md
+15-15Lines changed: 15 additions & 15 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,10 +1,10 @@
1
1
---
2
-
description: Enable interactive communication in Roo Code with the ask_followup_question tool for gathering clarification and user preferences.
2
+
description: Enable interactive communication in Zoo Code with the ask_followup_question tool for gathering clarification and user preferences.
3
3
keywords:
4
4
- ask_followup_question
5
5
- user interaction
6
6
- interactive communication
7
-
- Roo Code tools
7
+
- Zoo Code tools
8
8
- clarification
9
9
- user feedback
10
10
---
@@ -26,16 +26,16 @@ The tool accepts these parameters:
26
26
27
27
## What It Does
28
28
29
-
This tool creates a conversational interface between Roo and the user, allowing for gathering clarification, additional details, or user preferences when facing ambiguities or decision points. Each question can include suggested responses to streamline the interaction.
29
+
This tool creates a conversational interface between Zoo and the user, allowing for gathering clarification, additional details, or user preferences when facing ambiguities or decision points. Each question can include suggested responses to streamline the interaction.
30
30
31
31
---
32
32
33
33
## When is it used?
34
34
35
35
- When critical information is missing from the original request
36
-
- When Roo needs to choose between multiple valid implementation approaches
36
+
- When Zoo needs to choose between multiple valid implementation approaches
37
37
- When technical details or preferences are required to proceed
38
-
- When Roo encounters ambiguities that need resolution
38
+
- When Zoo encounters ambiguities that need resolution
39
39
- When additional context would significantly improve the solution quality
40
40
41
41
---
@@ -113,9 +113,9 @@ When the `ask_followup_question` tool is invoked, it follows this process:
113
113
114
114
The question-answer cycle follows this sequence:
115
115
116
-
1.**Information Gap Recognition**: Roo identifies missing information needed to proceed
117
-
2.**Specific Question Creation**: Roo formulates a clear, targeted question
118
-
3.**Suggestion Development**: Roo creates relevant suggested answers (optional but recommended)
116
+
1.**Information Gap Recognition**: Zoo identifies missing information needed to proceed
117
+
2.**Specific Question Creation**: Zoo formulates a clear, targeted question
118
+
3.**Suggestion Development**: Zoo creates relevant suggested answers (optional but recommended)
119
119
4.**Tool Invocation**: Assistant invokes the tool with question and optional suggestions
120
120
5.**UI Presentation**: Question and suggestions are displayed to the user as interactive elements
121
121
6.**User Response**: The user selects a suggestion or provides a custom answer
@@ -125,18 +125,18 @@ The question-answer cycle follows this sequence:
125
125
- Maintains state consistency regardless of message chunking
126
126
8.**Response Processing**: System wraps the response in `<answer>` tags and preserves images
127
127
9.**Context Integration**: Response is added to the conversation history
128
-
10.**Task Continuation**: Roo proceeds with the task using the new information
128
+
10.**Task Continuation**: Zoo proceeds with the task using the new information
129
129
130
130
---
131
131
132
132
## Examples When Used
133
133
134
-
- When developing a web application, Roo might ask about preferred styling frameworks (Bootstrap, Tailwind, custom CSS)
135
-
- When creating an API, Roo might ask about authentication methods (JWT, OAuth, API keys)
136
-
- When refactoring code, Roo might ask about prioritizing performance vs. readability
137
-
- When setting up a database, Roo might ask about specific schema design preferences
138
-
- When creating a custom feature, Roo might ask about specific behavior expectations
139
-
- When troubleshooting errors, Roo might ask about specific environment details
134
+
- When developing a web application, Zoo might ask about preferred styling frameworks (Bootstrap, Tailwind, custom CSS)
135
+
- When creating an API, Zoo might ask about authentication methods (JWT, OAuth, API keys)
136
+
- When refactoring code, Zoo might ask about prioritizing performance vs. readability
137
+
- When setting up a database, Zoo might ask about specific schema design preferences
138
+
- When creating a custom feature, Zoo might ask about specific behavior expectations
139
+
- When troubleshooting errors, Zoo might ask about specific environment details
description: Learn how to install and use Roo Code Nightly builds to test the latest features and improvements before official releases.
2
+
description: Learn how to install and use Zoo Code Nightly builds to test the latest features and improvements before official releases.
3
3
keywords:
4
-
- Roo Code Nightly
4
+
- Zoo Code Nightly
5
5
- prerelease builds
6
6
- beta testing
7
7
- latest features
8
8
- nightly builds
9
-
sidebar_label: Roo Code Nightly
9
+
sidebar_label: Zoo Code Nightly
10
10
---
11
11
12
-
# Roo Code Nightly
12
+
# Zoo Code Nightly
13
13
14
-
For users who want the latest features and updates, Zoo Code offers a prerelease build called **Roo Code Nightly**, which is automatically published whenever changes are merged into our main development branch. This means it always reflects the latest code. It's designed for users who want to access the newest features and contribute to early testing.
14
+
For users who want the latest features and updates, Zoo Code offers a prerelease build called **Zoo Code Nightly**, which is automatically published whenever changes are merged into our main development branch. This means it always reflects the latest code. It's designed for users who want to access the newest features and contribute to early testing.
15
15
16
16
---
17
17
18
18
## Understanding Nightly vs. Other Prereleases
19
19
20
-
It's important to distinguish Roo Code Nightly from other types of prerelease software (like beta versions or release candidates):
20
+
It's important to distinguish Zoo Code Nightly from other types of prerelease software (like beta versions or release candidates):
21
21
22
-
***Roo Code Nightly:**
22
+
***Zoo Code Nightly:**
23
23
***Frequency:** Automated builds, generated on each merge to the main development branch.
24
24
***Content:** Reflects the very latest merged code.
25
25
***Stability:** Highly experimental; may contain bugs or incomplete features.
Copy file name to clipboardExpand all lines: docs/getting-started/installing.mdx
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -39,8 +39,8 @@ Zoo Code is a VS Code extension that brings AI-powered coding assistance directl
39
39
40
40
1. Open VS Code
41
41
2. Access Extensions: Click the Extensions icon in the Activity Bar or press `Ctrl+Shift+X` (Windows/Linux) or `Cmd+Shift+X` (macOS)
42
-
3. Search for "Roo Code"
43
-
4. Select "Roo Code" by RooVeterinaryInc and click **Install**
42
+
3. Search for "Zoo Code"
43
+
4. Select "Zoo Code" by ZooCodeOrg and click **Install**
44
44
5. Reload VS Code if prompted
45
45
46
46
After installation, find the Zoo Code icon (<KangarooIcon />) in the Activity Bar to open the Zoo Code panel.
@@ -56,16 +56,16 @@ For VS Code-compatible editors without Marketplace access (like VSCodium and Win
56
56
57
57
1. Open your editor
58
58
2. Access the Extensions view
59
-
3. Search for "Roo Code"
60
-
4. Select "Roo Code" by RooVeterinaryInc and click **Install**
59
+
3. Search for "Zoo Code"
60
+
4. Select "Zoo Code" by ZooCodeOrg and click **Install**
61
61
5. Reload if prompted
62
62
63
63
<imgsrc="/img/installing/installing-3.png"alt="Open VSX Registry with Zoo Code extension ready to install"width="400" />
64
64
65
65
66
66
## Zoo Code Nightly
67
67
68
-
For information on installing the nightly prerelease build published on each merge to `main`, please see the [Roo Code Nightly](/advanced-usage/roo-code-nightly) guide in the Advanced Usage section.
68
+
For information on installing the nightly prerelease build published on each merge to `main`, please see the [Zoo Code Nightly](/advanced-usage/roo-code-nightly) guide in the Advanced Usage section.
69
69
70
70
71
71
## Manual Installation from VSIX
@@ -103,7 +103,7 @@ For instructions on setting up Zoo Code for local development, building from sou
103
103
* Restart VS Code
104
104
* Verify Zoo Code is listed and enabled in Extensions
0 commit comments