Conversation
Summary of ChangesHello @mise-en-dev, I'm Gemini Code Assist1! I'm currently reviewing this pull request and will post my feedback shortly. In the meantime, here's a summary to help you and other reviewers quickly get up to speed! This pull request finalizes the release of Highlights
Changelog
Activity
Using Gemini Code AssistThe full guide for Gemini Code Assist can be found on our documentation page, here are some quick tips. Invoking Gemini You can request assistance from Gemini at any point by creating a comment using either
Customization To customize Gemini Code Assist for GitHub experience, repository maintainers can create a configuration file and/or provide a custom code review style guide (such as PEP-8 for Python) by creating and adding files to a Limitations & Feedback Gemini Code Assist may make mistakes. Please leave feedback on any instances where its feedback is incorrect or counter productive. You can react with 👍 and 👎 on @gemini-code-assist comments. If you're interested in giving your feedback about your experience with Gemini Code Assist for Github and other Google products, sign up here. You can also get AI-powered code generation, chat, as well as code reviews directly in the IDE at no cost with the Gemini Code Assist IDE Extension. Footnotes
|
Greptile SummaryStandard release commit bumping version from 2026.2.21 to 2026.2.22. Includes changelog documentation for bug fix #8358 (github backend archive search directory resolution) and adds new aqua registry package
Confidence Score: 5/5
Important Files Changed
Last reviewed commit: 854c81e |
There was a problem hiding this comment.
Code Review
This pull request prepares for the 2026.2.22 release. The changes primarily consist of version bumps across various configuration and documentation files, including Cargo.toml, CHANGELOG.md, README.md, and packaging-related files. It also updates the bun tool version in mise.lock and adds a new package huseyinbabal/taws to the Aqua registry. The changes are consistent with a standard release process and appear to be correct.
e65914c to
712684e
Compare
Hyperfine Performance
|
| Command | Mean [ms] | Min [ms] | Max [ms] | Relative |
|---|---|---|---|---|
mise-2026.2.21 x -- echo |
26.4 ± 0.7 | 24.9 | 34.3 | 1.00 |
mise x -- echo |
26.6 ± 1.0 | 25.0 | 40.4 | 1.01 ± 0.05 |
mise env
| Command | Mean [ms] | Min [ms] | Max [ms] | Relative |
|---|---|---|---|---|
mise-2026.2.21 env |
26.0 ± 0.8 | 24.4 | 30.2 | 1.00 |
mise env |
26.7 ± 0.6 | 25.0 | 29.5 | 1.02 ± 0.04 |
mise hook-env
| Command | Mean [ms] | Min [ms] | Max [ms] | Relative |
|---|---|---|---|---|
mise-2026.2.21 hook-env |
27.5 ± 0.7 | 25.6 | 29.3 | 1.00 ± 0.03 |
mise hook-env |
27.5 ± 0.5 | 25.9 | 29.0 | 1.00 |
mise ls
| Command | Mean [ms] | Min [ms] | Max [ms] | Relative |
|---|---|---|---|---|
mise-2026.2.21 ls |
26.2 ± 0.7 | 24.5 | 28.4 | 1.04 ± 0.04 |
mise ls |
25.2 ± 0.7 | 23.9 | 27.2 | 1.00 |
xtasks/test/perf
| Command | mise-2026.2.21 | mise | Variance |
|---|---|---|---|
| install (cached) | 165ms | 163ms | +1% |
| ls (cached) | 94ms | 93ms | +1% |
| bin-paths (cached) | 96ms | 95ms | +1% |
| task-ls (cached) | 820ms | 838ms | -2% |
b0b6b41 to
4cd4307
Compare
### 🚀 Features - add `--outdated` flag to `mise plugins ls` by @jdx in [jdx#8360](jdx#8360) ### 🐛 Bug Fixes - **(github)** resolve rename_exe search dir for archives with bin/ subdirectory by @jdx in [jdx#8358](jdx#8358) - **(install)** skip tools=true env directives during backend installation by @jdx in [jdx#8356](jdx#8356) - **(ruby)** resolve correct Windows checksums in lockfile by @jdx in [jdx#8357](jdx#8357) ### 📦 Registry - switch terradozer backend to github fork by @chenrui333 in [jdx#8365](jdx#8365) ### Chore - **(release)** fix duplicated version prefix in release title by @jdx in [jdx#8359](jdx#8359) ### New Contributors - @chenrui333 made their first contribution in [jdx#8365](jdx#8365) ## 📦 Aqua Registry Updates #### New Packages (1) - [`huseyinbabal/taws`](https://github.com/huseyinbabal/taws) #### Updated Packages (2) - [`block/goose`](https://github.com/block/goose) - [`pre-commit/pre-commit`](https://github.com/pre-commit/pre-commit)
🚀 Features
--outdatedflag tomise plugins lsby @jdx in #8360🐛 Bug Fixes
📦 Registry
Chore
New Contributors
📦 Aqua Registry Updates
New Packages (1)
huseyinbabal/tawsUpdated Packages (2)
block/goosepre-commit/pre-commit