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

Copilot AI 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>
Copilot AI changed the title [WIP] Update model inventory aliases for 2026-07-21 feat(models): model alias inventory update 2026-07-21 Jul 21, 2026
Copilot AI requested a review from pelikhan July 21, 2026 05:19
@pelikhan
pelikhan marked this pull request as ready for review July 21, 2026 05:20
Copilot AI review requested due to automatic review settings July 21, 2026 05:20
@pelikhan
pelikhan merged commit ab09a21 into main Jul 21, 2026
@pelikhan
pelikhan deleted the copilot/model-inventory-update-2026-07-21 branch July 21, 2026 05:21

Copilot AI 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
File Description
pkg/workflow/data/model_aliases.json Updates the alias inventory.
pkg/workflow/model_aliases_test.go Updates alias assertions.
docs/src/content/docs/reference/model-tables.md Documents the aliases.
.changeset/patch-model-inventory-2026-07-21.md Records the patch release.
pkg/workflow/testdata/TestWasmGolden_CompileFixtures/with-imports.golden Refreshes generated config.
pkg/workflow/testdata/TestWasmGolden_CompileFixtures/playwright-cli-mode.golden Refreshes generated config.
pkg/workflow/testdata/TestWasmGolden_CompileFixtures/basic-copilot.golden Refreshes generated config.
pkg/workflow/testdata/TestWasmGolden_AllEngines/pi.golden Refreshes Pi output.
pkg/workflow/testdata/TestWasmGolden_AllEngines/gemini.golden Refreshes Gemini output.
pkg/workflow/testdata/TestWasmGolden_AllEngines/copilot.golden Refreshes Copilot output.
pkg/workflow/testdata/TestWasmGolden_AllEngines/codex.golden Refreshes Codex output.
pkg/workflow/testdata/TestWasmGolden_AllEngines/claude.golden Refreshes Claude output.
.github/workflows/detection-analysis-report.lock.yml Regenerates embedded aliases.
.github/workflows/daily-observability-report.lock.yml Regenerates embedded aliases.
.github/workflows/daily-multi-device-docs-tester.lock.yml Regenerates embedded aliases.
.github/workflows/daily-max-ai-credits-test.lock.yml Regenerates embedded aliases.
.github/workflows/daily-credit-limit-test.lock.yml Regenerates embedded aliases.
.github/workflows/daily-compiler-quality.lock.yml Regenerates embedded aliases.
.github/workflows/daily-cli-tools-tester.lock.yml Regenerates embedded aliases.
.github/workflows/daily-cache-strategy-analyzer.lock.yml Regenerates embedded aliases.
.github/workflows/ci-coach.lock.yml Regenerates embedded aliases.
.github/workflows/audit-workflows.lock.yml Regenerates embedded aliases.
.github/workflows/agentic-token-optimizer.lock.yml Regenerates embedded aliases.
.github/workflows/agent-performance-analyzer.lock.yml Regenerates 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 free to 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