Skip to content

Releases: loonghao/vx

v0.9.3

25 May 08:57

Choose a tag to compare

0.9.3 (2026-05-25)

Features

  • add python 3.7 and wasm runtimes (4e5f011)

v0.9.2

25 May 06:05

Choose a tag to compare

0.9.2 (2026-05-25)

Features

  • add rust wasm providers (caa7afd)

v0.9.1

25 May 03:06

Choose a tag to compare

0.9.1 (2026-05-25)

Bug Fixes

  • correct metrics calculations (05c35f1)
  • harden release-please and add mcpcall (e62080b)
  • repair vx store executable permissions (63e190a)
  • serialize runtime installs (0b33913)

vx 0.9.3 (compatibility)

25 May 09:11

Choose a tag to compare

This is a backward-compatibility release for older vx versions (v0.5.x, v0.6.x). See v0.9.3 for full release notes.

vx 0.9.2 (compatibility)

25 May 06:17

Choose a tag to compare

This is a backward-compatibility release for older vx versions (v0.5.x, v0.6.x). See v0.9.2 for full release notes.

vx 0.9.1 (compatibility)

25 May 03:20

Choose a tag to compare

This is a backward-compatibility release for older vx versions (v0.5.x, v0.6.x). See v0.9.1 for full release notes.

v0.9.0

24 May 11:13

Choose a tag to compare

0.9.0 (2026-05-24)

⚠ BREAKING CHANGES

  • migrate providers, add bridge system, fix Windows env injection
  • migrate providers, add bridge system, fix Windows env injection

Features

  • add 11 new providers (mise, gitleaks, biome, lazydocker, k9s, gping, watchexec, duf, trippy, sd, actionlint) (7874ac8)
  • add 7 high-priority developer tool providers (lazygit, delta, hyperfine, zoxide, atuin, chezmoi, eza) (b221a45)
  • add 7 new providers (tealdeer, dust, xh, bottom, trivy, zellij, dive) (5aa0e2d)
  • add age and sops providers, update project analyzer frameworks (f048f10)
  • add build cache providers (sccache, ccache, buildcache) (62dbacb)
  • add dynamic package_prefixes from provider.star metadata (2bfddd2)
  • add FilterLevel enum (Light/Normal/Aggressive) for compact output (#804) (876731f)
  • add hadolint (Dockerfile linter) provider (c9036c6)
  • add helix and yazi providers (acf70c3)
  • add llvm/conan/xmake/wix providers and enhance msvc/msbuild for C++/C# build automation (cfc336a)
  • add new oneshot runner ecosystems and update CLI help/docs (eb78070)
  • add Nx and Turborepo cache providers, fix CI sccache issue (fdb59a3)
  • add self-update check with non-blocking notification (4599d8c)
  • add starlark provider support with bash, curl, meson, openssl, pre-commit, release-please, rez, systemctl, xcodebuild providers (4d0ff41)
  • add vcpkg provider for C++ dependency management (fc6f317)
  • add vx skill for ClawHub publication (#638) (0430588)
  • add vx-output-filter crate for compact subprocess output (#802) (ba69f04)
  • add well-known Python version fallback for python-build-standalone (35f85fd)
  • add witr provider (137 providers total) (e74d708)
  • add worktrunk provider (132 tools total) (#839) (79c179d)
  • ai: implement RFC 0035 AI integration optimization (7ab320c)
  • auto-improve: squash merge auto-improve branch (2797ede)
  • bridge global install commands to vx package shim workflow (0d7ecf2)
  • build: add rust-lld linker for faster builds (RFC 0032 Phase 1) (60d7a17)
  • build: add vx-runtime-core and vx-runtime-archive to workspace dependencies (c0e13bd)
  • build: create vx-runtime-core and vx-runtime-archive (RFC 0032 Phase 2) (5c2a118)
  • build: integrate vx-runtime-core and vx-runtime-archive (RFC 0032 Phase 2) (cb49cb2)
  • change non-TTY default output from JSON to Toon, disable CDN by default (cc46de7)
  • cli: add update channel support (stable, beta, dev) (75b696b)
  • cli: Agent DX improvements for AI agents (cc805e0)
  • cli: bridge global install commands to vx package shims (c753951)
  • cli: enable direct global command shims in vx bin dir (98131e4)
  • cli: overhaul vx add/remove with format-preserving edits (c391912)
  • ecosystem_aliases: route ecosystem:package to dedicated provider binary (e7ccfb4)
  • hooks: upgrade cargo-hakari pre-commit hook to auto-fix mode (59d1c58)
  • land provider and CLI improvements (f173ca7)
  • list: sort tool list alphabetically (a-z) (46147f9)
  • propagate explicit version from bundled runtime to parent dependency (#766) (b48abe6)
  • providers: add cargo-audit provider (dc2734a)
  • providers: add cargo-nextest and cargo-deny providers (a484a8b)
  • providers: add conda provider with micromamba, conda and mamba (94f1aec)
  • providers: add conda provider with micromamba, conda and mamba (be63719), closes #389
  • providers: add grpcurl provider + update provider count to 114 (906d97e)
  • providers: add kind and k3d providers (ea33834)
  • providers: add tokei provider + triage stale issues (f1077a1)
  • resolver: implement version priority with vx.lock support (37cda5e)
  • rfc-0037: implement ProviderHandle unified facade for CLI commands (8864cd1)
  • rfc-0040: implement version_info() for toolchain version indirection (8771443)
  • routing: prefer dedicated provider over cargo install for ecosystem:package (1cefc75)
  • starlark: add github.star stdlib + jj provider.star migration (2666e9c)
  • starlark: complete provider.star migration and fix stdlib ctx access (eb9c882)
  • tests: add comprehensive Python provider e2e tests (861473d)
  • use RuntimeContext for install_options instead of env vars (Phase 1) (96c98a2)
  • vx-starlark: implement Phase 2 Starlark execution engine (46ace14)
  • vx-starlark: Phase 2 - integrate starlark-rust execution engine (61b2fd3)
  • wire provider dynamic deps and fix install routing (d60c8b9)

Bug Fixes

  • 7zip: fix executable name and system_paths to point to binary file (845419a)
  • Add 'if: !startsWith(github.event.head_commit.message, chore: release)' guards to skip these workflows when the push is a release commit. (d32009f)
  • add a ound flag so END block only prints when the match block did not. Also add head -1 safety to ensure only one line is captured. (15ae81f)
  • add fzf t...
Read more

vx 0.9.0 (compatibility)

24 May 11:25

Choose a tag to compare

This is a backward-compatibility release for older vx versions (v0.5.x, v0.6.x). See v0.9.0 for full release notes.

v0.8.38

22 May 16:09

Choose a tag to compare

0.8.38 (2026-05-22)

Bug Fixes

  • avoid msvc repair for unrelated commands (bb6b292)
  • deps: update rust crate toon-format to 0.5 (bb23093)

Documentation

  • add missing tools (actrun, ctlptl, gws) to documentation (b8cf5ac)
  • add missing tools to documentation (da73262)
  • fix dead links in docs build (c18fa9b)
  • update version to v0.8.37 (149b0ba)
  • update version to v0.8.37 in AGENTS.md and README.md (4a323eb)

vx 0.8.38 (compatibility)

22 May 16:28

Choose a tag to compare

This is a backward-compatibility release for older vx versions (v0.5.x, v0.6.x). See v0.8.38 for full release notes.