We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7ab3143 commit bbee16aCopy full SHA for bbee16a
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.
44
/// Override per-agent via `engine: { id: copilot, version: "1.0.35" }` in front matter.
45
-pub const COPILOT_CLI_VERSION: &str = "1.0.48";
+pub const COPILOT_CLI_VERSION: &str = "1.0.60";
46
const COPILOT_CLI_RELEASES_BASE: &str = "https://github.com/github/copilot-cli/releases";
47
48
/// Resolved engine — enum dispatch over supported engine identifiers.
0 commit comments