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: CHANGELOG.md
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,11 @@
1
1
# Roo Code Changelog
2
2
3
+
## 3.53.1
4
+
5
+
### Patch Changes
6
+
7
+
- Add the Zoo Code migration handoff flow, including a VS Code command, activation notification, and release announcement actions to prepare Roo data for import into Zoo Code.
Copy file name to clipboardExpand all lines: src/core/webview/ClineProvider.ts
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -169,7 +169,7 @@ export class ClineProvider
169
169
170
170
publicisViewLaunched=false
171
171
publicsettingsImportedAt?: number
172
-
publicreadonlylatestAnnouncementId="apr-2026-v3.53.0-community-handoff-gpt55-opus47"// v3.53.0 Community handoff, GPT-5.5, Claude Opus 4.7, checkpoint navigation
Copy file name to clipboardExpand all lines: webview-ui/src/i18n/locales/en/chat.json
+14-4Lines changed: 14 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -357,7 +357,7 @@
357
357
"triggerLabelAll": "BRRR"
358
358
},
359
359
"announcement": {
360
-
"title": "Roo Code {{version}} Released",
360
+
"title": "Roo Code {{version}}: Move to Zoo Code",
361
361
"support": "Please support Roo Code by starring us on <githubLink>GitHub</githubLink>.",
362
362
"stealthModel": {
363
363
"feature": "<bold>Limited-time FREE stealth model</bold> - Code Supernova: Now upgraded with a <bold>1M token context window</bold>! A versatile agentic coding model that supports image inputs, accessible through Roo Code Cloud.",
@@ -367,9 +367,9 @@
367
367
"goToSettingsButton": "Go to Settings"
368
368
},
369
369
"handoff": {
370
-
"heading": "The Roo Code plugin is not going away.",
371
-
"description": "You may have seen the recent announcement that Roo Code hit 3 million installs and the original team is going all-in on Roomote. We know that news was hard for a lot of you. This plugin means a lot to us and to you, and we hear you. The good news: <bold>a community team has stepped up to carry Roo Code forward</bold>, and we're working with them on an official handoff so the plugin you rely on keeps getting maintained and improved.",
372
-
"readMore": "Read the original announcement from Matt Rubens"
370
+
"heading": "Roo is back as Zoo Code.",
371
+
"description": "This final Roo Code update helps you move your local setup to the new Zoo Code extension maintained by the community. Roo stays installed long enough to prepare a handoff bundle for Zoo.",
372
+
"readMore": "Read the Zoo announcement"
373
373
},
374
374
"release": {
375
375
"heading": "What's New:",
@@ -382,6 +382,16 @@
382
382
"specialized": "Introducing <bold>Explainer</bold>, <bold>Planner</bold>, and <bold>Coder</bold> - three specialized cloud agents to enhance your workflows.",
383
383
"description": "The agents work together in the cloud and can be triggered from the web or through Slack.",
384
384
"tryButton": "Try Cloud Agents"
385
+
},
386
+
"zooMigration": {
387
+
"heading": "Prepare your Zoo migration",
388
+
"description": "Create a handoff bundle from Roo's local storage. Roo keeps your original data in place and asks before including API keys.",
389
+
"prepareButton": "Prepare Migration",
390
+
"installButton": "Install Zoo",
391
+
"detailsHeading": "What this does:",
392
+
"copiesData": "Copies your Roo settings and task history into a Zoo migration folder.",
393
+
"keepsOriginals": "Leaves your existing Roo folders untouched so you can verify the handoff first.",
394
+
"apiKeysOptIn": "Includes provider profiles and API keys only if you explicitly choose to include them."
0 commit comments