From 7a41407c55cc2a7b9b5be230f21525b03c213873 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 25 Jun 2026 11:47:03 +0000 Subject: [PATCH] chore(deps): update COPILOT_CLI_VERSION to 1.0.65 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 94173741..46c4e279 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. /// Override per-agent via `engine: { id: copilot, version: "1.0.35" }` in front matter. -pub const COPILOT_CLI_VERSION: &str = "1.0.64"; +pub const COPILOT_CLI_VERSION: &str = "1.0.65"; const COPILOT_CLI_RELEASES_BASE: &str = "https://github.com/github/copilot-cli/releases"; /// Resolved engine — enum dispatch over supported engine identifiers.