fix: use gpt-5-mini model for repo-assist workflow#42
Merged
Conversation
Replaces claude-sonnet-4.6 (unsupported by this Copilot subscription tier) with gpt-5-mini as the fallback model. Updates all three occurrences in repo-assist.lock.yml and adds engine/model frontmatter to repo-assist.md. Closes #41 Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
claude-sonnet-4.6(unsupported by this Copilot subscription tier) withgpt-5-minias the fallback model in the repo-assist workflowrepo-assist.lock.yml(GH_AW_INFO_MODEL+ bothCOPILOT_MODELenv vars)engine: copilotandmodel: gpt-5-minito therepo-assist.mdsource frontmatterCloses #41
Test plan
🤖 Generated with Claude Code
Summary by cubic
Switches the repo-assist workflow to
gpt-5-minias the Copilot model, replacing unsupportedclaude-sonnet-4.6to stop “Model Not Supported” failures. Aligns the workflow with our Copilot plan and addresses #41.gpt-5-miniin.github/workflows/repo-assist.lock.ymlforGH_AW_INFO_MODELand bothCOPILOT_MODELenv vars.engine: copilotandmodel: gpt-5-minito.github/workflows/repo-assist.mdfrontmatter.Written for commit f45b0e5. Summary will update on new commits.