feat(zoo-migration): add final Roo-to-Zoo migration handoff flow#12266
Open
edelauna wants to merge 4 commits intoRooCodeInc:mainfrom
Open
feat(zoo-migration): add final Roo-to-Zoo migration handoff flow#12266edelauna wants to merge 4 commits intoRooCodeInc:mainfrom
edelauna wants to merge 4 commits intoRooCodeInc:mainfrom
Conversation
edelauna
commented
May 4, 2026
edelauna
commented
May 4, 2026
01bd318 to
f61782e
Compare
Collaborator
|
@roomote review this |
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.roo-cline.*setting, with test coverage that keeps the migration list in sync withsrc/package.json.Prepare MigrationandInstall Zoo.Install Zootargets the publishedZooCodeOrganization.zoo-codeextension ID and falls back to extension search if automatic install does not complete in the user's configured extension gallery.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.roo-cline.*settings.ZooCodeOrganization.zoo-code, including fallback search for editors/galleries where automatic install does not complete.Test Procedure
Automated checks run locally:
node scripts/find-missing-translations.js pnpm --dir src check-types pnpm --dir src exec vitest run services/zoo-migration/__tests__/ZooMigration.spec.ts pnpm vitest run src/components/chat/__tests__/Announcement.spec.tsxManual 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.Install Zooand confirm it attempts to installZooCodeOrganization.zoo-code; if automatic install fails, confirm the Extensions view opens with that extension ID as the search query.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.
The VS Code configuration export was audited against
src/package.json; the migration spec now asserts that every contributedroo-cline.*setting is represented in the handoff.Get in Touch
Discord:
Interactively review PR in Roo Code Cloud