feat(mise): configure default tools as lazy - #9596
Open
jdx wants to merge 11 commits into
Open
Conversation
*AI-assisted — Tool: Codex; model: openai/gpt-5; version: unavailable.*
*AI-assisted — Tool: Codex; model: openai/gpt-5; version: unavailable.*
jdx
marked this pull request as draft
September 1, 2026 11:49
…-tools # Conflicts: # install/user/mise.sh # test/shell.d/preinstalls-test.sh
jdx
marked this pull request as ready for review
September 2, 2026 15:12
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
/etc/mise/config.toml~/.local/share/mise, so first-use installs stay unprivilegedmise install --include-lazyfor installing every lazy tool up frontWhy
mise v2026.9.1 now provides native lazy tool shims, system-config storage overrides, safe shim reconciliation, and
mise install --include-lazy. Omarchy can use those primitives directly instead of maintaining one wrapper script per command.Dependency
Testing
mise-v2026.9.1-linux-x64release binary: offlinereshim --systemcreated all 19 expected command shims from the system configmise install uvinstalleduv@0.12.8from the lazy system-style config, verified its GitHub artifact attestations, and executed it throughmise xghshim installedgh@2.98.0, verified its GitHub artifact attestations, and rangh --versionsettings.locked=true: a system lazy shim installed and ranuv@0.12.9;mise install --include-lazy --dry-runresolved all 16 managed tools--locked:mise install --include-lazy --dry-runresolved all 16 managed tools without requiring system lockfilesuv, verified Python 3.13.15, and ran it without changing the user-global mise config./test/cli./test/shellcompleted; all changed-area tests passed. Environment-only failures were the three checks requiring a siblingomarchy-pkgscheckout and the existing roomy-window animation assertion.network-qr-test.shalso failed once in the aggregate run and passed immediately when rerun alone.VM testing
qemu-full11.1.0,edk2-ovmf,socat, ImageMagick, and Tesseract) and ran the VM-freeomarchy-isosuite successfullymise-bin 2026.9.1-1/usr/bin/mise --versionreported 2026.9.1,/etc/mise/config.tomlwas active, and the shim directory contained the 19 Omarchy lazy commands alongside the existing Node shimsMISE_LOCKED=1 uv --versioninstalled and ranuv@0.12.9from/etc/mise/config.toml; the user's global Node declaration remained in~/.config/mise/config.toml, and mise correctly did not require a system lockfilemise install --include-lazy --dry-runresolved every remaining lazy system tool in the installed guest--sync-alland ran the PR's CLI, shell, and graphical acceptance suites in the VM; all mise/Hermes/uv tests passed. The broad run retained unrelated fixture/environment failures (missingomarchy-pkgscheckout for packaging-coverage tests, font-width/animation assertions, one privileged migration fixture) plus a reminder-panel visual timeout.Two test-only harness accommodations were needed and were not applied to this PR: the current ISO helper does not locally build non-
omarchy*packages, so the test harness was extended to buildmise-binfrom the supplied package checkout; and Arch's currentbroadcom-wl→broadcom-wl-dkmstransition required a current-Arch mirror/package-list override while the Omarchy snapshot catches up. The harness's greeter OCR was also broadened to accept the current “Beautiful, Fun & Agentic” tagline.AI-assisted — Tool: Codex; model: OpenAI/GPT-5; version: unavailable.