From e4fa3023d7c4d21590a6a1659f5a78d0bfc6cd6b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 12 May 2026 12:05:48 +0000 Subject: [PATCH] chore: update COPILOT_CLI_VERSION to 1.0.45 Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> --- src/engine.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/engine.rs b/src/engine.rs index 182d74b4..3a7bc209 100644 --- a/src/engine.rs +++ b/src/engine.rs @@ -42,7 +42,7 @@ pub const DEFAULT_COPILOT_MODEL: &str = "claude-opus-4.7"; /// Default pinned version of the Copilot CLI NuGet package. /// Override per-agent via `engine: { id: copilot, version: "1.0.35" }` in front matter. -pub const COPILOT_CLI_VERSION: &str = "1.0.43"; +pub const COPILOT_CLI_VERSION: &str = "1.0.45"; /// Resolved engine — enum dispatch over supported engine identifiers. ///