You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+22-1Lines changed: 22 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,6 +7,26 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
8
8
## [Unreleased]
9
9
10
+
## [0.35.0] - 2026-06-06
11
+
12
+
### Added
13
+
14
+
-**Copilot SDK v1.0.0 upgrade** — Upgraded `github.com/github/copilot-sdk/go` to v1.0.0 and surfaced premium-request credits on the dashboard (#311)
15
+
-**Model-aware dashboard pricing** — Dashboard cost calculation now applies per-model pricing for more accurate run cost reporting (#310)
16
+
-**Git worktree resources in task inputs** — Tasks can now reference git worktree resources as inputs (#121, #302)
17
+
18
+
### Fixed
19
+
20
+
-**BYOK + `--model` startup arg** — The Copilot CLI validates the startup `--model` flag 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 (#305, #306)
21
+
-**Model override propagation** — `--model` is now passed via `CLIArgs` so it correctly overrides user settings and experiment flights (#263)
22
+
-**Copilot CLI PATH fallback** — Prevent silent fallback to a Copilot CLI on `PATH` when the bundled binary is unavailable (#300)
23
+
-**Installer latest-release selection** — Installer now correctly selects the latest standalone waza release (#299)
24
+
-**Skill best practices doc link** — Fixed the broken skill best practices reference (#295, #298)
25
+
26
+
### Changed
27
+
28
+
-**AgentEngine cancellation** — Simplified `AgentEngine` cancellation handling around caller contexts to make shutdown semantics more predictable (#290)
29
+
10
30
## [0.34.0] - 2026-05-23
11
31
12
32
### Added
@@ -478,7 +498,8 @@ pip install waza
478
498
- YAML escaping for regex patterns with backslashes
-**BYOK provider wiring** — Bring-your-own-key provider support is wired for configured model providers.
17
-
-**`waza update` command** — Local Waza installations can be upgraded from the CLI.
18
-
-**Skill injection opt-out** — Evals can run without injecting the target skill body.
19
-
-**Forbidden skills grading** — `skill_invocation` graders can assert that specific skills must not be invoked.
20
-
-**Per-trial usage reporting** — Results JSON includes per-trial usage details for deeper run analysis.
16
+
-**Copilot SDK v1.0.0 upgrade** — Upgraded to Copilot SDK v1.0.0 and the dashboard now surfaces premium-request credits.
17
+
-**Model-aware dashboard pricing** — Dashboard cost calculation applies per-model pricing for more accurate run costs.
18
+
-**Git worktree resources in task inputs** — Tasks can reference git worktree resources as inputs.
21
19
22
20
#### Fixed
23
21
24
-
-**Tool approval handling** — Tool permissions use the SDK approval kind.
25
-
-**Signal cancellation** — `waza run` respects cancellation signals more reliably.
26
-
-**Sandbox prompt handling** — Empty sandbox prompts are guarded before execution.
27
-
-**Custom agent example schema** — The custom-agent eval example now matches the supported schema.
22
+
-**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.
23
+
-**Model override propagation** — `--model` is passed via `CLIArgs` so it correctly overrides user settings and experiment flights.
24
+
-**Copilot CLI PATH fallback** — Prevented silent fallback to a Copilot CLI on `PATH` when the bundled binary is unavailable.
The 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](https://github.com/microsoft/waza/releases/tag/v0.34.0), rename it to `waza.exe`, and place it in a directory on your `PATH`.
67
+
The 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](https://github.com/microsoft/waza/releases/tag/v0.35.0), rename it to `waza.exe`, and place it in a directory on your `PATH`.
70
68
71
69
</TabItem>
72
70
</Tabs>
@@ -83,11 +81,11 @@ waza --version
83
81
84
82
Install waza as an [Azure Developer CLI](https://learn.microsoft.com/azure/developer/azure-developer-cli/) extension.
0 commit comments