Skip to content

Commit 229ca4f

Browse files
chore: update COPILOT_CLI_VERSION to 1.0.40 (#387)
1 parent 37dfd5e commit 229ca4f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/engine.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ pub const DEFAULT_COPILOT_MODEL: &str = "claude-opus-4.7";
4242

4343
/// Default pinned version of the Copilot CLI NuGet package.
4444
/// Override per-agent via `engine: { id: copilot, version: "1.0.35" }` in front matter.
45-
pub const COPILOT_CLI_VERSION: &str = "1.0.36";
45+
pub const COPILOT_CLI_VERSION: &str = "1.0.40";
4646

4747
/// Resolved engine — enum dispatch over supported engine identifiers.
4848
///

0 commit comments

Comments
 (0)