Conversation
|
Note Reviews pausedIt looks like this branch is under active development. To avoid overwhelming you with review comments due to an influx of new commits, CodeRabbit has automatically paused this review. You can configure this behavior by changing the Use the following commands to manage reviews:
Use the checkboxes below for quick actions:
📝 WalkthroughWalkthroughVersion references were updated to ChangesRelease bump to v2026.6.14
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~2 minutes Possibly related PRs
Poem
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Greptile SummaryThis is a standard release PR bumping mise from
Confidence Score: 5/5Safe to merge — all changes are version bumps, changelog, and registry metadata with no modifications to core logic. All substantive code changes are in the vendored aqua registry: the doggo and gup updates correctly gate old/new asset formats with version constraints, and the vt-cli entry is well-structured (the unreachable darwin override was flagged in a prior review). The rest of the PR is mechanical version-string updates across packaging files. vendor/aqua-registry/registry.yml — the new vt-cli entry is missing the GitHub star count in the PR description per project conventions. Important Files Changed
Reviews (22): Last reviewed commit: "chore: release 2026.6.14" | Re-trigger Greptile |
Hyperfine Performance
|
| Command | Mean [ms] | Min [ms] | Max [ms] | Relative |
|---|---|---|---|---|
mise-2026.6.13 x -- echo |
18.9 ± 1.2 | 16.6 | 24.1 | 1.00 |
mise x -- echo |
20.0 ± 1.2 | 17.9 | 28.0 | 1.06 ± 0.09 |
mise env
| Command | Mean [ms] | Min [ms] | Max [ms] | Relative |
|---|---|---|---|---|
mise-2026.6.13 env |
18.6 ± 0.7 | 17.1 | 21.4 | 1.00 |
mise env |
19.4 ± 0.8 | 18.0 | 23.2 | 1.04 ± 0.06 |
mise hook-env
| Command | Mean [ms] | Min [ms] | Max [ms] | Relative |
|---|---|---|---|---|
mise-2026.6.13 hook-env |
19.2 ± 0.8 | 17.5 | 21.9 | 1.00 |
mise hook-env |
20.0 ± 0.9 | 18.3 | 24.4 | 1.04 ± 0.06 |
mise ls
| Command | Mean [ms] | Min [ms] | Max [ms] | Relative |
|---|---|---|---|---|
mise-2026.6.13 ls |
16.0 ± 0.8 | 14.2 | 20.3 | 1.00 |
mise ls |
16.8 ± 0.7 | 15.5 | 20.7 | 1.05 ± 0.07 |
xtasks/test/perf
| Command | mise-2026.6.13 | mise | Variance |
|---|---|---|---|
| install (cached) | 133ms | 135ms | -1% |
| ls (cached) | 59ms | 59ms | +0% |
| bin-paths (cached) | 64ms | 64ms | +0% |
| task-ls (cached) | 123ms | 126ms | -2% |
6aaea82 to
aacb95a
Compare
3c27406 to
1eb6e1d
Compare
f6e7090 to
8a82ce0
Compare
| asset: "{{.OS}}{{.Arch}}.{{.Format}}" | ||
| format: zip | ||
| files: | ||
| - name: vt | ||
| rosetta2: true | ||
| windows_arm_emulation: true | ||
| replacements: | ||
| darwin: MacOSX | ||
| linux: Linux | ||
| windows: Windows | ||
| amd64: "64" | ||
| overrides: | ||
| - goos: darwin | ||
| asset: "{{.OS}}.{{.Format}}" | ||
| supported_envs: | ||
| - linux/amd64 | ||
| - windows | ||
| - type: github_release |
There was a problem hiding this comment.
Dead darwin override in vt-cli entry
The overrides block contains a goos: darwin entry that changes the asset template, and rosetta2: true is set, yet darwin is absent from supported_envs (only linux/amd64 and windows are listed). Aqua uses supported_envs as the gate for which platforms are eligible; the darwin override and rosetta2 setting are therefore unreachable. If macOS builds exist for vt-cli, darwin (or darwin/amd64 and darwin/arm64) should be added to supported_envs. If macOS is genuinely unsupported, the overrides entry and rosetta2: true should be removed to avoid confusion.
8f3f2bc to
29e08d1
Compare
🚀 Features
🐛 Bug Fixes
📚 Documentation
New Contributors
📦 Aqua Registry Updates
New Packages (1)
VirusTotal/vt-cliUpdated Packages (2)
mr-karan/doggonao1215/gup