Skip to content

Use Claude Sonnet 4.6 as the default integration test model - #2200

Merged
JasonYeMSFT (JasonYeMSFT) merged 2 commits into
microsoft:mainfrom
JasonYeMSFT:chuye/update-default-model
May 11, 2026
Merged

Use Claude Sonnet 4.6 as the default integration test model#2200
JasonYeMSFT (JasonYeMSFT) merged 2 commits into
microsoft:mainfrom
JasonYeMSFT:chuye/update-default-model

Conversation

@JasonYeMSFT

Copy link
Copy Markdown
Member

Description

Telemetry of our VS Code extension indicates the usage of Sonnet 4.6 has far exceeded the usage of Sonnet 4.5. This PR upgrades the default model of integration tests to Sonnet 4.6.

Here are the exact percentage of model usage from last week.

5/4/2026, 12:00:00 AM Auto 25.425742574257427
5/4/2026, 12:00:00 AM ClaudeHaiku45 6.178217821782178
5/4/2026, 12:00:00 AM ClaudeOpus46 8.158415841584159
5/4/2026, 12:00:00 AM ClaudeSonnet45 5.02970297029703
5/4/2026, 12:00:00 AM ClaudeSonnet46 24.91089108910891
5/4/2026, 12:00:00 AM GPT41 6.574257425742575

Checklist

  • Tests pass locally (cd tests && npm test)
  • If modifying skill descriptions: verified routing correctness with integration tests (npm run test:skills:integration -- <skill>)
  • If modifying skill USE FOR / DO NOT USE FOR / PREFER OVER clauses: confirmed no routing regressions for competing skills

Related Issues

Copilot AI review requested due to automatic review settings May 8, 2026 18:31

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

Note

Copilot was unable to run its full agentic suite in this review.

Updates the integration test default model from Claude Sonnet 4.5 to 4.6 to reflect current usage telemetry.

Changes:

  • Switches the agent runner’s default model string to claude-sonnet-4.6
  • Updates workflow input model options from 4.5 to 4.6
  • Updates the issue template reference to the new default model
Show a summary per file
File Description
tests/utils/agent-runner.ts Changes the default session/usage model to Sonnet 4.6 via a shared constant
.github/workflows/test-azure-deploy.yml Updates workflow dispatch model choices to 4.6 variants
.github/workflows/test-all-integration.yml Updates workflow dispatch model choices to 4.6 variants
.github/skills/analyze-test-run/references/issue-template.md Updates the documented default model to Sonnet 4.6

Copilot's findings

  • Files reviewed: 4/4 changed files
  • Comments generated: 4

Comment thread tests/utils/agent-runner.ts Outdated
Comment thread tests/utils/agent-runner.ts Outdated
Comment thread .github/workflows/test-all-integration.yml
Comment thread .github/workflows/test-azure-deploy.yml

@jongio Jon Gallant (jongio) left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

Clean config change. Const extraction in agent-runner.ts removes the duplication correctly, workflow options and issue template are consistent. Telemetry justification is solid.

@JasonYeMSFT
JasonYeMSFT (JasonYeMSFT) merged commit 0fdbbf9 into microsoft:main May 11, 2026
11 checks passed
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.

3 participants