feat(zcode): add full ZCode install-target support across all surfaces#128
Merged
Conversation
|
@MoriDanWork is attempting to deploy a commit to the vavanesssa Team on Vercel. A member of the Team first needs to authorize it. |
9cfb911 to
641bc1b
Compare
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.
Added full ZCode (z.ai desktop IDE) install-target support across all surfaces.
This PR closes the integration gap left after the initial ZCode tool mode introduction. The core installer function, single-model launcher, installed-models scanner, CLI flag, and Web Install Endpoints wizard were all missing — making ZCode unusable as an install target outside of the core endpoint-installer module.
Crucially, this change makes ZCode selectable in the Web Install Endpoints wizard, enabling users to install provider catalogs into ZCode from the browser.
Related Issues
Changes
1. Core Installer (
src/core/endpoint-installer.js)installIntoZCode— writes provider + models into~/.zcode/v2/config.jsonandbots-model-cache.v2.jsonscope='all'(full sync) andscope='selected'(merge mode)fcm-{providerKey}namespace — no duplicate entriesinstallProviderEndpointsforzcodecanonical mode2. Single-Model Launcher (
src/core/tool-launchers.js)writeZCodeConfigfor the--zcodelaunch flow3. Installed Models Scanner (
src/core/installed-models-manager.js)scanAllToolConfigs()discovers ZCode models4. CLI / TUI (
src/core/utils.js,src/tui/app.js,src/tui/key-handler.js)--zcodeflag parsingzcodefromshouldCheckMissingTool(desktop app, no binary)