Skip to content

v0.9.2 - 2026-08-03

Latest

Choose a tag to compare

@github-actions github-actions released this 03 Aug 15:00

Release Notes

Features

  • (wasm) export the real history renderer, agent parse, and budget check - (8f47306) - Josey Morton

Bug Fixes

  • (tools) an MCP server dies with the connection that spawned it - (49f3827) - Josey Morton

Documentation

  • count v0.9.1 among the shipped releases - (0aaa2c9) - Josey Morton

Tests

  • commit the budget fold fixtures the suite reads - (3332eee) - Josey Morton

Build system

  • stamp every internal version requirement the bump was missing - (3bc3741) - Josey Morton

Install salvor-cli 0.9.2

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/joseym/salvor/releases/download/v0.9.2/salvor-cli-installer.sh | sh

Install prebuilt binaries via powershell script

powershell -ExecutionPolicy Bypass -c "irm https://github.com/joseym/salvor/releases/download/v0.9.2/salvor-cli-installer.ps1 | iex"

Install prebuilt binaries via Homebrew

brew install joseym/tap/salvor

Download salvor-cli 0.9.2

File Platform Checksum
salvor-cli-aarch64-apple-darwin.tar.xz Apple Silicon macOS checksum
salvor-cli-x86_64-apple-darwin.tar.xz Intel macOS checksum
salvor-cli-x86_64-pc-windows-msvc.zip x64 Windows checksum
salvor-cli-aarch64-unknown-linux-gnu.tar.xz ARM64 Linux checksum
salvor-cli-x86_64-unknown-linux-gnu.tar.xz x64 Linux checksum
salvor-cli-aarch64-unknown-linux-musl.tar.xz ARM64 MUSL Linux checksum
salvor-cli-x86_64-unknown-linux-musl.tar.xz x64 MUSL Linux checksum