Conversation
Hyperfine Performance
|
| Command | Mean [ms] | Min [ms] | Max [ms] | Relative |
|---|---|---|---|---|
mise-2026.1.4 x -- echo |
19.8 ± 0.4 | 19.2 | 22.2 | 1.00 |
mise x -- echo |
20.3 ± 0.5 | 19.5 | 22.1 | 1.03 ± 0.03 |
mise env
| Command | Mean [ms] | Min [ms] | Max [ms] | Relative |
|---|---|---|---|---|
mise-2026.1.4 env |
19.2 ± 0.4 | 18.5 | 24.0 | 1.00 |
mise env |
19.6 ± 0.4 | 18.8 | 23.2 | 1.02 ± 0.03 |
mise hook-env
| Command | Mean [ms] | Min [ms] | Max [ms] | Relative |
|---|---|---|---|---|
mise-2026.1.4 hook-env |
19.3 ± 0.3 | 18.8 | 23.1 | 1.00 |
mise hook-env |
19.7 ± 0.3 | 19.0 | 20.9 | 1.02 ± 0.02 |
mise ls
| Command | Mean [ms] | Min [ms] | Max [ms] | Relative |
|---|---|---|---|---|
mise-2026.1.4 ls |
18.2 ± 0.3 | 17.7 | 19.6 | 1.00 |
mise ls |
18.8 ± 0.7 | 17.8 | 25.2 | 1.03 ± 0.04 |
xtasks/test/perf
| Command | mise-2026.1.4 | mise | Variance |
|---|---|---|---|
| install (cached) | 114ms | 113ms | +0% |
| ls (cached) | 69ms | 69ms | +0% |
| bin-paths (cached) | 73ms | 72ms | +1% |
| task-ls (cached) | 286ms | 292ms | -2% |
0466865 to
8c76769
Compare
2 tasks
jdx
added a commit
that referenced
this pull request
Jan 19, 2026
) ## Summary - Bumps usage-cli from 2.12.0 to 2.13.1 in mise.lock - usage-cli 2.13.0 added PowerShell completion generation support ## Problem During releases, PowerShell completions were generated with the wrong version number because: 1. `usage` CLI (2.12.0) didn't support PowerShell 2. `mise completion powershell` fell back to prerendered completions via `include_str!()` 3. The embedded file had the old version since it was compiled before new completions were generated This caused autofix-ci to make a follow-up commit fixing the PowerShell completion version (see #7730). ## Solution With usage-cli 2.13.1, all four shells (bash, fish, zsh, powershell) now use dynamic generation via the `usage` CLI, ensuring correct version numbers in completions. ## Test plan - [x] Verified `usage generate completion powershell` works with 2.13.1 - [x] Verified `mise completion powershell` generates completions dynamically 🤖 Generated with [Claude Code](https://claude.ai/code) <!-- CURSOR_SUMMARY --> --- > [!NOTE] > Updates tooling to ensure accurate shell completions. > > - Bumps `cargo:usage-cli` in `mise.lock` from `2.12.0` to `2.13.1` > - With 2.13.x, completions for bash/fish/zsh/powershell are generated dynamically via `usage` (ensuring correct versions) > > <sup>Written by [Cursor Bugbot](https://cursor.com/dashboard?tab=bugbot) for commit e210e8e. This will update automatically on new commits. Configure [here](https://cursor.com/dashboard?tab=bugbot).</sup> <!-- /CURSOR_SUMMARY --> Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com>
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.
🚀 Features
🐛 Bug Fixes
📚 Documentation
📦️ Dependency Updates
Chore
New Contributors
📦 Aqua Registry Updates
New Packages (2)
F1bonacc1/process-composekkinnear/zprintUpdated Packages (1)
theryangeary/choose