Skip to content

v1.0.0

Choose a tag to compare

@github-actions github-actions released this 21 Jun 20:59
· 8 commits to main since this release

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 -g works against aube globals when aube owns the package
  • AUBESHIM_GLOBAL_PACKAGES_BACKEND accepts auto, mise, or aube to override detection

Shell activation

  • aubeshim activate --persistent re-prepends shims on each prompt for shells using full mise activate (without --shims), where mise's precmd hook would otherwise push shims behind tool bins

Full Changelog: v0.9.1...v1.0.0