Skip to content

Commit 7a4bacf

Browse files
chore: update COPILOT_CLI_VERSION to 1.0.43 (#436)
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 d889773 commit 7a4bacf

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.40";
45+
pub const COPILOT_CLI_VERSION: &str = "1.0.43";
4646

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

0 commit comments

Comments
 (0)