feat(cli): gecko orquestra --program <name> (npx path) + v0.9.4 - #257
Merged
Conversation
Adds the npx path for the Orquestra provider surface, parity with uvx:
- gecko/cli.py: `orquestra` subcommand (registered in _SUBCOMMANDS + dispatched to
gecko.providers.cli.main), so `npx @geckovision/gecko orquestra --program meteora`
reaches it — same pattern as jupiter-mcp/txline-mcp.
- release.yaml: build the standalone binary with `.[serve,solana]` + `--collect-all
solders` + hidden-import the provider modules, so `solders` (PDA derivation) is
bundled in the frozen binary / npx path.
Release: all markers bumped to 0.9.4 in lockstep + CHANGELOG. Verified: mypy clean
(128 files), cli/provider suites green, recorded demo smoke; `gecko orquestra
--program meteora --help` dispatches (exit 0).
Berkay (npx):
claude mcp add orquestra-meteora -- \
npx -y @geckovision/gecko orquestra --program meteora --stdio
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
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.
Adds the npx path for the Orquestra provider surface (parity with uvx):
gecko/cli.py: neworquestrasubcommand →npx @geckovision/gecko orquestra --program meteora.release.yaml: binary built with.[serve,solana]+--collect-all soldersso PDA derivation works in the frozen binary.All markers bumped to 0.9.4 + CHANGELOG. mypy clean (128 files), suites green,
gecko orquestra --program meteora --helpdispatches.Berkay (npx):
claude mcp add orquestra-meteora -- npx -y @geckovision/gecko orquestra --program meteora --stdioNote: the frozen-binary derive path is new — worth a post-release smoke (npx orquestra derive) since PyInstaller + native solders can't be fully proven in unit tests. Tag
v0.9.4publishes.🤖 Generated with Claude Code