Skip to content

Use Sonnet consistently in pr-sous-chef#42292

Merged
pelikhan merged 2 commits into
mainfrom
copilot/update-pr-sous-chef-workflow
Jun 29, 2026
Merged

Use Sonnet consistently in pr-sous-chef#42292
pelikhan merged 2 commits into
mainfrom
copilot/update-pr-sous-chef-workflow

Conversation

Copilot AI commented Jun 29, 2026

Copy link
Copy Markdown
Contributor

pr-sous-chef was mixing GPT at the workflow level with Sonnet in its inline sub-agent. This change aligns the workflow on Sonnet end-to-end so the parent agent and sub-agent run on the same model family.

  • Model alignment

    • Change the top-level engine.model in .github/workflows/pr-sous-chef.md from gpt-5-mini to claude-sonnet-4.6
    • Keep the existing pr-processor sub-agent on claude-sonnet-4.6
  • Generated workflow update

    • Recompile .github/workflows/pr-sous-chef.lock.yml so the generated runtime metadata and COPILOT_MODEL values match the source workflow
  • Resulting configuration

    engine:
      id: copilot
      model: claude-sonnet-4.6
    
    ## agent: `pr-processor`
    ---
    model: claude-sonnet-4.6
    ---

Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
Copilot AI changed the title Update pr-sous-chef to use Sonnet consistently Use Sonnet consistently in pr-sous-chef Jun 29, 2026
Copilot AI requested a review from pelikhan June 29, 2026 16:40
@pelikhan pelikhan marked this pull request as ready for review June 29, 2026 16:41
Copilot AI review requested due to automatic review settings June 29, 2026 16:41
@pelikhan pelikhan merged commit e2d22a4 into main Jun 29, 2026
18 checks passed
@pelikhan pelikhan deleted the copilot/update-pr-sous-chef-workflow branch June 29, 2026 16:41

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

Aligns the pr-sous-chef workflow to use a single Copilot model family end-to-end by switching the top-level workflow engine model to claude-sonnet-4.6, matching the existing inline pr-processor sub-agent model.

Changes:

  • Updated .github/workflows/pr-sous-chef.md to set engine.model: claude-sonnet-4.6.
  • Regenerated .github/workflows/pr-sous-chef.lock.yml so runtime metadata and COPILOT_MODEL / engine model environment values reflect claude-sonnet-4.6.
Show a summary per file
File Description
.github/workflows/pr-sous-chef.md Updates the workflow’s top-level engine.model to claude-sonnet-4.6 for consistent model selection.
.github/workflows/pr-sous-chef.lock.yml Recompiled generated workflow to propagate the model change into metadata and runtime env values.

Review details

Tip

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

  • Files reviewed: 2/2 changed files
  • Comments generated: 0
  • Review effort level: Low

@github-actions

Copy link
Copy Markdown
Contributor

🎉 This pull request is included in a new release.

Release: v0.82.0

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