Releases
Current Release: v0.35.0
Section titled “Current Release: v0.35.0”Released: 2026-06-06
What’s New
Section titled “What’s New”- 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 +
--modelstartup arg — The Copilot CLI validates startup--modelagainst the Copilot catalog before BYOK provider config is applied, so provider-only model IDs would fail. The--modelstartup arg is now skipped when a BYOK provider is configured. - Model override propagation —
--modelis passed viaCLIArgsso it correctly overrides user settings and experiment flights. - Copilot CLI PATH fallback — Prevented silent fallback to a Copilot CLI on
PATHwhen 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.
Changed
Section titled “Changed”- AgentEngine cancellation — Simplified
AgentEnginecancellation handling around caller contexts for more predictable shutdown semantics.
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.
irm https://raw.githubusercontent.com/microsoft/waza/main/install.ps1 | iexThe installers choose the latest standalone waza CLI release, download the matching binary, verify the checksum, and install it. You can also download the Windows binary 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.35.0
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.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.