From f253dd44b428f865eb68c8afa15a1aa71bab9d9e Mon Sep 17 00:00:00 2001 From: Alexander Melde <2115644+AlexanderMelde@users.noreply.github.com> Date: Tue, 11 Nov 2025 14:40:32 +0100 Subject: [PATCH] Fix suggested alternative for deprecated Claude Sonnet 3.5 Current version is referencing itself. I chose to recommend Claude Haiku 4.5 instead, as it was the replacement used in other parts of the documentation (see https://github.com/github/docs/commit/1472523ef87cc1bd939a288fed580fbaa25c1d33 ) --- data/tables/copilot/model-deprecation-history.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/tables/copilot/model-deprecation-history.yml b/data/tables/copilot/model-deprecation-history.yml index de27fc040aca..b97d7b5d9887 100644 --- a/data/tables/copilot/model-deprecation-history.yml +++ b/data/tables/copilot/model-deprecation-history.yml @@ -13,7 +13,7 @@ - name: 'Claude Sonnet 3.5' retirement_date: '2025-11-06' - suggested_alternative: 'Claude Sonnet 3.5' + suggested_alternative: 'Claude Haiku 4.5' - name: 'Claude Opus 4' retirement_date: '2025-10-23'