Skip to content

Commit bbee16a

Browse files
chore(deps): update COPILOT_CLI_VERSION to 1.0.60 (#878)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent 7ab3143 commit bbee16a

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.
4444
/// Override per-agent via `engine: { id: copilot, version: "1.0.35" }` in front matter.
45-
pub const COPILOT_CLI_VERSION: &str = "1.0.48";
45+
pub const COPILOT_CLI_VERSION: &str = "1.0.60";
4646
const COPILOT_CLI_RELEASES_BASE: &str = "https://github.com/github/copilot-cli/releases";
4747

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

0 commit comments

Comments
 (0)