Skip to content

fix: use gpt-5-mini model for repo-assist workflow#42

Merged
popey merged 1 commit into
mainfrom
fix/repo-assist-model
Jun 3, 2026
Merged

fix: use gpt-5-mini model for repo-assist workflow#42
popey merged 1 commit into
mainfrom
fix/repo-assist-model

Conversation

@popey

@popey popey commented Jun 3, 2026

Copy link
Copy Markdown
Owner

Summary

  • Replaces claude-sonnet-4.6 (unsupported by this Copilot subscription tier) with gpt-5-mini as the fallback model in the repo-assist workflow
  • Updates all three occurrences in repo-assist.lock.yml (GH_AW_INFO_MODEL + both COPILOT_MODEL env vars)
  • Adds engine: copilot and model: gpt-5-mini to the repo-assist.md source frontmatter

Closes #41

Test plan

  • Merge and confirm the next scheduled repo-assist run completes without a "Model Not Supported" error

🤖 Generated with Claude Code


Summary by cubic

Switches the repo-assist workflow to gpt-5-mini as the Copilot model, replacing unsupported claude-sonnet-4.6 to stop “Model Not Supported” failures. Aligns the workflow with our Copilot plan and addresses #41.

  • Bug Fixes
    • Set fallback model to gpt-5-mini in .github/workflows/repo-assist.lock.yml for GH_AW_INFO_MODEL and both COPILOT_MODEL env vars.
    • Added engine: copilot and model: gpt-5-mini to .github/workflows/repo-assist.md frontmatter.

Written for commit f45b0e5. Summary will update on new commits.

Review in cubic

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>

@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 2 files

Re-trigger cubic

@popey popey merged commit f956f00 into main Jun 3, 2026
46 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[aw] Repo Assist failed

1 participant