Skip to content
This repository was archived by the owner on May 15, 2026. It is now read-only.

Commit 539cd95

Browse files
authored
Merge pull request #2 from Zoo-Code-Org/roo-to-zoo-upgrade
Roo to zoo upgrade
2 parents ff931da + 04d5082 commit 539cd95

194 files changed

Lines changed: 2121 additions & 2274 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
2-
"extension.displayName": "Roo Code Nightly",
3-
"views.contextMenu.label": "Roo Code Nightly",
4-
"views.terminalMenu.label": "Roo Code Nightly",
5-
"views.activitybar.title": "Roo Code Nightly",
6-
"configuration.title": "Roo Code Nightly"
2+
"extension.displayName": "Zoo Code Nightly",
3+
"views.contextMenu.label": "Zoo Code Nightly",
4+
"views.terminalMenu.label": "Zoo Code Nightly",
5+
"views.activitybar.title": "Zoo Code Nightly",
6+
"configuration.title": "Zoo Code Nightly"
77
}

src/i18n/locales/ca/common.json

Lines changed: 9 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/i18n/locales/ca/mcp.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/i18n/locales/ca/tools.json

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/i18n/locales/de/common.json

Lines changed: 9 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/i18n/locales/de/mcp.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/i18n/locales/de/tools.json

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/i18n/locales/en/common.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"extension": {
3-
"name": "Roo Code",
3+
"name": "Zoo Code",
44
"description": "A whole dev team of AI agents in your editor."
55
},
66
"number_format": {
@@ -112,7 +112,7 @@
112112
"thinking_complete_recitation": "(Thinking complete, but output was blocked due to recitation check.)"
113113
},
114114
"roo": {
115-
"authenticationRequired": "Roo provider requires cloud authentication. Please sign in to Roo Code Cloud.",
115+
"authenticationRequired": "Zoo provider requires cloud authentication. Please sign in to Zoo Code Cloud.",
116116
"routerRemoved": "Roo Code Router has been removed. Please select and configure a different provider."
117117
},
118118
"openAiCodex": {
@@ -146,7 +146,7 @@
146146
"warnings": {
147147
"no_terminal_content": "No terminal content selected",
148148
"missing_task_files": "This task's files are missing. Would you like to remove it from the task list?",
149-
"auto_import_failed": "Failed to auto-import RooCode settings: {{error}}"
149+
"auto_import_failed": "Failed to auto-import ZooCode settings: {{error}}"
150150
},
151151
"info": {
152152
"no_changes": "No changes found.",
@@ -155,7 +155,7 @@
155155
"custom_storage_path_set": "Custom storage path set: {{path}}",
156156
"default_storage_path": "Reverted to using default storage path",
157157
"settings_imported": "Settings imported successfully.",
158-
"auto_import_success": "RooCode settings automatically imported from {{filename}}",
158+
"auto_import_success": "ZooCode settings automatically imported from {{filename}}",
159159
"share_link_copied": "Share link copied to clipboard",
160160
"organization_share_link_copied": "Organization share link copied to clipboard!",
161161
"public_share_link_copied": "Public share link copied to clipboard!",
@@ -191,12 +191,12 @@
191191
},
192192
"storage": {
193193
"prompt_custom_path": "Enter custom conversation history storage path, leave empty to use default location",
194-
"path_placeholder": "D:\\RooCodeStorage",
195-
"enter_absolute_path": "Please enter an absolute path (e.g. D:\\RooCodeStorage or /home/user/storage)",
194+
"path_placeholder": "D:\\ZooCodeStorage",
195+
"enter_absolute_path": "Please enter an absolute path (e.g. D:\\ZooCodeStorage or /home/user/storage)",
196196
"enter_valid_path": "Please enter a valid path"
197197
},
198198
"input": {
199-
"task_prompt": "What should Roo do?",
199+
"task_prompt": "What should Zoo do?",
200200
"task_placeholder": "Type your task here"
201201
},
202202
"customModes": {
@@ -223,8 +223,8 @@
223223
},
224224
"mdm": {
225225
"errors": {
226-
"cloud_auth_required": "Your organization requires Roo Code Cloud authentication. Please sign in to continue.",
227-
"organization_mismatch": "You must be authenticated with your organization's Roo Code Cloud account.",
226+
"cloud_auth_required": "Your organization requires Zoo Code Cloud authentication. Please sign in to continue.",
227+
"organization_mismatch": "You must be authenticated with your organization's Zoo Code Cloud account.",
228228
"verification_failed": "Unable to verify organization authentication."
229229
},
230230
"info": {

src/i18n/locales/en/mcp.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"invalid_settings_validation": "Invalid MCP settings format: {{errorMessages}}",
66
"create_json": "Failed to create or open .roo/mcp.json: {{error}}",
77
"failed_update_project": "Failed to update project MCP servers",
8-
"invalidJsonArgument": "Roo tried to use {{toolName}} with an invalid JSON argument. Retrying...",
8+
"invalidJsonArgument": "Zoo tried to use {{toolName}} with an invalid JSON argument. Retrying...",
99
"refresh_after_disable": "Failed to refresh MCP connections after disabling",
1010
"refresh_after_enable": "Failed to refresh MCP connections after enabling",
1111
"disconnect_servers_partial": "Failed to disconnect {{count}} MCP server(s). Check the output for details.",

src/i18n/locales/en/tools.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
"imageTooLarge": "Image file is too large ({{size}} MB). The maximum allowed size is {{max}} MB.",
77
"imageWithSize": "Image file ({{size}} KB)"
88
},
9-
"toolRepetitionLimitReached": "Roo appears to be stuck in a loop, attempting the same action ({{toolName}}) repeatedly. This might indicate a problem with its current strategy. Consider rephrasing the task, providing more specific instructions, or guiding it towards a different approach.",
10-
"unknownToolError": "Roo tried to use an unknown tool: \"{{toolName}}\". Retrying...",
9+
"toolRepetitionLimitReached": "Zoo appears to be stuck in a loop, attempting the same action ({{toolName}}) repeatedly. This might indicate a problem with its current strategy. Consider rephrasing the task, providing more specific instructions, or guiding it towards a different approach.",
10+
"unknownToolError": "Zoo tried to use an unknown tool: \"{{toolName}}\". Retrying...",
1111
"codebaseSearch": {
1212
"approval": "Searching for '{{query}}' in codebase..."
1313
},
@@ -25,7 +25,7 @@
2525
"invalidImageFormat": "Invalid image format received",
2626
"unknownError": "Unknown error occurred",
2727
"roo": {
28-
"authRequired": "Roo Code Cloud authentication is required for image generation. Please sign in to Roo Code Cloud."
28+
"authRequired": "Zoo Code Cloud authentication is required for image generation. Please sign in to Zoo Code Cloud."
2929
}
3030
}
3131
}

0 commit comments

Comments
 (0)