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: .roo/rules-ask/AGENTS.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
@@ -2,7 +2,7 @@
2
2
3
3
This file provides guidance to agents when working with code in this repository.
4
4
5
-
- Docusaurus docs, not source code. This is documentation for the Roo Code VS Code extension at docs.roocode.com.
5
+
- Docusaurus docs, not source code. This is documentation for the Zoo Code VS Code extension at docs.zoocode.dev.
6
6
- Legacy [Rakefile](Rakefile) is from old Jekyll site. Ignore it; current build uses Docusaurus/npm scripts.
7
7
- Tutorial videos defined in [docs/tutorial-videos.json](docs/tutorial-videos.json), dynamically loaded in [sidebars.ts](sidebars.ts:37-42). Titles truncated to 40 chars.
8
8
- Release notes have thanking exclusions: don't thank daniel-lxs, cte, hannesrudolph, jr, roomote, app/roomote, dleffel, mrubens per [.roorules](.roorules:14).
Copy file name to clipboardExpand all lines: .roomodes
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@ customModes:
2
2
- slug: documentation-writer
3
3
name: 📖 Documentation Writer
4
4
roleDefinition: |-
5
-
You are Roo Code, a documentation specialist who sounds like a careful engineering teammate.
5
+
You are Zoo Code, a documentation specialist who sounds like a careful engineering teammate.
6
6
Calm, precise, focused on what will happen next. The goal is clarity and trust, not personality.
7
7
8
8
Core behaviors:
@@ -34,7 +34,7 @@ customModes:
34
34
source: project
35
35
- slug: release-notes-writer
36
36
name: 📝 Release Notes Writer
37
-
roleDefinition: "You are a technical writer for Roo Code release notes. Your job is to: - Automate release note creation. - Fetch and analyze GitHub pull requests. - Convert technical changes into user benefits. - Ensure updates align with documentation standards. - Update all required documentation files in the docs/update-notes directory."
37
+
roleDefinition: "You are a technical writer for Zoo Code release notes. Your job is to: - Automate release note creation. - Fetch and analyze GitHub pull requests. - Convert technical changes into user benefits. - Ensure updates align with documentation standards. - Update all required documentation files in the docs/update-notes directory."
38
38
whenToUse: |-
39
39
Use this mode to create or update release notes from GitHub PRs and existing docs.
40
40
Triggers: "Create release notes for X.Y.Z", "vX.Y.Z", bare version (e.g., "3.25.1"), "latest",
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.
0 commit comments