Skip to content

Downgrade read-only maintenance workflows from Sonnet to Haiku#42373

Closed
Copilot wants to merge 3 commits into
mainfrom
copilot/deep-report-quick-win-downgrade-maintenance-workfl
Closed

Downgrade read-only maintenance workflows from Sonnet to Haiku#42373
Copilot wants to merge 3 commits into
mainfrom
copilot/deep-report-quick-win-downgrade-maintenance-workfl

Conversation

Copilot AI commented Jun 29, 2026

Copy link
Copy Markdown
Contributor

Several read-only maintenance workflows were still pinned to frontier models despite only doing review/summarization work. This changeset moves the highest-frequency offenders to claude-haiku-4.5 to reduce per-run cost without changing workflow behavior.

  • PR Description Updater

    • Added an explicit top-level Copilot model pin to claude-haiku-4.5
    • Downgraded the pr-description-synthesizer sub-agent from the generic large tier to claude-haiku-4.5
    • Left the chunk-analysis structure intact; only model selection changed
  • Read-only reviewer workflow sweep

    • Downgraded these read-only maintenance reviewers from claude-sonnet-4.6 to claude-haiku-4.5:
      • impeccable-skills-reviewer
      • mattpocock-skills-reviewer
  • Compiled workflow outputs

    • Recompiled the affected .lock.yml files so generated workflow metadata and runtime model wiring match the markdown sources
  • Contract coverage

    • Added a focused workflow contract test to guard the cheaper model selections and prevent regressions back to Sonnet / large
engine:
  id: copilot
  model: claude-haiku-4.5

## agent: `pr-description-synthesizer`
---
model: claude-haiku-4.5
---

Copilot AI and others added 2 commits June 29, 2026 23:46
Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
Copilot AI changed the title [WIP] Downgrade read-only maintenance workflows off frontier models Downgrade read-only maintenance workflows from Sonnet to Haiku Jun 29, 2026
Copilot AI requested a review from pelikhan June 29, 2026 23:53
@pelikhan pelikhan closed this Jun 30, 2026
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.

[deep-report] [quick-win] Downgrade read-only maintenance workflows off frontier models

2 participants