From 9014acfb36226d39525a5dc34c1eddf6a58224a0 Mon Sep 17 00:00:00 2001 From: Claude Date: Fri, 14 Nov 2025 14:44:21 +0000 Subject: [PATCH] Upgrade to Claude Sonnet 4.5 model - Update model from deprecated claude-3-5-sonnet-20241022 to claude-sonnet-4-5 - Claude 3.5 Sonnet was deprecated in November 2025 - Claude Sonnet 4.5 offers better performance, especially for coding tasks - Rebuild dist/index.js with updated model --- action.js | 2 +- dist/index.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/action.js b/action.js index ffccde8..923973a 100644 --- a/action.js +++ b/action.js @@ -305,7 +305,7 @@ ${diffContent} 'anthropic-version': '2023-06-01' }, body: JSON.stringify({ - model: 'claude-3-5-sonnet-20241022', + model: 'claude-sonnet-4-5', max_tokens: 4096, temperature: 0.7, messages: [{ diff --git a/dist/index.js b/dist/index.js index 6100b91..4ae5ce2 100644 --- a/dist/index.js +++ b/dist/index.js @@ -32134,7 +32134,7 @@ ${diffContent} 'anthropic-version': '2023-06-01' }, body: JSON.stringify({ - model: 'claude-3-5-sonnet-20241022', + model: 'claude-sonnet-4-5', max_tokens: 4096, temperature: 0.7, messages: [{