Fix repo-assist model not supported error#14
Merged
Conversation
Workflow was defaulting to an unsupported model for this subscription tier. Adding explicit engine/model config and recompiling resolves the 400 error seen in run 26955293641 (issue #13). Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
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
engine: { id: copilot, model: gpt-5-mini }frontmatter torepo-assist.md(matching the pattern used in popey/grummage)agent_model: gpt-5-miniis now embedded in the metadatadependabot.yml(compiler-managed: adds ignore rule forgithub/gh-aw-actions/**)Fixes #13 — workflow was defaulting to a model unsupported by this subscription tier, causing
400 The requested model is not supportedon every run.Test plan
🤖 Generated with Claude Code
Summary by cubic
Set the repo-assist workflow to use the Copilot
gpt-5-minimodel to stop 400 “model not supported” errors on scheduled runs. Recompiled the workflow lock and added an actions lock file plus a Dependabot ignore to keep compiler-managed actions pinned. Fixes #13.Bug Fixes
repo-assist.md:engine: { id: copilot, model: gpt-5-mini }.agent_model: gpt-5-miniinrepo-assist.lock.ymland setGH_AW_INFO_MODEL/COPILOT_MODELtogpt-5-minifor agent and detection steps.Dependencies
.github/aw/actions-lock.jsonto pinactions/github-script@v9.0.0andgithub/gh-aw-actions/setup@v0.77.5..github/dependabot.ymlto ignoregithub/gh-aw-actions/**(compiler-managed and version-locked).Written for commit 2ce8ba8. Summary will update on new commits.