feat(zoo-migration): add final Roo-to-Zoo migration handoff flow#12266
Draft
edelauna wants to merge 2 commits intoRooCodeInc:mainfrom
Draft
feat(zoo-migration): add final Roo-to-Zoo migration handoff flow#12266edelauna wants to merge 2 commits intoRooCodeInc:mainfrom
edelauna wants to merge 2 commits intoRooCodeInc:mainfrom
Conversation
edelauna
commented
May 4, 2026
|
|
||
| const ZOO_REPOSITORY_URL = "https://github.com/Zoo-Code-Org/Zoo-Code" | ||
| const ZOO_ANNOUNCEMENT_URL = "https://www.reddit.com/r/RooCode/comments/1syufn1/roo_is_back_as_zoo/" | ||
| const ZOO_EXTENSION_ID = process.env.ZOO_CODE_EXTENSION_ID |
Author
There was a problem hiding this comment.
TODO: Either hard code extension id once available, or add as variable to release ci job.
edelauna
commented
May 4, 2026
| const ZOO_ANNOUNCEMENT_URL = "https://www.reddit.com/r/RooCode/comments/1syufn1/roo_is_back_as_zoo/" | ||
| const ZOO_EXTENSION_ID = process.env.ZOO_CODE_EXTENSION_ID | ||
|
|
||
| const CONFIGURATION_KEYS = [ |
Author
There was a problem hiding this comment.
TODO: confirm if exhaustive list for all use cases
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Related GitHub Issue
Closes: #
Description
Adds the final Roo-to-Zoo migration handoff flow for the VS Code extension.
This PR adds:
roo-cline.prepareZooMigrationcommand that prepares a Zoo migration handoff bundle from Roo's local storage.Prepare MigrationandInstall Zoo.3.53.1version/changelog update and a new announcement id so users who saw the previous announcement get the Zoo-focused one.Reviewer focus areas:
src/services/zoo-migration/ZooMigration.ts.Test Procedure
Automated checks run locally:
Manual verification:
Roo Code: Prepare Zoo Migrationfrom the command palette.zoo-migration/handoff-v1.jsonexists under Roo global storage and points at copieddata/settingsanddata/tasksfolders.Prepare Migration/Install Zoobuttons are present.Pre-Submission Checklist
Documentation Updates
Additional Notes
The migration handoff is intentionally copy-based. Roo data remains in place so users can verify the handoff before installing or switching to Zoo Code.
Get in Touch
Discord:
Interactively review PR in Roo Code Cloud