Skip to content

v2.2.1 — installer no longer relocates existing checkouts

Choose a tag to compare

@Changroro Changroro released this 26 May 00:56
· 97 commits to main since this release

🐛 Fixes

  • Re-running the curl installer used to silently switch the llmux editable target — e.g. from a dev checkout to ~/.llmux, leaving the command pointing at a fresh skeleton without the user's profiles. The installer now detects existing installs via uv-receipt.toml, updates that checkout in place (git pull --ff-only + uv tool install --editable . --force on the same path), and ignores LLMUX_DIR once installed. Set LLMUX_FORCE_RELOCATE=1 to override and relocate. (#53)

Changelog

  • #53 🐛 fix(installer): update existing checkout in place, never relocate
  • #54 🔖 chore: bump version to 2.2.1

Full diff: v2.2.0...v2.2.1