Skip to content

registry: add rush#9146

Merged
jdx merged 1 commit intomainfrom
claude/stupefied-ritchie
Apr 16, 2026
Merged

registry: add rush#9146
jdx merged 1 commit intomainfrom
claude/stupefied-ritchie

Conversation

@jdx
Copy link
Copy Markdown
Owner

@jdx jdx commented Apr 16, 2026

Summary

  • Add shenwei356/rush to the registry using the aqua backend
  • Rush is a cross-platform command-line tool for executing jobs in parallel (similar to GNU parallel)

Test plan

  • Verified mise x rush@0.5.4 -- rush --help installs and runs successfully via the aqua backend

🤖 Generated with Claude Code


Note

Low Risk
Only adds a new registry entry and a non-destructive CLI help-based test; no changes to core logic or security-sensitive code.

Overview
Adds a new registry definition registry/rush.toml for shenwei356/rush using the aqua backend.

Includes metadata (description) and a simple test command (rush --help) to validate the installed binary output.

Reviewed by Cursor Bugbot for commit a8e6b54. Bugbot is set up for automated code reviews on this repo. Configure here.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@jdx jdx enabled auto-merge (squash) April 16, 2026 16:46
@greptile-apps
Copy link
Copy Markdown
Contributor

greptile-apps Bot commented Apr 16, 2026

Greptile Summary

Adds shenwei356/rush to the mise registry as rush, a cross-platform parallel job executor, via the aqua backend. The entry follows the standard format with a description and a --help-based test command whose expected string matches the tool's actual output.

Confidence Score: 5/5

Safe to merge — single-file registry addition with correct format and verified tool reference.

One new TOML file following the exact pattern of existing aqua-backed registry entries; no logic changes, no conflict with existing entries, and the author confirmed installation works via the aqua backend.

No files require special attention.

Important Files Changed

Filename Overview
registry/rush.toml New registry entry for shenwei356/rush using the aqua backend; format is correct and matches established patterns.

Flowchart

%%{init: {'theme': 'neutral'}}%%
flowchart TD
    A["mise x rush@version"] --> B["Registry lookup: registry/rush.toml"]
    B --> C["Backend: aqua:shenwei356/rush"]
    C --> D["aqua downloads rush binary from GitHub releases"]
    D --> E["rush binary available in PATH"]
    E --> F["Test: rush --help\nexpected: 'rush -- a cross-platform command-line tool...'"]
Loading

Reviews (1): Last reviewed commit: "registry: add rush" | Re-trigger Greptile

Copy link
Copy Markdown
Contributor

@gemini-code-assist gemini-code-assist Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code Review

This pull request adds a new registry entry for rush, a cross-platform command-line tool for parallel job execution. I have no feedback to provide.

@jdx jdx merged commit dee4d79 into main Apr 16, 2026
39 checks passed
@jdx jdx deleted the claude/stupefied-ritchie branch April 16, 2026 16:57
@github-actions
Copy link
Copy Markdown

Hyperfine Performance

mise x -- echo

Command Mean [ms] Min [ms] Max [ms] Relative
mise-2026.4.15 x -- echo 17.0 ± 0.5 15.8 21.3 1.00
mise x -- echo 17.7 ± 0.6 16.2 21.8 1.04 ± 0.05

mise env

Command Mean [ms] Min [ms] Max [ms] Relative
mise-2026.4.15 env 16.5 ± 0.6 15.4 19.0 1.00
mise env 16.9 ± 0.5 15.8 18.7 1.02 ± 0.05

mise hook-env

Command Mean [ms] Min [ms] Max [ms] Relative
mise-2026.4.15 hook-env 16.9 ± 0.5 15.8 18.8 1.00
mise hook-env 17.4 ± 1.0 16.3 35.8 1.03 ± 0.07

mise ls

Command Mean [ms] Min [ms] Max [ms] Relative
mise-2026.4.15 ls 15.6 ± 0.5 14.5 17.4 1.00
mise ls 16.1 ± 0.6 15.0 18.6 1.03 ± 0.05

xtasks/test/perf

Command mise-2026.4.15 mise Variance
install (cached) 112ms 113ms +0%
ls (cached) 65ms 65ms +0%
bin-paths (cached) 68ms 67ms +1%
task-ls (cached) 689ms 692ms +0%

mise-en-dev added a commit that referenced this pull request Apr 17, 2026
### 🚀 Features

- **(registry)** add .perl-version support for perl by @ergofriend in
[#9102](#9102)
- **(task)** add Tera template support for inline table run tasks by
@iamkroot in [#9079](#9079)

### 🐛 Bug Fixes

- **(env)** use runtime symlink paths for fuzzy versions by @jdx in
[#9143](#9143)
- **(github)** use full token resolution chain for attestation
verification by @jdx in [#9154](#9154)
- **(go)** Remove install-time version override for subpath packages by
@c22 in [#9135](#9135)
- **(npm)** respect install_before when resolving dist-tag versions by
@webkaz in [#9145](#9145)
- **(self-update)** ensure subcommand exists by @salim-b in
[#9144](#9144)
- **(task)** show available tasks when run target missing by @jdx in
[#9141](#9141)
- **(task)** forward task help args and add raw_args by @jdx in
[#9118](#9118)
- **(task)** remove red/yellow from task prefix colors by
@lechuckcaptain in [#8782](#8782)
- **(task)** merge TOML task block into same-named file task and surface
resolved dir by @jdx in [#9147](#9147)
- **(toolset)** round-trip serialized tool options by @atharvasingh7007
in [#9124](#9124)
- **(vfox)** fallback to absolute bin path if env_keys not set by
@80avin in [#9151](#9151)

### 📚 Documentation

- make agent guide wording generic by @jdx in
[#9142](#9142)

### 📦️ Dependency Updates

- update ghcr.io/jdx/mise:deb docker digest to e019cb9 by @renovate[bot]
in [#9160](#9160)
- update ghcr.io/jdx/mise:copr docker digest to 8d25608 by
@renovate[bot] in [#9159](#9159)
- update ghcr.io/jdx/mise:rpm docker digest to 22e52da by @renovate[bot]
in [#9161](#9161)
- update ghcr.io/jdx/mise:alpine docker digest to a3da97c by
@renovate[bot] in [#9158](#9158)
- update rust docker digest to 4a2ef38 by @renovate[bot] in
[#9162](#9162)
- update ubuntu:24.04 docker digest to c4a8d55 by @renovate[bot] in
[#9164](#9164)
- update rust crate aws-lc-rs to v1.16.3 by @renovate[bot] in
[#9165](#9165)
- update ubuntu docker tag to resolute-20260413 by @renovate[bot] in
[#9169](#9169)
- update rust crate clap to v4.6.1 by @renovate[bot] in
[#9166](#9166)
- update taiki-e/install-action digest to a2352fc by @renovate[bot] in
[#9163](#9163)
- update rust crate ctor to 0.10 by @renovate[bot] in
[#9170](#9170)
- update rust crate tokio to v1.52.1 by @renovate[bot] in
[#9167](#9167)
- update rust crate rmcp-macros to 0.17 by @renovate[bot] in
[#9173](#9173)
- update rust crate signal-hook to 0.4 by @renovate[bot] in
[#9177](#9177)
- update rust crate zipsign-api to 0.2 by @renovate[bot] in
[#9180](#9180)
- update rust crate toml_edit to 0.25 by @renovate[bot] in
[#9179](#9179)
- update rust crate strum to 0.28 by @renovate[bot] in
[#9178](#9178)

### 📦 Registry

- add ibmcloud by @dnwe in
[#9139](#9139)
- add rush by @jdx in [#9146](#9146)

### New Contributors

- @80avin made their first contribution in
[#9151](#9151)
- @atharvasingh7007 made their first contribution in
[#9124](#9124)
- @lechuckcaptain made their first contribution in
[#8782](#8782)
- @ergofriend made their first contribution in
[#9102](#9102)
- @dnwe made their first contribution in
[#9139](#9139)

## 📦 Aqua Registry Updates

#### New Packages (3)

-
[`controlplaneio-fluxcd/flux-operator`](https://github.com/controlplaneio-fluxcd/flux-operator)
-
[`dependency-check/DependencyCheck`](https://github.com/dependency-check/DependencyCheck)
- [`kiro.dev/kiro-cli`](https://github.com/kiro.dev/kiro-cli)

#### Updated Packages (2)

-
[`jreleaser/jreleaser/standalone`](https://github.com/jreleaser/jreleaser/standalone)
- [`sigstore/cosign`](https://github.com/sigstore/cosign)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant