Skip to content

v0.9.8

Choose a tag to compare

@github-actions github-actions released this 27 May 14:16

0.9.8 (2026-05-27)

Features

  • add 11 new providers (mise, gitleaks, biome, lazydocker, k9s, gping, watchexec, duf, trippy, sd, actionlint) (a6abcab)
  • add 7 high-priority developer tool providers (lazygit, delta, hyperfine, zoxide, atuin, chezmoi, eza) (3ec51ef)
  • add 7 new providers (tealdeer, dust, xh, bottom, trivy, zellij, dive) (5bc63ab)
  • add age and sops providers, update project analyzer frameworks (498a161)
  • add build cache providers (sccache, ccache, buildcache) (c518f90)
  • add dynamic package_prefixes from provider.star metadata (6d8a197)
  • add FilterLevel enum (Light/Normal/Aggressive) for compact output (#804) (677e31d)
  • add helix and yazi providers (b62985b)
  • add llvm/conan/xmake/wix providers and enhance msvc/msbuild for C++/C# build automation (adb9720)
  • add new oneshot runner ecosystems and update CLI help/docs (fcccbdd)
  • add Nx and Turborepo cache providers, fix CI sccache issue (30954da)
  • add python 3.7 and wasm runtimes (19b9a56)
  • add rust wasm providers (4924679)
  • add self-update check with non-blocking notification (8429303)
  • add starlark provider support with bash, curl, meson, openssl, pre-commit, release-please, rez, systemctl, xcodebuild providers (cd50d2f)
  • add vx skill for ClawHub publication (#638) (42e2dc7)
  • add vx-output-filter crate for compact subprocess output (#802) (6a6369c)
  • add well-known Python version fallback for python-build-standalone (3d81387)
  • add witr provider (137 providers total) (e6ec476)
  • add worktrunk provider (132 tools total) (#839) (708f4ee)
  • ai: implement RFC 0035 AI integration optimization (595f77f)
  • auto-improve: squash merge auto-improve branch (bbddae5)
  • bridge global install commands to vx package shim workflow (9df5c6c)
  • build: add rust-lld linker for faster builds (RFC 0032 Phase 1) (7187439)
  • build: add vx-runtime-core and vx-runtime-archive to workspace dependencies (555d405)
  • build: create vx-runtime-core and vx-runtime-archive (RFC 0032 Phase 2) (dc0e646)
  • build: integrate vx-runtime-core and vx-runtime-archive (RFC 0032 Phase 2) (7077ba2)
  • change non-TTY default output from JSON to Toon, disable CDN by default (c698843)
  • cli: add update channel support (stable, beta, dev) (84c8220)
  • cli: Agent DX improvements for AI agents (1e5ac9d)
  • cli: bridge global install commands to vx package shims (c3ff97d)
  • cli: enable direct global command shims in vx bin dir (b8d03e9)
  • cli: overhaul vx add/remove with format-preserving edits (d5bd786)
  • ecosystem_aliases: route ecosystem:package to dedicated provider binary (db0b0cd)
  • hooks: upgrade cargo-hakari pre-commit hook to auto-fix mode (3f30652)
  • land provider and CLI improvements (2c8e2fd)
  • list: sort tool list alphabetically (a-z) (9f18585)
  • propagate explicit version from bundled runtime to parent dependency (#766) (788a0d2)
  • providers: add cargo-audit provider (6f1b1b9)
  • providers: add cargo-nextest and cargo-deny providers (fa4b184)
  • providers: add conda provider with micromamba, conda and mamba (c7e6013)
  • providers: add conda provider with micromamba, conda and mamba (aaeba19), closes #389
  • providers: add grpcurl provider + update provider count to 114 (356dc63)
  • providers: add kind and k3d providers (7b9ac2f)
  • providers: add tokei provider + triage stale issues (88a8b0e)
  • resolver: implement version priority with vx.lock support (9fe8714)
  • rfc-0037: implement ProviderHandle unified facade for CLI commands (cb2b65a)
  • rfc-0040: implement version_info() for toolchain version indirection (126fbb1)
  • routing: prefer dedicated provider over cargo install for ecosystem:package (392ccd3)
  • skills: add vx-agent-workflow skill for token-efficient command execution (86cd6bd)
  • starlark: add github.star stdlib + jj provider.star migration (1d8802f)
  • starlark: complete provider.star migration and fix stdlib ctx access (965e8bf)
  • tests: add comprehensive Python provider e2e tests (6c96bc5)
  • track output token savings (1fcdc83)
  • vx-starlark: implement Phase 2 Starlark execution engine (6cd99f8)
  • vx-starlark: Phase 2 - integrate starlark-rust execution engine (fae7bc7)
  • wire provider dynamic deps and fix install routing (ec4cccf)

Bug Fixes

  • 7zip: fix executable name and system_paths to point to binary file (4f55b26)
  • Add 'if: !startsWith(github.event.head_commit.message, chore: release)' guards to skip these workflows when the push is a release commit. (7874981)
  • 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. (d756244)
  • add is_version_installable and prepare_execution for bundled runtimes (c2b5704)
  • add recursive search for bundled executables and remove wrong fallback (90eb628)
  • add workspace-hack deps and remove invalid CI cache parameter (60cf870)
  • address provider CI regressions (035af34)
  • ai: fix skills format and install all 5 skills on setup (ec1af7c)
  • align starlark mock signatures with stdlib and fix provider tests (88c16b2)
  • all: comprehensive CI fixes and Rust 1.95.0 upgrade (#843) (8ab4222)
  • auto-disable Spectre mitigation in MSBuild bridge when libs are missing (81cd697)
  • auto-fetch versions when version_date cache miss in download_url (d7223c2)
  • avoid msvc repair for unrelated commands (0be0dd9)
  • cache: skip NeedsInstall results in resolution cache; extend TTL to 24h (7620f77)
  • cargo-audit: remove unused rust_triple import (lint) (f21bba5)
  • change internal rustup/toolchain debug logs to trace level (3744ee5)
  • ci: add sccache setup to all CI workflows (d9ecba7)
  • ci: add sccache setup to benchmark workflow (d67e676)
  • ci: ensure Release workflow triggers even when release is created from update-pr job (a94709c)
  • ci: exclude vx-msbuild-bridge from cargo-dist & improve skills sync (fb4503d)
  • ci: fix discovery parser and CI skip list for Linux/macOS failures (f2e7632)
  • ci: handle skipped/cancelled jobs in CI Success gate (2c69ec0)
  • ci: improve sccache path handling on Windows (b960cb0)
  • ci: include Cargo.lock in workspace-hack commit step (62ebb4a)
  • ci: increase Windows timeout to prevent CI failures (217e2e4)
  • ci: install sccache in quick-test job (32819ad)
  • ci: prevent duplicate release-please PRs on release merge (7874981), closes #713
  • ci: remove lld linker on macOS due to compatibility issues (17bf47f)
  • ci: remove max-versions-to-keep from winget-releaser (87ed136)
  • ci: replace curl POST with clawhub CLI in sync-skills workflow (2d09162)
  • ci: replace dorny/paths-filter with native git diff (7b0db6e)
  • ci: replace remaining vx run cargo scripts with direct vx cargo calls (c3185a2)
  • ci: resolve required check name conflict blocking PR merges (2c9def5)
  • ci: sanitize provider cache keys (355f143)
  • ci: skip wix and xmake in CI tests (90a6bcd)
  • ci: split release-please into two jobs to fix tag creation (3eebf8b)
  • ci: switch apt mirror to azure.archive.ubuntu.com for cross builds (b8f3097)
  • ci: use system cargo directly instead of vx cargo (1f5917a)
  • ci: use vx cargo prefix in justfile recipes for CI compatibility (6a5e272)
  • cleanup: fix compile errors from ecosystem_aliases feature (01e55cd)
  • cli: add --toon shortcut flag for TOON output format (b2c4f9b)
  • cli: fix Clippy warnings and test compilation errors (0b2ea2d)
  • cli: fix formatting issues (run cargo fmt) (302d2e6)
  • cli: fix vx check system_fallback and vx lock for installed tools (3d6087a)
  • clippy useless_vec warnings in tests (9ff0999)
  • cli: remove debug print from lib.rs (613a2f6)
  • cli: send update notifications to stderr (35fb5b9)
  • console: use eprintln for progress output to avoid stdout contamination (c7c576c)
  • correct cmake macOS download URL and jq environment key (851255e)
  • correct download URLs for grpcurl, k3d, kind, and duckdb providers (29556f6)
  • correct metrics calculations (b82cb64)
  • correct RFC count (40+ -> 50+) and update Rust version badge (1.93+ -> 1.95.0+) (#879) (9bba76e)
  • deps: update rust crate anstream to v1 (7634188)
  • deps: update rust crate hashbrown-986da7b5efc2b80e to 0.17 (07124de)
  • deps: update rust crate hashbrown-986da7b5efc2b80e to 0.17 - abandoned (004a57b)
  • deps: update rust crate starlark_derive to 0.14 (040fae8)
  • deps: update rust crate toon-format to 0.5 (ff851ca)
  • dist: exclude vx-star-metadata from cargo-dist release artifacts (b9cc621)
  • docker: switch apt mirror to azure.archive.ubuntu.com in Dockerfiles and test workflow (e6afc73)
  • docs: fix broken doctests in vx-console and vx-starlark (6d17206)
  • engine: ctx.install_dir now points to actual install location (e78a652)
  • ensure rust targets are installed in CI (e09a6cb)
  • exclude vx-star-metadata from cargo-hakari workspace-hack (43b398d)
  • eza: add platform_constraint to skip macOS in CI tests (1d49a16)
  • ffmpeg use Gyan.dev mirror, witr only override download_url (a0de490)
  • ffmpeg: use system_install only (remove unreliable GitHub downloads) (4fdd7da)
  • ffmpeg: use vx-org/mirrors with BtbN static builds (win64+linux64+linuxarm64) (39542e3)
  • filter vault releases by platform artifacts (b9205de)
  • fix PSReadLine cursor positioning issue in PowerShell prompt (1a5d995)
  • fix system_install providers and starlark test assertions (round 5) (cabfdeb)
  • fix workspace-hack hakari section markers and regenerate dependencies (7483f3f)
  • flatten InstallLayout JSON so manifest_runtime can read strip_prefix (71bc81d)
  • gcloud: update starlark test to use __type field (9db3a9c)
  • git uses MinGit ZIP on Windows, rust toolchain defaults to stable (7a18c22)
  • git Windows exe path, rust bundled store mismatch, lock multi-platform URLs + perf optimizations (#787) (8806adc)
  • gracefully resolve numeric version hints for pure opaque providers (40b580f)
  • hadolint asset name separator and uvx bundled_with support (c2e0dd9)
  • handle JSON output in where command e2e tests (c5f7dbe)
  • handle rust toolchain versions in path selection (9717a40)
  • handle VX_VERSION=latest in install scripts (5d30f4a)
  • harden release and runtime installs (9ea29a6)
  • harden release workflow reruns (70c7871)
  • harden release-please and add mcpcall (5523346)
  • import env_prepend from env.star instead of provider.star (0a8503f)
  • improve installer fallback and mirror release support (84e8e35)
  • inject parent runtime env for bundled runtimes (npm/node PATH issue) (f39d51a)
  • inject parent runtime PATH for bundled runtimes via spec env_config (d05e779)
  • installer: apply binary rename fix to RealInstaller.download_with_layout (b3dcdda)
  • installer: fix PortableGit .7z.exe not recognized as archive + stop version fallback on layout errors (fb6d128)
  • install: prevent awk double-output in resolve_latest_version (d756244)
  • install: skip releases without binary assets in version resolution (46553eb)
  • just: correct version_pattern to match 'just X.Y' output (5238a21)
  • justfile: fix test-pkgs recipe to not duplicate -p flag (6bc8aea)
  • lint: resolve provider.star lint issues (6166bb3)
  • macos: make sevenz-rust optional to fix macOS build (6f7d846)
  • make E2E version list tests resilient to transient network errors (2367e94)
  • make env-dependent tests serial to prevent race conditions (44974bd)
  • manifest-runtime: override resolve_version to return 'system' for system tools (ced6833)
  • mise: avoid strip_prefix on Windows to prevent Access Denied errors (b1958c9)
  • mise: update unit tests to match new install_layout implementation (3f7d91b)
  • mise: use strip_prefix='mise/bin' on Windows to avoid shim detection error (1703d7f)
  • paths: detect unified runtime store versions (35e16cc)
  • prepend node_modules/.bin to PATH for npm/npx execution (#906) (a2b7ea2)
  • preserve Rust MSRV in vx.toml and enable passthrough for Rust ecosystem (bec646a)
  • prevent bundled runtime executable misresolution (npm->node) (0f50874)
  • prevent repeated MSVC component re-installation when Spectre libs unavailable (94363bf)
  • propagate locked version to bundled runtime dependencies (b3a889b)
  • provider: correct grpcurl version check (28e7de8)
  • providers: add fetch_versions_with_tag_prefix to layout mock + fix cargo-deny Windows (ce5c171)
  • providers: correct install_layout strip_prefix and download_url (45589b8)
  • providers: correct mirror tag version fetching (248b2fc)
  • providers: fix 5 more provider bugs (round 2) + add tar.bz2 support (c89565b)
  • providers: fix 5 provider bugs from auto-improve branch (96dbf55)
  • providers: fix binary rename, grpcurl macOS, duckdb macOS, nerdctl platform (dff7141)
  • providers: fix cargo-nextest macOS triple and cargo-audit test assertions (21fe463)
  • providers: fix download URL bugs in git, xmake, and ollama (#777) (c5efbb5)
  • providers: fix download URLs for cargo-audit, cargo-nextest, and deno (28af75a)
  • providers: fix dust and eza macOS download URL 404 (ee5bc77)
  • providers: fix dust version pattern and tealdeer binary rename (eb7c3f6)
  • providers: fix gcloud get_execute_path and terraform fetch_versions (f0b5d9c)
  • providers: resolve CI download URL failures (9067375)
  • providers: resolve CI issues for new provider batch (8aa8967)
  • providers: resolve tealdeer and mise install layouts (3c2d42a)
  • providers: use vx-org/mirrors for ffmpeg and witr downloads (e9d6fc3)
  • provider: use gnu rustup triples on linux (2b9e217)
  • Python install fails due to version_date cache key mismatch (2edb836)
  • release: disable sccache rustc-wrapper in release workflow (248bfdf)
  • remove BOM from all provider.star files and improve star syntax checker (75f14df)
  • remove platform subdir from install path, fix providers (ad05502)
  • remove unused loads and fix lint issues in provider.star files (cf28c19)
  • remove unused variables in witr/provider.star (93f8dad)
  • remove windows-sys 0.59 and merge features into 0.61 in workspace-hack (336e2d8)
  • repair provider test resolution and platform gating (657467e)
  • repair vx store executable permissions (f0d57e5)
  • replace all ctx dict access with struct attribute access in provider star files (163be8c)
  • replace all ctx.http.get_json with fetch_json_versions descriptors in provider.star files (7f9238c)
  • resolve .cmd executables for bundled runtimes on Windows (bd12254)
  • resolve CI errors (0a30bed)
  • resolve CI errors (454cb9b)
  • resolve CI failures for imagemagick, ffmpeg, rez, bash, make, nasm (5880381)
  • resolve CI failures for lefthook, grpcurl, and kustomize providers (04be2d9)
  • resolve CI failures for yq, wix, xmake, vcpkg providers (1be437f)
  • resolve compiler errors in test files (5e97fd2)
  • resolve Linux CI failures for ffplay/ffprobe/gofmt/lld/xmake/yq (3c8bf60)
  • resolve macOS CI failures for ffmpeg and imagemagick (3e9bcc8)
  • resolve merge conflict in release manifest (53bb34d)
  • resolve Python PYTHONHOME mismatch (#696), improve version pagination, unify skills (e477508)
  • resolve sha2 LowerHex compile errors and upgrade GitHub Actions (c0ffcc9)
  • resolver: resolve bundled runtime fallback executable (6b03b94)
  • resolver: stop re-installing system-managed runtimes on every vx invocation (4fdb1c4)
  • runtime: check vx store first in ManifestDrivenRuntime.is_installed() and installed_versions() (1966339)
  • runtime: preserve bundled command prefixes (a6560b1)
  • runtime: satisfy clippy collapsible-if lint (70b682a)
  • Rust ecosystem passthrough for rustc versions in resolve_version (6228793)
  • rust: stop re-installing rust on every vx cargo invocation (26a1aa5)
  • serialize runtime installs (9b69487)
  • skip broken micromamba windows release (77025a3)
  • stabilize test suite and version constraint parsing (066155f)
  • starlark: lower provider loading log level from info to debug (b8947a5)
  • starlark: register all 14 stdlib modules in loader (20e0ed8)
  • switch macOS FFmpeg download source from evermeet.cx to osxexperts.net (4bc40be)
  • temp_dir unbound variable in install.sh and uv strip_prefix (e24a3fa)
  • tests: add missing OutputFormat argument to handle_list calls (2c44db1)
  • tests: fix 14 failing tests across multiple crates (df20c05)
  • tests: fix cargo-deny Windows URL test and add missing provider tests (28f8367)
  • tests: fix output_tests and info_tests failures in non-TTY CI (414bb8a)
  • tests: relax assertion in test_vx_toml_python_setup_dry_run (1cc2979)
  • tests: resolve latest unit test failures (0458baf)
  • tests: rewrite all provider runtime_tests to use create_provider() API (0ae8cba)
  • ui: show Installing feedback during auto-install to avoid perceived hang (560684e)
  • unblock remaining CI regressions (b5498a1)
  • use bin/bash.exe for git-bash instead of git-bash.exe --attach (dbe9be4)
  • use child version for bundled proxy runtime installation (e97e333)
  • use struct attribute access ctx.platform.os instead of dict access ctx[platform][os] in stdlib star files (b8f4c93)
  • use system_install for ffmpeg Linux, fix witr install_layout (bcf1e7d)
  • uv: route uvx through uv tool run (f63dcb3)
  • versions: case-insensitive Ecosystem deserialization for vx.lock compatibility (7f6e2ed)
  • vx-config: fix sha2 GenericArray LowerHex compile error (7aa358e)
  • vx-provider-jj: strip v prefix from version tags to prevent double-v in download URL (67486e1)
  • watchexec: remove unused load imports to pass provider static lint (f4b7330)
  • watchexec: use .zip on Windows, .tar.xz on Linux/macOS (ef58118)
  • where: use executable_name() instead of runtime name for exe lookup (ee5bfb4)
  • windows: resolve OS error 193 when executing bundled runtimes (npm/npx) (9aacc52)
  • wire Starlark post_extract hooks into ManifestDrivenRuntime and fix bundled runtime detection (2802d5a)
  • witr: correct type key in install_layout (double underscores) (2cb2a39)
  • witr: correct version pattern and binary path in provider.star (e0eb805)
  • witr: override install_layout with correct type (79bc88c)
  • witr: rewrite provider without template to handle direct binaries correctly (a73cef0)
  • witr: use 'binary' type for direct binaries (Linux/macOS) (813eef2)

Performance Improvements

  • add cargo build optimization agent rule (c884d9d)
  • implement cargo-hakari workspace-hack + runtime/config refactoring (b3d6597)
  • optimize test and build configuration (06727c5)
  • optimize workspace compilation settings (1f1f528)

Code Refactoring

  • build: remove legacy provider.toml support, simplify build.rs and registry.rs (a0cb55b)
  • cli: update commands and test utilities for runtime refactoring (8e80df3)
  • env,version-fetcher: eliminate platform/version utils duplication (d271ac8)
  • extract vx-star-metadata crate and eliminate Box::leak usage (160a618)
  • improve code quality - replace unwrap() and eprintln! with proper error handling (3ac83d1)
  • improve code safety and remove dead code (92a5af7)
  • improve code safety by eliminating unsafe unwrap calls (bf838c3)
  • merge vx-core into vx-runtime-core (e0f3e26)
  • optimize provider.star files using stdlib templates (646093f)
  • provider: conda use provider.star only (remove Rust code) (a56af66)
  • providers: replace all hand-written permissions dicts with stdlib helpers (d49da4d)
  • providers: simplify providers to use standard templates (2b4bdbb)
  • replace bare .unwrap() with descriptive .expect() in production code (991b4e2)
  • resolver: integrate ResolutionCache into execution pipeline (03d6864)
  • runtime-core: remove dead Runtime trait and provider machinery (f9659e1)
  • runtime: split runtime.rs into module and add ISP sub-traits (93a1f6d)
  • simplify all providers to PROVIDER_STAR only, remove redundant create_provider and star_metadata (adf3484)
  • split tests to tests/ dir, extract bridge/builder modules, remove metadata indirection, fix clippy warnings (064af9a)
  • unify progress bars and restructure docs progressively (#812) (aa48d18)
  • use LazyLock for regex compilation and improve error handling (c0c9946)
  • vx-starlark: replace path-based cache with content-hash incremental analysis cache (3acb930)

Documentation

  • add age and sops to tools overview and CHANGELOG (eacdda8)
  • add CLAUDE.md, .cursor/rules/*.mdc, and improve AI agent documentation (#747) (2ffce28)
  • add complete Supported Tools section to llms-full.txt (071cf62)
  • add critical rules section to AGENTS.md for AI agents (#869) (d0fed57)
  • add latest RFCs (0037, 0039, 0040) to llms-full.txt (#873) (b6e5385)
  • add llms.txt and llms-full.txt following llmstxt.org protocol (4ab49e9)
  • add missing tools (actrun, ctlptl, gws) to documentation (412a66e)
  • add missing tools to documentation (6b0a94f)
  • add more tool examples to AGENTS.md (bfde740)
  • add pre-commit hooks documentation (EN/ZH) and update contributing guides (274aec5)
  • add self-update command documentation with channel support (f2a3e80)
  • add Starlark Providers advanced guide (bilingual) (38739c0)
  • add worktrunk (wt) tool documentation (bfa403f)
  • agent: add cross-language global install contract and fix RFC links (bc47efb)
  • cargo: add fast build optimizations inspired by Bevy (31a0588)
  • cleanup: sync provider count from 105 to 111 across all docs (3784b5d)
  • enhance AI agent documentation and sync skills (#736) (043b7aa)
  • enhance AI agent documentation with decision framework, MCP guide, and version fixes (#732) (e806f1f)
  • enhance AI agent ecosystem with 15+ agent support (#749) (fff3c42)
  • fix dead links in docs build (3cc85ca)
  • fix duplicate Critical Rules sections in AGENTS.md (#870) (444cae2)
  • fix syntax errors in other.md and quality.md (#866) (5292516)
  • improve agent documentation for better AI discoverability (#701) (ca2bfe7)
  • improve agent knowledge - update provider count to 78, enhance AGENTS.md, sync skills (#687) (2686f86)
  • improve agent knowledge - update provider.star docs, fix tool counts, add creating-provider guide (cdfcf32)
  • improve AI agent documentation and fix version inconsistencies (#710) (72389b7)
  • improve AI agent documentation ecosystem (#741) (59c4f12)
  • optimize agent docs for v0.8.20 — add Copilot instructions, expand AI agent support to 17+ (#762) (0430e70)
  • optimize AGENTS.md as progressive disclosure map (#868) (5c22bd5)
  • remove emojis from README and update descriptions (1ebb626)
  • rfc-0032: update Plan D (hakari implemented), Plan E/F tracking status (22794da)
  • rfc: add RFC 0036 - Starlark Provider Support (8501be4)
  • rfc: update Phase 2 progress in RFC 0032 (b10be5a)
  • rfc: update Phase 2 status in RFC 0032 (b7f69d8)
  • rfc: update RFC 0036 v0.3 - add Buck2 typed provider_field, load() module system, incremental analysis cache, declarative actions (46a939c)
  • simplify AI agent configs, add vx wt/witr examples (729f224)
  • sync zh contributing.md and add zh fixes docs (e2dbe08)
  • teach token-efficient vx agent workflows (bfa669a)
  • update AGENTS.md, GEMINI.md, CLAUDE.md, add SECURITY.md and CODE_OF_CONDUCT.md (cb395ce)
  • update AGENTS.md, GEMINI.md, CLAUDE.md, add SECURITY.md and CODE_OF_CONDUCT.md (#915) (cb395ce)
  • update cargo-build-optimization agent rule with implemented optimizations (1fb7132)
  • update documentation for self-update and worktrunk (53d4ddf)
  • update media.md and witr.md with vx-org/mirrors download source (#864) (3fa5f2a)
  • update outdated version numbers in README.md (#874) (8a8d218)
  • update provider count 136 -> 137 (add witr) (#859) (58ae269)
  • update provider count from 129/131 to 132 (b25138c)
  • update provider count from 129/131 to 132 across all documentation (d7a7b67)
  • update provider count from 132/135 to 136 across all docs (382260d)
  • update provider count from 132/135 to 136 across all docs (1cfffe2)
  • update provider count from 136 to 137 across documentation (#865) (1e732a9)
  • update provider count to 129 in AGENTS.md (a231b85)
  • update provider count to 131 in AGENTS.md (ca6b517)
  • update provider count to 132 and add conda/micromamba/mamba (70b4244)
  • update provider count to 132 and add conda/micromamba/mamba to overview (420a01d)
  • update provider count to 137 (add witr) (672ff0b)
  • update rules to reflect provider.star migration (ef14534)
  • update Rust version requirement in contributing.md (ba93d32)
  • update Rust version requirement to 1.93+ (Edition 2024) in contributing.md (63ecae5)
  • update Rust version to 1.95.0+ and fix RFC count (#875) (0e1228b)
  • update tools overview and quality documentation (134cfac)
  • update version to 0.8.32 and provider count to 129 (873d19e)
  • update version to v0.8.35 and provider count to 136 (7c7e407)
  • update version to v0.8.35 and provider count to 136 (a1c1c15)
  • update version to v0.8.36 and provider count to 136 (b4e1261)
  • update version to v0.8.36 and provider count to 136 (6a9865a)
  • update version to v0.8.37 (0bc8d0a)
  • update version to v0.8.37 in AGENTS.md and README.md (3587632)
  • update version to v0.8.39 (a03513c)
  • update version to v0.8.39 in AGENTS.md and README.md (3bf41a6)