Skip to content

Use supported Copilot model for Linter Miner - #58864

Merged
pelikhan merged 2 commits into
mainfrom
copilot/aw-fix-linter-miner-configuration
Sep 5, 2026
Merged

Use supported Copilot model for Linter Miner#58864
pelikhan merged 2 commits into
mainfrom
copilot/aw-fix-linter-miner-configuration

Conversation

Copilot AI commented Sep 5, 2026

Copy link
Copy Markdown
Contributor

Linter Miner failed because its configured copilot/gpt-5.4 model was unavailable. This prevented the workflow engine and coding sub-agents from starting.

  • Model configuration: Replace all Linter Miner GPT-5.4 references with the supported MAI Flash model:
    model: copilot/mai-code-1-flash-picker
  • Compiled workflow: Regenerate linter-miner.lock.yml so runtime configuration matches the source workflow.
  • Regression coverage: Extend the workflow contract test to reject the unavailable GPT-5.4 configuration.

Copilot AI linked an issue Sep 5, 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 for valid model Use supported Copilot model for Linter Miner Sep 5, 2026
Copilot AI requested a review from pelikhan September 5, 2026 20:37
@pelikhan
pelikhan marked this pull request as ready for review September 5, 2026 20:52
Copilot AI balanced review requested due to automatic review settings September 5, 2026 20:52
@pelikhan
pelikhan merged commit b41c2b1 into main Sep 5, 2026
@pelikhan
pelikhan deleted the copilot/aw-fix-linter-miner-configuration branch September 5, 2026 20:52

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.

🟢 Approval recommended

The supported model is consistently configured, and the generated lock hashes match the workflow source.

Pull request overview

Updates Linter Miner to use an available Copilot model and keeps generated runtime configuration synchronized.

Changes:

  • Replaces GPT-5.4 with MAI Code Flash.
  • Regenerates the workflow lock file.
  • Adds regression coverage rejecting GPT-5.4.
File summaries
File Description
.github/workflows/linter-miner.md Updates main and sub-agent models.
.github/workflows/linter-miner.lock.yml Regenerates runtime model configuration.
pkg/cli/linter_miner_workflow_contract_test.go Rejects the unavailable model.
Review details
  • Files reviewed: 3/3 changed files
  • Comments generated: 0
  • Review effort level: Balanced

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

@github-actions

github-actions Bot commented Sep 7, 2026

Copy link
Copy Markdown
Contributor

🎉 This pull request is included in a new release.

Release: v0.88.5

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