Releases
Current Release: v0.9.0
Section titled “Current Release: v0.9.0”Released: 2026-02-23
What’s New
Section titled “What’s New”- A/B baseline testing —
--baselineflag runs tasks with and without skill, computes improvement scores - Pairwise LLM judging —
pairwisemode onpromptgrader with position-swap bias mitigation - Tool constraint grader —
tool_constrainttype withexpect_tools,reject_tools,max_turns,max_tokens - Auto skill discovery —
--discoverflag walks directories for SKILL.md + eval.yaml
- Resolved errcheck and ineffassign lint warnings
Changed
Section titled “Changed”- Added competitive analyses (OpenAI Evals, skill-validator) and eval registry design doc
- Converted remaining ASCII diagrams to Mermaid
Download Binaries
Section titled “Download Binaries”Pre-built binaries for all major platforms:
| Platform | Architecture | Download |
|---|---|---|
| macOS | Apple Silicon (ARM64) | waza-darwin-arm64 |
| macOS | Intel (AMD64) | waza-darwin-amd64 |
| Linux | x64 (AMD64) | waza-linux-amd64 |
| Linux | ARM64 | waza-linux-arm64 |
| Windows | x64 (AMD64) | waza-windows-amd64.exe |
| Windows | ARM64 | waza-windows-arm64.exe |
Quick Install
Section titled “Quick Install”curl -fsSL https://raw.githubusercontent.com/microsoft/waza/main/install.sh | bashiwr -useb https://raw.githubusercontent.com/microsoft/waza/main/install.ps1 | iexVerify the installation:
waza --versionazd Extension
Section titled “azd Extension”Install waza as an Azure Developer CLI extension.
Current version: v0.9.0
azd extension install azd-waza \ --source https://github.com/microsoft/waza/releases/download/azd-ext-microsoft-azd-waza_0.9.0/azd-ext-microsoft-azd-waza_0.9.0.tar.gzOnce installed, run evaluations through azd:
azd waza run eval.yamlPrevious Releases
Section titled “Previous Releases”For older versions, changelogs, and pre-release builds, see the full GitHub Releases page.