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 marks the official release of mise version 2026.2.16. The primary purpose of this release is to integrate a recent bug fix that transitions the MISE_CARGO_BINSTALL_ONLY environment variable into a configurable setting, ensuring better management and consistency within the application's configuration. 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
|
e898693 to
d79797b
Compare
There was a problem hiding this comment.
Code Review
This pull request updates the version number to 2026.2.16 across various files, including Cargo.toml, CHANGELOG.md, and packaging configurations. The changes are consistent with a new release and appear to be correct. I have no specific feedback or suggestions for improvement.
Hyperfine Performance
|
| Command | Mean [ms] | Min [ms] | Max [ms] | Relative |
|---|---|---|---|---|
mise-2026.2.15 x -- echo |
23.9 ± 0.5 | 23.2 | 28.0 | 1.00 |
mise x -- echo |
24.1 ± 0.4 | 23.2 | 25.7 | 1.01 ± 0.02 |
mise env
| Command | Mean [ms] | Min [ms] | Max [ms] | Relative |
|---|---|---|---|---|
mise-2026.2.15 env |
23.5 ± 1.0 | 22.6 | 34.6 | 1.00 |
mise env |
23.7 ± 1.2 | 22.8 | 38.2 | 1.01 ± 0.07 |
mise hook-env
| Command | Mean [ms] | Min [ms] | Max [ms] | Relative |
|---|---|---|---|---|
mise-2026.2.15 hook-env |
24.1 ± 0.5 | 23.4 | 28.4 | 1.00 |
mise hook-env |
24.2 ± 0.4 | 23.2 | 25.8 | 1.00 ± 0.03 |
mise ls
| Command | Mean [ms] | Min [ms] | Max [ms] | Relative |
|---|---|---|---|---|
mise-2026.2.15 ls |
21.4 ± 0.3 | 20.7 | 22.8 | 1.00 |
mise ls |
21.5 ± 0.3 | 20.8 | 22.9 | 1.00 ± 0.02 |
xtasks/test/perf
| Command | mise-2026.2.15 | mise | Variance |
|---|---|---|---|
| install (cached) | 132ms | 131ms | +0% |
| ls (cached) | 80ms | 81ms | -1% |
| bin-paths (cached) | 88ms | 85ms | +3% |
| task-ls (cached) | 833ms | 819ms | +1% |
5476640 to
3064c62
Compare
### 🚀 Features - **(mcp)** add run_task tool for executing mise tasks by @joaommartins in [jdx#8179](jdx#8179) - **(node)** suggest setting node.flavor if the flavor is not found in mirror by @risu729 in [jdx#8206](jdx#8206) ### 🐛 Bug Fixes - **(java)** sort order for shorthand versions by @roele in [jdx#8197](jdx#8197) - **(node)** migrate env vars to settings by @risu729 in [jdx#8200](jdx#8200) - **(registry)** apply overrides in shims by @risu729 in [jdx#8199](jdx#8199) - migrate MISE_CARGO_BINSTALL_ONLY to settings by @risu729 in [jdx#8202](jdx#8202) ### 📚 Documentation - **(doctor)** fix subcommand in an example by @risu729 in [jdx#8198](jdx#8198) ### 📦 Registry - add github backend for typst by @3w36zj6 in [jdx#8210](jdx#8210) ### Chore - **(test)** disable flaky Forgejo e2e test by @jdx in [jdx#8211](jdx#8211)
🚀 Features
🐛 Bug Fixes
📚 Documentation
📦 Registry
Chore