From a4a43e3d34b0976a93602c2ca59a3286a6a148de Mon Sep 17 00:00:00 2001 From: Julian Pawlowski Date: Tue, 7 Apr 2026 15:22:29 +0000 Subject: [PATCH] fix: update default Copilot model version to 4.6 --- scripts/release/generate-notes | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/release/generate-notes b/scripts/release/generate-notes index fb6d17a..aa00176 100755 --- a/scripts/release/generate-notes +++ b/scripts/release/generate-notes @@ -252,7 +252,7 @@ End after the Buy Me A Coffee button. No meta-commentary, no explanations." # Use Claude Sonnet for better user-focused, plain-language release notes. # Haiku tends to echo technical commit language; Sonnet better translates to user benefits. # Can override with: COPILOT_MODEL=claude-haiku-4.5 ./scripts/release/generate-notes - COPILOT_MODEL="${COPILOT_MODEL:-claude-sonnet-4-6}" + COPILOT_MODEL="${COPILOT_MODEL:-claude-sonnet-4.6}" # Call copilot CLI (it will handle authentication interactively) copilot --model "$COPILOT_MODEL" < "$TEMP_PROMPT" || {