Add Rust CLI port - #321
Open
etbyrd wants to merge 1 commit into
Open
Conversation
Confidence Score: 5/5This looks safe to merge.
|
| Filename | Overview |
|---|---|
| cli-rust/src/config.rs | Adds Rust CLI config and OAuth credential resolution, including refresh handling for saved sessions. |
| cli-rust/src/payloads.rs | Adds Rust CLI Payloads push/pull support and payload client credential wiring. |
| scripts/package-rust-cli.mjs | Adds release archive packaging for the Rust CLI across supported platforms. |
| scripts/install-rust-cli.ps1 | Adds the Windows installer path for Rust CLI release archives. |
| .github/workflows/rust-cli-release.yml | Adds the manual Rust CLI release workflow with platform builds and installer smoke checks. |
| sdk-go/webhook.go | Updates Go webhook parsing behavior alongside shared contract changes. |
Reviews (32): Last reviewed commit: "Add Rust CLI port" | Re-trigger Greptile
etbyrd
force-pushed
the
rust-cli-port
branch
4 times, most recently
from
July 18, 2026 19:20
81b73ad to
e0973ad
Compare
etbyrd
force-pushed
the
rust-cli-port
branch
2 times, most recently
from
July 18, 2026 20:46
1552609 to
5af14f6
Compare
etbyrd
force-pushed
the
rust-cli-port
branch
2 times, most recently
from
July 19, 2026 17:35
18e9f0c to
d2c28cb
Compare
etbyrd
force-pushed
the
rust-cli-port
branch
13 times, most recently
from
July 21, 2026 09:53
5e53675 to
909b186
Compare
etbyrd
force-pushed
the
rust-cli-port
branch
3 times, most recently
from
July 21, 2026 17:25
322c5b5 to
0765fa5
Compare
Contributor
|
Heads-up on stacking: there are five open PRs based on
Each force-push of |
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
make rust-cli-full-checkmake cli-parity(2737Node-accepted help spellings,119/119operations,58/58generated aliases,119/119generated command fixtures,467black-box cases)make cli-archive-parity(2737Node-accepted help spellings and467black-box cases against both extractedprimitiveandprimarchive binaries)make rust-cli-check-generated cli-command-surface-parity cli-operation-coveragenode --check scripts/run-cli-parity.mjsnode --check scripts/run-cli-help-sweep.mjsnode --check scripts/generate-rust-cli-help-snapshots.mjscargo build --manifest-path cli-rust/Cargo.toml --lockedgit diff --check