Skip to content

[aw] Fix Linter Miner sub-agent model resolution failure - #54579

Merged
pelikhan merged 2 commits into
mainfrom
copilot/aw-fix-linter-miner-issue
Aug 21, 2026
Merged

[aw] Fix Linter Miner sub-agent model resolution failure#54579
pelikhan merged 2 commits into
mainfrom
copilot/aw-fix-linter-miner-issue

Conversation

Copilot AI commented Aug 21, 2026

Copy link
Copy Markdown
Contributor

Linter Miner was failing in scheduled runs because the linter-writer sub-agent requested a model unavailable to the Copilot engine/account, causing a non-retriable model_not_supported failure. This updates the workflow to use a supported sub-agent model alias so execution can proceed.

  • Workflow model config

    • Updated linter-writer in .github/workflows/linter-miner.md from a pinned unsupported model to the portable large alias.
  • Compiled workflow artifact sync

    • Regenerated .github/workflows/linter-miner.lock.yml to reflect the markdown workflow change.
## agent: `linter-writer`
---
description: Implements a new Go analysis linter package following the pkg/linters/largefunc conventions
model: large
---

Copilot AI linked an issue Aug 21, 2026 that may be closed by this pull request
Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
Copilot AI changed the title [WIP] Fix Linter Miner configuration issue [aw] Fix Linter Miner sub-agent model resolution failure Aug 21, 2026
Copilot AI requested a review from pelikhan August 21, 2026 18:42
@pelikhan
pelikhan marked this pull request as ready for review August 21, 2026 18:55
Copilot AI balanced review requested due to automatic review settings August 21, 2026 18:55
@pelikhan
pelikhan merged commit 2290aa8 into main Aug 21, 2026
@pelikhan
pelikhan deleted the copilot/aw-fix-linter-miner-issue branch August 21, 2026 18:56

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 Linter Miner to use a portable, supported model alias for its linter-writing sub-agent.

Changes:

  • Replaces claude-sonnet-5 with large.
  • Synchronizes the compiled workflow metadata hash.
Show a summary per file
File Description
.github/workflows/linter-miner.md Uses the supported large model alias.
.github/workflows/linter-miner.lock.yml Updates generated body-hash metadata.

Review details

💡 Add a code-review agent skill for context-aware, tailored reviews. Learn more in the docs.

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

@github-actions

Copy link
Copy Markdown
Contributor

🎉 This pull request is included in a new release.

Release: v0.87.4

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.

[aw] Linter Miner failed

3 participants