Skip to content

Releases

Released: 2026-05-21

  • Configurable eval file naming — Projects can configure generated and discovered eval filenames through .waza.yaml files.evalFile, files.taskGlob, and files.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-cli bundles are updated to 1.0.49.
  • Spec-aligned skill scaffoldingwaza new skill no longer asks for a nonstandard skill type or emits type: frontmatter.
  • Improved discovery and routing checkswaza check discovers nested/separated evals consistently and compliance scoring detects routing markers in SKILL.md body sections.
  • 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.

Pre-built binaries for all major platforms:

PlatformArchitectureDownload
macOSApple Silicon (ARM64)waza-darwin-arm64
macOSIntel (AMD64)waza-darwin-amd64
Linuxx64 (AMD64)waza-linux-amd64
LinuxARM64waza-linux-arm64
Windowsx64 (AMD64)waza-windows-amd64.exe
WindowsARM64waza-windows-arm64.exe

Terminal window
curl -fsSL https://raw.githubusercontent.com/microsoft/waza/main/install.sh | bash

On 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.

Verify the installation:

Terminal window
waza --version

Install waza as an Azure Developer CLI extension.

Current version: v0.33.0

Terminal window
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.gz

Once installed, run evaluations through azd:

Terminal window
azd waza run eval.yaml

For older versions, changelogs, and pre-release builds, see the full GitHub Releases page.