feat: Add Claude Sonnet 4.6 to GitHub Copilot (#149)

* Add Claude Sonnet 4.6 to GitHub Copilot

Claude Sonnet 4.6 is available in GitHub Copilot now.
https://github.blog/changelog/2026-02-17-claude-sonnet-4-6-is-now-generally-available-in-github-copilot/

* Add pricing constants for Claude Sonnet 4.6 for GitHub Copilot
This commit is contained in:
すずねーう
2026-02-19 07:59:44 +07:00
committed by GitHub
parent d83bd86816
commit 4e2a3f888c
2 changed files with 9 additions and 1 deletions
+1
View File
@@ -89,6 +89,7 @@ export const PROVIDER_MODELS = {
{ id: "claude-opus-4.5", name: "Claude Opus 4.5" },
{ id: "claude-sonnet-4", name: "Claude Sonnet 4" },
{ id: "claude-sonnet-4.5", name: "Claude Sonnet 4.5" },
{ id: "claude-sonnet-4.6", name: "Claude Sonnet 4.6" },
{ id: "claude-opus-4.6", name: "Claude Opus 4.6" },
// GitHub Copilot - Google models
{ id: "gemini-2.5-pro", name: "Gemini 2.5 Pro" },