feat(registry): add aqua backend for zigmod#7319
Merged
Merged
Conversation
Adds zigmod to mise's bundled aqua registry and sets it as the primary backend. This fixes binary naming issues on older zigmod versions where the binary included the version in its name. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
Contributor
There was a problem hiding this comment.
Pull request overview
This PR adds aqua backend support for the zigmod tool in mise's registry, positioning it as the primary installation method. The change addresses historical binary naming inconsistencies in older zigmod versions where release artifacts included version information in the filename.
Key Changes:
- Added aqua backend configuration for zigmod with proper asset naming patterns and platform support
- Reordered backends to prioritize aqua over github and asdf methods
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| registry.toml | Added aqua backend as primary option for zigmod installation |
| crates/aqua-registry/aqua-registry/pkgs/nektro/zigmod/registry.yaml | New aqua registry configuration defining release asset patterns, architecture mappings, and supported platforms |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Hyperfine Performance
|
| Command | Mean [ms] | Min [ms] | Max [ms] | Relative |
|---|---|---|---|---|
mise-2025.12.7 x -- echo |
16.1 ± 0.4 | 15.1 | 17.9 | 1.03 ± 0.04 |
mise x -- echo |
15.6 ± 0.5 | 14.3 | 17.5 | 1.00 |
mise env
| Command | Mean [ms] | Min [ms] | Max [ms] | Relative |
|---|---|---|---|---|
mise-2025.12.7 env |
15.8 ± 0.8 | 14.9 | 26.0 | 1.00 |
mise env |
16.6 ± 4.0 | 14.6 | 74.8 | 1.05 ± 0.26 |
mise hook-env
| Command | Mean [ms] | Min [ms] | Max [ms] | Relative |
|---|---|---|---|---|
mise-2025.12.7 hook-env |
16.4 ± 0.4 | 15.3 | 17.7 | 1.04 ± 0.04 |
mise hook-env |
15.7 ± 0.5 | 14.6 | 17.3 | 1.00 |
mise ls
| Command | Mean [ms] | Min [ms] | Max [ms] | Relative |
|---|---|---|---|---|
mise-2025.12.7 ls |
14.0 ± 0.4 | 13.0 | 15.0 | 1.00 |
mise ls |
14.9 ± 0.5 | 13.8 | 16.4 | 1.07 ± 0.05 |
xtasks/test/perf
| Command | mise-2025.12.7 | mise | Variance |
|---|---|---|---|
| install (cached) | 82ms | 83ms | -1% |
| ls (cached) | 53ms | 54ms | -1% |
| bin-paths (cached) | 57ms | 56ms | +1% |
| task-ls (cached) | 355ms | -91% |
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
Adds zigmod to mise's bundled aqua registry and sets it as the primary backend.
This fixes binary naming issues on older zigmod versions where the binary included the version in its name (e.g.,
zigmod-v20.0ef0ceb-x86_64-linuxinstead ofzigmod).Upstream PR: aquaproj/aqua-registry#45738
🤖 Generated with Claude Code
Note
Adds
aqua:nektro/zigmodand makes it the primary backend fortools.zigmod, bundling a new aqua registry entry for Zigmod.crates/aqua-registry/aqua-registry/pkgs/nektro/zigmod/registry.yamlfornektro/zigmod(github_release), withassetpattern, arch/OS replacements, Windows.exeoverride, and supported envs.tools.zigmod: Updateregistry.tomlto includeaqua:nektro/zigmodand prioritize it before existinggithubandasdfbackends.Written by Cursor Bugbot for commit 3f87767. This will update automatically on new commits. Configure here.