chore: run toolbox via npx instead of the bundled binary - #104
Open
wangauone wants to merge 2 commits into
Open
Conversation
This was referenced Aug 14, 2026
…ull_request trigger)
helloeve
reviewed
Aug 17, 2026
There was a problem hiding this comment.
As we are removing the toolbox packaging from this change, what's the behavior for a gemini-cli installation? (IIUC, Gemini CLI will attempt to do a direct clone? We would want to avoid the case where it still pulls from the legacy binary)
Author
There was a problem hiding this comment.
Good question. Did a round of check. The Gemini CLI will install the source tarball (same as clone) in the new release if there is no platform specific binaries. So the legacy binary won't be downloaded, there will be new ones.
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.
Switches the MCP server from the bundled
toolboxbinary tonpx -y @toolbox-sdk/server@1.8.0, which runs on every harness (no per-platform binary bundling).gemini-extension.json: command →npx -y @toolbox-sdk/server@1.8.0 --prebuilt postgres --stdiopackage-and-upload-assets.yml,toolbox_version.txt, and the "Install toolbox binary" step in presubmitrenovate.json5: track the npm@toolbox-sdk/serverpin ingemini-extension.json(grouped underrenovate/toolbox) instead of the binary releasemirror-changelog.yml: retarget to therenovate/toolboxbranchREADME.md: update troubleshooting from binary-download errors to npx/Node