A small patch release with a single bug fix for mise activate --shims PATH ordering.
Fixed
- Shims always prepended in
--shimsmode -- When usingmise activate --shims, if the shims directory was already present inPATH(e.g. from a previous activation or a VS Code terminal re-sourcing the shell config), mise would skip the prepend and leave shims at their existing position. This meant system binaries earlier inPATHcould silently shadow mise-managed tools. Shims are now always moved to the front. For fish,MovePrependEnvis used to reorder without duplicating; for all other shells,PrependEnvis emitted unconditionally, accepting a harmless duplicate entry in exchange for guaranteed ordering. #8757 by @ctaintor
New Contributors
Full Changelog: v2026.3.16...v2026.3.17