Rename all "MLephant" and "Text-To-CAD" surfaces to "Zookeeper" - #12470
Merged
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
franknoirot
commented
Jul 16, 2026
Contributor
Author
There was a problem hiding this comment.
Arguably this mascot is still called "MLephant" but I think ease of searching is more important in the code base.
franknoirot
force-pushed
the
franknoirot/rename-mlephant-ttc-to-zookeeper
branch
from
July 16, 2026 15:07
a0d8e42 to
15b349a
Compare
franknoirot
force-pushed
the
franknoirot/rename-mlephant-ttc-to-zookeeper
branch
from
August 9, 2026 08:56
15b349a to
663462d
Compare
franknoirot
marked this pull request as ready for review
August 9, 2026 09:01
pierremtb
approved these changes
Aug 10, 2026
pierremtb
left a comment
Contributor
There was a problem hiding this comment.
Wow ty for doing this!
Comment on lines
+160
to
+163
| process.env.VITE_ZOOKEEPER_WEBSOCKET_URL ??= | ||
| process.env.VITE_MLEPHANT_WEBSOCKET_URL ?? | ||
| viteEnv.VITE_ZOOKEEPER_WEBSOCKET_URL ?? | ||
| viteEnv.VITE_MLEPHANT_WEBSOCKET_URL |
Contributor
There was a problem hiding this comment.
Nice keeping the fallback here. Still will send a PSA to the product channel
Comment on lines
+657
to
+661
| ...Object.values(legacyDesktopOnboardingPathAliases).map((path) => ({ | ||
| path, | ||
| index: true, | ||
| element: onboardingComponents[path], | ||
| })), |
This was referenced Aug 13, 2026
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.
Renames stale MLephant and Text-to-CAD surfaces to Zookeeper while preserving existing behavior and compatibility aliases.
src/lib/zookeeper/registry/index.tsbe auto-included by the registry lib glob instead of requiring a thin app-registry re-export.How to test
Open the Zookeeper pane from the app layout and command surfaces, submit a prompt in a local/dev environment, and confirm the existing edit/generation flow behaves as before. Also load older settings or links that still use the legacy Text-to-CAD path/env names and confirm they continue to resolve to Zookeeper.