Releases
Current Release: v0.33.0
Section titled “Current Release: v0.33.0”Released: 2026-05-21
What’s New
Section titled “What’s New”- Configurable eval file naming — Projects can configure generated and discovered eval filenames through
.waza.yamlfiles.evalFile,files.taskGlob, andfiles.taskFileSuffix. - Instruction files in eval runs — Eval-level and task-level instruction files can be copied into isolated workspaces and injected into the Copilot system message.
- Prompt graders use the execution engine — Judge turns now route through
CopilotEngine, keeping grader execution aligned with engine configuration. - Prompt grader follow-up recovery — Prompt grading preserves collected grades when a follow-up turn fails after successful grader collection.
- Bundled Copilot CLI updated — Embedded
copilot-clibundles are updated to 1.0.49. - Spec-aligned skill scaffolding —
waza new skillno longer asks for a nonstandard skill type or emitstype:frontmatter. - Improved discovery and routing checks —
waza checkdiscovers nested/separated evals consistently and compliance scoring detects routing markers inSKILL.mdbody sections.
Changed
Section titled “Changed”- Copilot SDK v0.3.0 migration — Session events, transcript handling, logging, web API usage collection, suggestion traces, and tests now use the updated SDK API.
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 | bashOn Windows, use this command only from Git Bash, MSYS2, or Cygwin. If PowerShell pipes to WSL’s bash.exe, the script installs the Linux binary inside WSL.
Download waza-windows-amd64.exe or waza-windows-arm64.exe from the standalone waza release, rename it to waza.exe, and place it in a directory on your PATH.
Verify the installation:
waza --versionazd Extension
Section titled “azd Extension”Install waza as an Azure Developer CLI extension.
Current version: v0.33.0
azd extension install azd-waza \ --source https://github.com/microsoft/waza/releases/download/azd-ext-microsoft-azd-waza_0.33.0/azd-ext-microsoft-azd-waza_0.33.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.