Skip to content

Fix repo-assist model not supported error#14

Merged
popey merged 2 commits into
mainfrom
fix/repo-assist-model
Jun 4, 2026
Merged

Fix repo-assist model not supported error#14
popey merged 2 commits into
mainfrom
fix/repo-assist-model

Conversation

@popey

@popey popey commented Jun 4, 2026

Copy link
Copy Markdown
Owner

Summary

  • Adds engine: { id: copilot, model: gpt-5-mini } frontmatter to repo-assist.md (matching the pattern used in popey/grummage)
  • Recompiles the lock file — agent_model: gpt-5-mini is now embedded in the metadata
  • Also updates dependabot.yml (compiler-managed: adds ignore rule for github/gh-aw-actions/**)

Fixes #13 — workflow was defaulting to a model unsupported by this subscription tier, causing 400 The requested model is not supported on every run.

Test plan

🤖 Generated with Claude Code


Summary by cubic

Set the repo-assist workflow to use the Copilot gpt-5-mini model 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

    • Added engine frontmatter in repo-assist.md: engine: { id: copilot, model: gpt-5-mini }.
    • Embedded agent_model: gpt-5-mini in repo-assist.lock.yml and set GH_AW_INFO_MODEL/COPILOT_MODEL to gpt-5-mini for agent and detection steps.
  • Dependencies

    • Added .github/aw/actions-lock.json to pin actions/github-script@v9.0.0 and github/gh-aw-actions/setup@v0.77.5.
    • Updated .github/dependabot.yml to ignore github/gh-aw-actions/** (compiler-managed and version-locked).

Written for commit 2ce8ba8. Summary will update on new commits.

Review in cubic

popey and others added 2 commits June 4, 2026 21:34
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>

@cubic-dev-ai cubic-dev-ai Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No issues found across 4 files

Re-trigger cubic

@popey popey merged commit d87696f into main Jun 4, 2026
9 checks passed
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] Repo Assist failed

1 participant