Skip to content

Releases

Released: 2026-06-06

  • Copilot SDK v1.0.0 upgrade — Upgraded to Copilot SDK v1.0.0 and the dashboard now surfaces premium-request credits.
  • Model-aware dashboard pricing — Dashboard cost calculation applies per-model pricing for more accurate run costs.
  • Git worktree resources in task inputs — Tasks can reference git worktree resources as inputs.
  • BYOK + --model startup arg — The Copilot CLI validates startup --model against the Copilot catalog before BYOK provider config is applied, so provider-only model IDs would fail. The --model startup arg is now skipped when a BYOK provider is configured.
  • Model override propagation--model is passed via CLIArgs so it correctly overrides user settings and experiment flights.
  • Copilot CLI PATH fallback — Prevented silent fallback to a Copilot CLI on PATH when the bundled binary is unavailable.
  • Installer latest-release selection — Installer correctly selects the latest standalone waza release.
  • Skill best practices doc link — Fixed the broken skill best practices reference.
  • AgentEngine cancellation — Simplified AgentEngine cancellation handling around caller contexts for more predictable shutdown semantics.

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

Terminal window
azd extension install azd-waza \
--source https://github.com/microsoft/waza/releases/download/azd-ext-microsoft-azd-waza_0.35.0/azd-ext-microsoft-azd-waza_0.35.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.