v1.0.0
First stable 1.0 release. Global package commands now auto-detect whether aube or mise owns your globals, and shell activation can optionally stay ahead of full mise PATH hooks.
Global package routing
global_packages = "auto"is now the default; aubeshim inspects aube and mise global stores to pick the right backend- Routes global outdated, list, install, and remove commands to aube or mise as appropriate
npm outdated -gworks against aube globals when aube owns the packageAUBESHIM_GLOBAL_PACKAGES_BACKENDacceptsauto,mise, oraubeto override detection
Shell activation
aubeshim activate --persistentre-prepends shims on each prompt for shells using fullmise activate(without--shims), where mise's precmd hook would otherwise push shims behind tool bins
Full Changelog: v0.9.1...v1.0.0