Skip to content

chore: release v0.9.0#898

Closed
github-actions[bot] wants to merge 1 commit into
mainfrom
release-please--branches--main
Closed

chore: release v0.9.0#898
github-actions[bot] wants to merge 1 commit into
mainfrom
release-please--branches--main

Conversation

@github-actions
Copy link
Copy Markdown
Contributor

🤖 I have created a release beep boop

0.9.0

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)
  • track output token savings (f0a0fb3)
  • 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 to manifest registry and use source-built vx in docker CI (d35c0a5)
  • add is_version_installable and prepare_execution for bundled runtimes (daf6a66)
  • add recursive search for bundled executables and remove wrong fallback (5db6505)
  • add workspace-hack deps and remove invalid CI cache parameter (fed823d)
  • address provider CI regressions (b0d6658)
  • ai: fix skills format and install all 5 skills on setup (83bf579)
  • align starlark mock signatures with stdlib and fix provider tests (8a8be08)
  • all: comprehensive CI fixes and Rust 1.95.0 upgrade (#843) (97d0890)
  • auto-disable Spectre mitigation in MSBuild bridge when libs are missing (a4e1623)
  • auto-fetch versions when version_date cache miss in download_url (fa81b5f)
  • avoid msvc repair for unrelated commands (bb6b292)
  • cache: skip NeedsInstall results in resolution cache; extend TTL to 24h (0cd8c36)
  • cargo-audit: remove unused rust_triple import (lint) (48a1a87)
  • change internal rustup/toolchain debug logs to trace level (bdbbe93)
  • ci: add sccache setup to all CI workflows (67237a6)
  • ci: add sccache setup to benchmark workflow (dbaefc8)
  • ci: ensure Release workflow triggers even when release is created from update-pr job (7259bc6)
  • ci: exclude vx-msbuild-bridge from cargo-dist & improve skills sync (2ca24a3)
  • ci: fix discovery parser and CI skip list for Linux/macOS failures (5d4b834)
  • ci: handle skipped/cancelled jobs in CI Success gate (18ebc6c)
  • ci: improve sccache path handling on Windows (7412df4)
  • ci: include Cargo.lock in workspace-hack commit step (0e75aab)
  • ci: increase Windows timeout to prevent CI failures (313b008)
  • ci: install sccache in quick-test job (4e32e1a)
  • ci: prevent duplicate release-please PRs on release merge (d32009f), closes #713
  • ci: remove lld linker on macOS due to compatibility issues (1f283d7)
  • ci: remove max-versions-to-keep from winget-releaser (21fa5f7)
  • ci: replace curl POST with clawhub CLI in sync-skills workflow (94ab959)
  • ci: replace remaining vx run cargo scripts with direct vx cargo calls (948d26a)
  • ci: resolve required check name conflict blocking PR merges (8f92a54)
  • ci: sanitize provider cache keys (11e46fe)
  • ci: skip wix and xmake in CI tests (bccc34a)
  • ci: split release-please into two jobs to fix tag creation (7dd72cf)
  • ci: switch apt mirror to azure.archive.ubuntu.com for cross builds (344e043)
  • ci: use system cargo directly instead of vx cargo (0b45f66)
  • ci: use vx cargo prefix in justfile recipes for CI compatibility (5984668)
  • clean extraction markers before re-installing missing MSVC components (96cc05a)
  • cleanup: fix compile errors from ecosystem_aliases feature (d89bc38)
  • cli: add --toon shortcut flag for TOON output format (0a5cc91)
  • cli: fix Clippy warnings and test compilation errors (20f4cd7)
  • cli: fix formatting issues (run cargo fmt) (0cac2ed)
  • cli: fix vx check system_fallback and vx lock for installed tools (06b47b0)
  • clippy useless_vec warnings in tests (0028d2b)
  • cli: remove debug print from lib.rs (58d35be)
  • cli: send update notifications to stderr (fcf373a)
  • collapse nested if statements to satisfy clippy (0338d30)
  • console: use eprintln for progress output to avoid stdout contamination (7ebf3e7)
  • correct cmake macOS download URL and jq environment key (e47d36b)
  • correct download URLs for grpcurl, k3d, kind, and duckdb providers (108e290)
  • correct RFC count (40+ -> 50+) and update Rust version badge (1.93+ -> 1.95.0+) (#879) (a400f57)
  • deps: update rust crate anstream to v1 (b837fcd)
  • deps: update rust crate hashbrown-986da7b5efc2b80e to 0.17 (90f011f)
  • deps: update rust crate hashbrown-986da7b5efc2b80e to 0.17 - abandoned (d934ad1)
  • deps: update rust crate starlark_derive to 0.14 (82c274b)
  • deps: update rust crate toon-format to 0.5 (bb23093)
  • dist: exclude vx-star-metadata from cargo-dist release artifacts (2c30069)
  • docker: switch apt mirror to azure.archive.ubuntu.com in Dockerfiles and test workflow (c95f733)
  • docs: escape angle brackets in RFC 0033 headings (2c76f06)
  • docs: fix broken doctests in vx-console and vx-starlark (58d88e8)
  • engine: ctx.install_dir now points to actual install location (19237c4)
  • ensure MSVC Spectre component integrity check for already-installed companion tools (3da828c)
  • ensure rust targets are installed in CI (9bffec3)
  • exclude vx-star-metadata from cargo-hakari workspace-hack (2a8bb5f)
  • eza: add platform_constraint to skip macOS in CI tests (65c9571)
  • ffmpeg use Gyan.dev mirror, witr only override download_url (10a7a50)
  • ffmpeg: use system_install only (remove unreliable GitHub downloads) (1f8780a)
  • ffmpeg: use vx-org/mirrors with BtbN static builds (win64+linux64+linuxarm64) (77d741c)
  • filter vault releases by platform artifacts (1a01df2)
  • fix PSReadLine cursor positioning issue in PowerShell prompt (e802fee)
  • fix system_install providers and starlark test assertions (round 5) (772edbd)
  • fix workspace-hack hakari section markers and regenerate dependencies (f41c6c6)
  • flatten InstallLayout JSON so manifest_runtime can read strip_prefix (ab4fea7)
  • gcloud: update starlark test to use __type field (2a35711)
  • git uses MinGit ZIP on Windows, rust toolchain defaults to stable (da6405d)
  • git Windows exe path, rust bundled store mismatch, lock multi-platform URLs + perf optimizations (#787) (f208ef5)
  • gracefully resolve numeric version hints for pure opaque providers (4891b84)
  • hadolint asset name separator and uvx bundled_with support (65a2fad)
  • hadolint provider executable layout and static registry (70ff5d6)
  • handle JSON output in where command e2e tests (8ea99c4)
  • handle rust toolchain versions in path selection (585353e)
  • handle VX_VERSION=latest in install scripts (5351963)
  • import env_prepend from env.star instead of provider.star (f63a814)
  • improve installer fallback and mirror release support (a56b239)
  • inject companion tools environment variables for vx.toml co-configured tools (7fe198d), closes #582
  • inject parent runtime env for bundled runtimes (npm/node PATH issue) (0b3de77)
  • inject parent runtime PATH for bundled runtimes via spec env_config (06ca8aa)
  • installer: apply binary rename fix to RealInstaller.download_with_layout (925d6d5)
  • installer: fix PortableGit .7z.exe not recognized as archive + stop version fallback on layout errors (d62adba)
  • install: prevent awk double-output in resolve_latest_version (15ae81f)
  • install: skip releases without binary assets in version resolution (ff7438a)
  • just: correct version_pattern to match 'just X.Y' output (942e6a3)
  • justfile: fix test-pkgs recipe to not duplicate -p flag (cbfc402)
  • lint: resolve provider.star lint issues (aaa95a3)
  • macos: make sevenz-rust optional to fix macOS build (5042c58)
  • make E2E version list tests resilient to transient network errors (99d8eba)
  • make env-dependent tests serial to prevent race conditions (81e82e0)
  • manifest-runtime: override resolve_version to return 'system' for system tools (0e0c101)
  • mise: avoid strip_prefix on Windows to prevent Access Denied errors (a955566)
  • mise: update unit tests to match new install_layout implementation (4d2946f)
  • mise: use strip_prefix='mise/bin' on Windows to avoid shim detection error (5c06c76)
  • paths: detect unified runtime store versions (574c8ff)
  • platform-aware executable fallback in ResolvedLayout (3a79a16)
  • preserve Rust MSRV in vx.toml and enable passthrough for Rust ecosystem (1ded9c9)
  • prevent bundled runtime executable misresolution (npm->node) (12d5d50)
  • prevent repeated MSVC component re-installation when Spectre libs unavailable (9c93a0c)
  • propagate locked version to bundled runtime dependencies (1fa037f)
  • provider: correct grpcurl version check (7c917ef)
  • providers: add fetch_versions_with_tag_prefix to layout mock + fix cargo-deny Windows (eea4d7e)
  • providers: correct install_layout strip_prefix and download_url (3cad3c9)
  • providers: correct mirror tag version fetching (03a28a2)
  • providers: fix 5 more provider bugs (round 2) + add tar.bz2 support (88874cd)
  • providers: fix 5 provider bugs from auto-improve branch (c6938cf)
  • providers: fix binary rename, grpcurl macOS, duckdb macOS, nerdctl platform (4a07643)
  • providers: fix cargo-nextest macOS triple and cargo-audit test assertions (86186d9)
  • providers: fix download URL bugs in git, xmake, and ollama (#777) (0287fff)
  • providers: fix download URLs for cargo-audit, cargo-nextest, and deno (66555ed)
  • providers: fix dust and eza macOS download URL 404 (5eb5b20)
  • providers: fix dust version pattern and tealdeer binary rename (3f3cd31)
  • providers: fix gcloud get_execute_path and terraform fetch_versions (5c2505d)
  • providers: resolve CI download URL failures (7391695)
  • providers: resolve CI issues for new provider batch (2b229ab)
  • providers: resolve tealdeer and mise install layouts (ed6b6b6)
  • providers: use vx-org/mirrors for ffmpeg and witr downloads (ac4dc6a)
  • provider: use gnu rustup triples on linux (a1984e2)
  • Python install fails due to version_date cache key mismatch (9ab1ea4)
  • reinstall runtime when executable missing from cached install (9f894aa)
  • relax MSVC prepare_environment validation to only check cl.exe existence (9ca374d)
  • release: disable sccache rustc-wrapper in release workflow (b202568)
  • remove BOM from all provider.star files and improve star syntax checker (dbafa40)
  • remove platform subdir from install path, fix providers (c80f726)
  • remove unstable as_str() usage in environment.rs (18d34e2)
  • remove unused loads and fix lint issues in provider.star files (dc83b6f)
  • remove unused variables in witr/provider.star (ef0d871)
  • remove windows-sys 0.59 and merge features into 0.61 in workspace-hack (92594e4)
  • repair provider test resolution and platform gating (8dc3aa5)
  • replace all ctx dict access with struct attribute access in provider star files (f1e93f1)
  • replace all ctx.http.get_json with fetch_json_versions descriptors in provider.star files (7bcdd33)
  • resolve .cmd executables for bundled runtimes on Windows (0442c91)
  • resolve CI errors (de08ab2)
  • resolve CI errors (90a1a7c)
  • resolve CI failures for imagemagick, ffmpeg, rez, bash, make, nasm (d900aae)
  • resolve CI failures for lefthook, grpcurl, and kustomize providers (3bcc0ec)
  • resolve CI failures for yq, wix, xmake, vcpkg providers (afee387)
  • resolve clippy warnings and test assertion (484f35c)
  • resolve compiler errors in test files (fe12f86)
  • resolve Linux CI failures for ffplay/ffprobe/gofmt/lld/xmake/yq (f379ab2)
  • resolve macOS CI failures for ffmpeg and imagemagick (10949b0)
  • resolve merge conflict in release manifest (deab703)
  • resolve Python PYTHONHOME mismatch (#696), improve version pagination, unify skills (fbadc74)
  • resolve sha2 LowerHex compile errors and upgrade GitHub Actions (d148868)
  • resolver: resolve bundled runtime fallback executable (099ff92)
  • resolver: stop re-installing system-managed runtimes on every vx invocation (83d239b)
  • runtime: check vx store first in ManifestDrivenRuntime.is_installed() and installed_versions() (fe803e3)
  • runtime: preserve bundled command prefixes (821e779)
  • runtime: satisfy clippy collapsible-if lint (51dc8f4)
  • Rust ecosystem passthrough for rustc versions in resolve_version (a18548a)
  • rust: stop re-installing rust on every vx cargo invocation (988858c)
  • skip broken micromamba windows release (e4457a9)
  • stabilize test suite and version constraint parsing (a3ae77a)
  • starlark: lower provider loading log level from info to debug (96aed89)
  • starlark: register all 14 stdlib modules in loader (583b16b)
  • switch macOS FFmpeg download source from evermeet.cx to osxexperts.net (1fbd926)
  • temp_dir unbound variable in install.sh and uv strip_prefix (bf9cef4)
  • test: add missing package_alias field in manifest_registry_tests (df2bbec)
  • test: add missing package_alias field in ProviderMeta test (10b7d1e)
  • tests: add missing OutputFormat argument to handle_list calls (0756270)
  • tests: fix 14 failing tests across multiple crates (5069772)
  • tests: fix cargo-deny Windows URL test and add missing provider tests (aaae704)
  • tests: fix output_tests and info_tests failures in non-TTY CI (c3ab0bd)
  • test: skip package_alias providers in CI tests (46b9676)
  • tests: relax assertion in test_vx_toml_python_setup_dry_run (baa00df)
  • tests: resolve latest unit test failures (5c9684f)
  • tests: rewrite all provider runtime_tests to use create_provider() API (a0edcfc)
  • ui: show Installing feedback during auto-install to avoid perceived hang (45fbd39)
  • unblock remaining CI regressions (c2c7b91)
  • use bin/bash.exe for git-bash instead of git-bash.exe --attach (7e72af2)
  • use child version for bundled proxy runtime installation (02af11c)
  • use struct attribute access ctx.platform.os instead of dict access ctx[platform][os] in stdlib star files (ea14d6c)
  • use system_install for ffmpeg Linux, fix witr install_layout (293a4f5)
  • uv: route uvx through uv tool run (7b65a63)
  • versions: case-insensitive Ecosystem deserialization for vx.lock compatibility (bc33606)
  • vx-config: fix sha2 GenericArray LowerHex compile error (0c60d1b)
  • vx-provider-jj: strip v prefix from version tags to prevent double-v in download URL (e0b13eb)
  • watchexec: remove unused load imports to pass provider static lint (e4da30a)
  • watchexec: use .zip on Windows, .tar.xz on Linux/macOS (6c8e978)
  • where: use executable_name() instead of runtime name for exe lookup (610310f)
  • windows: resolve OS error 193 when executing bundled runtimes (npm/npx) (f7329c9)
  • wire Starlark post_extract hooks into ManifestDrivenRuntime and fix bundled runtime detection (0cab93c)
  • witr: correct type key in install_layout (double underscores) (b287fe5)
  • witr: correct version pattern and binary path in provider.star (b6683e1)
  • witr: override install_layout with correct type (6bf7bbd)
  • witr: rewrite provider without template to handle direct binaries correctly (dcd08cc)
  • witr: use 'binary' type for direct binaries (Linux/macOS) (b37b591)

Performance Improvements

  • add cargo build optimization agent rule (f042114)
  • implement cargo-hakari workspace-hack + runtime/config refactoring (aa28ce3)
  • optimize test and build configuration (7228164)
  • optimize workspace compilation settings (af082f7)

Code Refactoring

  • build: remove legacy provider.toml support, simplify build.rs and registry.rs (b0dd935)
  • cli: update commands and test utilities for runtime refactoring (d2640d8)
  • env,version-fetcher: eliminate platform/version utils duplication (1a1e4d4)
  • extract vx-star-metadata crate and eliminate Box::leak usage (153d77a)
  • improve code quality - replace unwrap() and eprintln! with proper error handling (a2c4c0b)
  • improve code safety and remove dead code (95e405f)
  • improve code safety by eliminating unsafe unwrap calls (d8778c7)
  • merge vx-core into vx-runtime-core (d91989e)
  • migrate providers, add bridge system, fix Windows env injection (b3decdb)
  • migrate providers, add bridge system, fix Windows env injection (a2b9c0c)
  • optimize provider.star files using stdlib templates (71126bc)
  • provider: conda use provider.star only (remove Rust code) (4ac74a6)
  • providers: replace all hand-written permissions dicts with stdlib helpers (a3d66b1)
  • providers: simplify providers to use standard templates (0085259)
  • replace bare .unwrap() with descriptive .expect() in production code (eb151eb)
  • resolver: integrate ResolutionCache into execution pipeline (4b9c0ca)
  • runtime-core: remove dead Runtime trait and provider machinery (56dbf1b)
  • runtime: split runtime.rs into module and add ISP sub-traits (3ebd68f)
  • simplify all providers to PROVIDER_STAR only, remove redundant create_provider and star_metadata (b232a8f)
  • split tests to tests/ dir, extract bridge/builder modules, remove metadata indirection, fix clippy warnings (84f6454)
  • unify progress bars and restructure docs progressively (#812) (1889cf4)
  • use LazyLock for regex compilation and improve error handling (c72a14c)
  • vx-starlark: replace path-based cache with content-hash incremental analysis cache (23c9918)

Documentation

  • add age and sops to tools overview and CHANGELOG (9f8dff3)
  • add CLAUDE.md, .cursor/rules/*.mdc, and improve AI agent documentation (#747) (6dc6884)
  • add complete Supported Tools section to llms-full.txt (19c656d)
  • add critical rules section to AGENTS.md for AI agents (#869) (c0e1470)
  • add latest RFCs (0037, 0039, 0040) to llms-full.txt (#873) (6fecbd6)
  • add llms.txt and llms-full.txt following llmstxt.org protocol (6499b09)
  • add missing tools (actrun, ctlptl, gws) to documentation (b8cf5ac)
  • add missing tools to documentation (da73262)
  • add more tool examples to AGENTS.md (358ca9f)
  • add Package Alias documentation (EN + ZH) (2d2be12)
  • add pre-commit hooks documentation (EN/ZH) and update contributing guides (770a4f5)
  • add RFC 0032 and RFC 0033, add opencode skills (370eb15)
  • add self-update command documentation with channel support (c8c413e)
  • add Starlark Providers advanced guide (bilingual) (c649320)
  • add worktrunk (wt) tool documentation (721a00b)
  • agent: add cross-language global install contract and fix RFC links (2d6f0a8)
  • cargo: add fast build optimizations inspired by Bevy (09c2311)
  • clarify companion tool injection applies to all tools, not just Node.js (9ec51f1)
  • cleanup: sync provider count from 105 to 111 across all docs (3ffd6af)
  • enhance AI agent documentation and sync skills (#736) (20affa6)
  • enhance AI agent documentation with decision framework, MCP guide, and version fixes (#732) (90774ee)
  • enhance AI agent ecosystem with 15+ agent support (#749) (61bb0cb)
  • fix dead links in docs build (c18fa9b)
  • fix duplicate Critical Rules sections in AGENTS.md (#870) (3c0fac2)
  • fix syntax errors in other.md and quality.md (#866) (779b15c)
  • improve agent documentation for better AI discoverability (#701) (75eadff)
  • improve agent knowledge - update provider count to 78, enhance AGENTS.md, sync skills (#687) (7185a30)
  • improve agent knowledge - update provider.star docs, fix tool counts, add creating-provider guide (dcff435)
  • improve AI agent documentation and fix version inconsistencies (#710) (1f22ea4)
  • improve AI agent documentation ecosystem (#741) (298f340)
  • optimize agent docs for v0.8.20 — add Copilot instructions, expand AI agent support to 17+ (#762) (95f30f4)
  • optimize AGENTS.md as progressive disclosure map (#868) (abf8fbc)
  • rfc-0032: update Plan D (hakari implemented), Plan E/F tracking status (ad96225)
  • rfc: add RFC 0036 - Starlark Provider Support (9f29ebf)
  • rfc: update Phase 2 progress in RFC 0032 (c70a461)
  • rfc: update Phase 2 status in RFC 0032 (29e25c7)
  • rfc: update RFC 0036 v0.3 - add Buck2 typed provider_field, load() module system, incremental analysis cache, declarative actions (58ac77d)
  • simplify AI agent configs, add vx wt/witr examples (4479958)
  • skill: add new vx capabilities to SKILL.md (5d4df51)
  • sync zh contributing.md and add zh fixes docs (ef91ea0)
  • update cargo-build-optimization agent rule with implemented optimizations (82294c3)
  • update documentation for self-update and worktrunk (137941f)
  • update media.md and witr.md with vx-org/mirrors download source (#864) (4a11abe)
  • update outdated version numbers in README.md (#874) (39b4c71)
  • update provider count 136 -> 137 (add witr) (#859) (075a973)
  • update provider count from 129/131 to 132 (499d830)
  • update provider count from 129/131 to 132 across all documentation (025c682)
  • update provider count from 132/135 to 136 across all docs (5dc335c)
  • update provider count from 132/135 to 136 across all docs (e736c47)
  • update provider count from 136 to 137 across documentation (#865) (c60f84d)
  • update provider count to 129 in AGENTS.md (82b6a24)
  • update provider count to 131 in AGENTS.md (ea47fd0)
  • update provider count to 132 and add conda/micromamba/mamba (eef8af6)
  • update provider count to 132 and add conda/micromamba/mamba to overview (102d59a)
  • update provider count to 137 (add witr) (8afd778)
  • update rules to reflect provider.star migration (3813f82)
  • update Rust version requirement in contributing.md (160dcdd)
  • update Rust version requirement to 1.93+ (Edition 2024) in contributing.md (e8e85d0)
  • update Rust version to 1.95.0+ and fix RFC count (#875) (843f734)
  • update tools overview and quality documentation (80d1427)
  • update version to 0.8.32 and provider count to 129 (3094821)
  • update version to v0.8.35 and provider count to 136 (70f2615)
  • update version to v0.8.35 and provider count to 136 (fddf63a)
  • update version to v0.8.36 and provider count to 136 (f973ff0)
  • update version to v0.8.36 and provider count to 136 (ebd928b)
  • update version to v0.8.37 (149b0ba)
  • update version to v0.8.37 in AGENTS.md and README.md (4a323eb)
  • update version to v0.8.39 (d0c622b)
  • update version to v0.8.39 in AGENTS.md and README.md (bb0d11e)

This PR was generated with Release Please. See documentation.

Copy link
Copy Markdown
Owner

Closing this duplicate release PR. v0.9.0 is already released, and #899 adds guards for the stale release-please update path plus a stricter release PR file gate so changelog-only release PRs like this do not get accepted again.

@loonghao loonghao closed this May 24, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Feature Request] Add musl static-linked Linux binary to releases

1 participant