feat: complete BYO onboarding SDK and CLI flow - #362
Open
alongubkin wants to merge 3 commits into
Open
Conversation
Greptile SummaryThe PR regenerates the Platform SDK to expose Deployment Link setup-package readiness and correct Release Channel documentation. It also adds verified downloading and caching of target-native npm assets for external TypeScript cross-builds.
Confidence Score: 5/5The PR appears safe to merge because no blocking failure remains. No blocking failure remains.
|
| Filename | Overview |
|---|---|
| crates/alien-build/src/toolchain/native_addon.rs | Adds integrity-verified npm retrieval and caching for target-native bindings and AI gateway assets when no local workspace source is available. |
| client-sdks/platform/typescript/src/models/deploymentlinksetupresponse.ts | Adds the required setup-package readiness enum and field to the generated Deployment Link setup response model. |
| client-sdks/platform/openapi.json | Regenerates the public Platform API contract with setup-package readiness and corrected operation documentation. |
| examples/remote-worker-ts/tests/worker.test.ts | Adds Zod validation for health, tool-list, and file-read responses in the example integration tests. |
Reviews (2): Last reviewed commit: "fix: make the starter release cross-plat..." | Re-trigger Greptile
|
Too many files changed for review (185 files, 100 file limit). Bypass the limit by tagging |
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.
Summary
Validation
alien releasecreated one local Platform Release for AWS, GCP, and Azurecargo test -p alien-build toolchain::native_addon::tests --libcargo check -p alien-buildNODE_OPTIONS=--max-old-space-size=8192 pnpm --dir client-sdks/platform/typescript buildgit diff --checkThis PR is stacked on the BYO container-registry branch because the onboarding work follows projects 1–5.