We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d889773 commit 7a4bacfCopy full SHA for 7a4bacf
1 file changed
src/engine.rs
@@ -42,7 +42,7 @@ pub const DEFAULT_COPILOT_MODEL: &str = "claude-opus-4.7";
42
43
/// Default pinned version of the Copilot CLI NuGet package.
44
/// Override per-agent via `engine: { id: copilot, version: "1.0.35" }` in front matter.
45
-pub const COPILOT_CLI_VERSION: &str = "1.0.40";
+pub const COPILOT_CLI_VERSION: &str = "1.0.43";
46
47
/// Resolved engine — enum dispatch over supported engine identifiers.
48
///
0 commit comments