Skip to content

feat(models): model alias inventory update 2026-07-21 - #46974

Merged
pelikhan merged 2 commits into
mainfrom
copilot/model-inventory-update-2026-07-21
Jul 21, 2026
Merged

feat(models): model alias inventory update 2026-07-21#46974
pelikhan merged 2 commits into
mainfrom
copilot/model-inventory-update-2026-07-21

Conversation

CopilotAI commented Jul 21, 2026

Copy link
Copy Markdown
Contributor

claude-sonnet-5 (released 2026-06-29) is missing from sonnet-6x, so the agent alias cannot route to it. raptor-mini has no alias coverage despite being live in the pricing table.

Changes

  • sonnet-6x alias — adds copilot/*sonnet-5* and anthropic/*sonnet-5* patterns, enabling agentsonnet-6xclaude-sonnet-5 routing:

    "sonnet-6x": [
    "copilot/*sonnet-4.5*", "copilot/*sonnet-4.6*", "copilot/*sonnet-5*",
    "copilot/*sonnet-4-5-*", "anthropic/*sonnet-4-5-*",
    "copilot/*sonnet-4-6*", "anthropic/*sonnet-4-6*", "anthropic/*sonnet-5*"
    ]
  • raptor-mini alias (new) — covers Raptor mini model family:

    "raptor-mini": ["copilot/raptor*", "openai/raptor*"]
  • Updated unit test assertions, WASM golden files, and model-tables.md reference docs to match.

…t-6x, add raptor-mini alias
Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
CopilotAI changed the title [WIP] Update model inventory aliases for 2026-07-21feat(models): model alias inventory update 2026-07-21Jul 21, 2026
CopilotAI requested a review from pelikhanJuly 21, 2026 05:19
@pelikhan
pelikhan marked this pull request as ready for review July 21, 2026 05:20
CopilotAI review requested due to automatic review settings July 21, 2026 05:20
@pelikhan
pelikhan merged commit ab09a21 into mainJul 21, 2026
@pelikhan
pelikhan deleted the copilot/model-inventory-update-2026-07-21 branch July 21, 2026 05:21

CopilotAI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Updates built-in model routing for Claude Sonnet 5 and Raptor mini, with synchronized tests, documentation, and generated workflow fixtures.

Changes:

  • Adds Sonnet 5 patterns to sonnet-6x.
  • Introduces the raptor-mini alias.
  • Refreshes tests, documentation, golden files, and compiled workflows.
Show a summary per file
FileDescription
pkg/workflow/data/model_aliases.jsonUpdates the alias inventory.
pkg/workflow/model_aliases_test.goUpdates alias assertions.
docs/src/content/docs/reference/model-tables.mdDocuments the aliases.
.changeset/patch-model-inventory-2026-07-21.mdRecords the patch release.
pkg/workflow/testdata/TestWasmGolden_CompileFixtures/with-imports.goldenRefreshes generated config.
pkg/workflow/testdata/TestWasmGolden_CompileFixtures/playwright-cli-mode.goldenRefreshes generated config.
pkg/workflow/testdata/TestWasmGolden_CompileFixtures/basic-copilot.goldenRefreshes generated config.
pkg/workflow/testdata/TestWasmGolden_AllEngines/pi.goldenRefreshes Pi output.
pkg/workflow/testdata/TestWasmGolden_AllEngines/gemini.goldenRefreshes Gemini output.
pkg/workflow/testdata/TestWasmGolden_AllEngines/copilot.goldenRefreshes Copilot output.
pkg/workflow/testdata/TestWasmGolden_AllEngines/codex.goldenRefreshes Codex output.
pkg/workflow/testdata/TestWasmGolden_AllEngines/claude.goldenRefreshes Claude output.
.github/workflows/detection-analysis-report.lock.ymlRegenerates embedded aliases.
.github/workflows/daily-observability-report.lock.ymlRegenerates embedded aliases.
.github/workflows/daily-multi-device-docs-tester.lock.ymlRegenerates embedded aliases.
.github/workflows/daily-max-ai-credits-test.lock.ymlRegenerates embedded aliases.
.github/workflows/daily-credit-limit-test.lock.ymlRegenerates embedded aliases.
.github/workflows/daily-compiler-quality.lock.ymlRegenerates embedded aliases.
.github/workflows/daily-cli-tools-tester.lock.ymlRegenerates embedded aliases.
.github/workflows/daily-cache-strategy-analyzer.lock.ymlRegenerates embedded aliases.
.github/workflows/ci-coach.lock.ymlRegenerates embedded aliases.
.github/workflows/audit-workflows.lock.ymlRegenerates embedded aliases.
.github/workflows/agentic-token-optimizer.lock.ymlRegenerates embedded aliases.
.github/workflows/agent-performance-analyzer.lock.ymlRegenerates embedded aliases.

Review details

Tip

Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

  • Files reviewed: 77/273 changed files
  • Comments generated: 2
  • Review effort level: Medium

@@ -22,6 +22,7 @@
"mai-code-1-flash-picker": ["copilot/MAI-Code-1-Flash-picker*", "copilot/mai-code-1-flash-picker*", "openai/MAI-Code-1-Flash-picker*"],
"kimi": ["copilot/kimi*", "openai/kimi*"],
"kiwi": ["copilot/kiwi*", "openai/kiwi*"],
"raptor-mini": ["copilot/raptor*", "openai/raptor*"],
@@ -20,7 +20,7 @@ Vendor aliases map a short name to one or more provider-scoped glob patterns. Th
| Alias | Fallback patterns (tried in order) |
|-------|-------------------------------------|
| `sonnet` | `copilot/*sonnet*`, `anthropic/*sonnet*` |
| `sonnet-6x` | `copilot/*sonnet-4.5*`, `copilot/*sonnet-4.6*`, `copilot/*sonnet-4-5-*`, `anthropic/*sonnet-4-5-*`, `copilot/*sonnet-4-6*`, `anthropic/*sonnet-4-6*` |
| `sonnet-6x` | `copilot/*sonnet-4.5*`, `copilot/*sonnet-4.6*`, `copilot/*sonnet-5*`, `copilot/*sonnet-4-5-*`, `anthropic/*sonnet-4-5-*`, `copilot/*sonnet-4-6*`, `anthropic/*sonnet-4-6*`, `anthropic/*sonnet-5*` |
@github-actions

Copy link
Copy Markdown
Contributor

🎉 This pull request is included in a new release.

Release: v0.82.15

Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[model-inventory] Model alias inventory update - 2026-07-21

3 participants

@pelikhan