fix: replace unsupported model pins in 5 workflow frontmatters#28323
fix: replace unsupported model pins in 5 workflow frontmatters#28323
Conversation
- Fix claude-haiku-4-5 typo → claude-haiku-4.5 in daily-community-attribution - Replace unsupported gpt-5.1-codex-mini → gpt-5-mini in github-remote-mcp-auth-test - Replace unsupported gpt-5.1-codex-mini → gpt-5.2-codex in daily-fact, changeset, smoke-call-workflow - Regenerate lock files via make recompile Agent-Logs-Url: https://github.com/github/gh-aw/sessions/f49f2e57-9b65-4708-a84b-8f2a62704d51 Co-authored-by: gh-aw-bot <259018956+gh-aw-bot@users.noreply.github.com>
|
@copilot use gpt-5.4-mini in pace of gpt-5.2-codex |
…et, smoke-call-workflow Agent-Logs-Url: https://github.com/github/gh-aw/sessions/f14187a6-7cc2-4615-bf67-65ec0e155ecc Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
Done — updated Warning Firewall rules blocked me from connecting to one or more addresses (expand for details)I tried to connect to the following addresses, but was blocked by firewall rules:
If you need me to access, download, or install something from one of these locations, you can either:
|
|
@copilot merge main and recompile |
There was a problem hiding this comment.
Pull request overview
Updates workflow frontmatter model pins to replace stale/unsupported model identifiers that were causing 400 The requested model is not supported failures.
Changes:
- Fixes a typo in the Claude model pin (
claude-haiku-4-5→claude-haiku-4.5). - Replaces unavailable
gpt-5.1-codex-minipins withgpt-5-mini(Copilot engine) andgpt-5.4-mini(Codex engine), depending on workflow. - Regenerates the corresponding
.lock.ymlworkflow lockfiles to reflect updated frontmatter hashes and model metadata.
Show a summary per file
| File | Description |
|---|---|
| .github/workflows/smoke-call-workflow.md | Updates Codex engine model pin to gpt-5.4-mini. |
| .github/workflows/smoke-call-workflow.lock.yml | Regenerated lockfile reflecting updated model metadata and hashes. |
| .github/workflows/github-remote-mcp-auth-test.md | Updates Copilot engine model pin to gpt-5-mini. |
| .github/workflows/github-remote-mcp-auth-test.lock.yml | Regenerated lockfile reflecting updated model metadata and hashes. |
| .github/workflows/daily-fact.md | Updates Codex engine model pin to gpt-5.4-mini. |
| .github/workflows/daily-fact.lock.yml | Regenerated lockfile reflecting updated model metadata and hashes. |
| .github/workflows/daily-community-attribution.md | Fixes Claude model pin typo to claude-haiku-4.5. |
| .github/workflows/daily-community-attribution.lock.yml | Regenerated lockfile reflecting updated model metadata and hashes. |
| .github/workflows/changeset.md | Updates Codex engine model pin to gpt-5.4-mini. |
| .github/workflows/changeset.lock.yml | Regenerated lockfile reflecting updated model metadata and hashes. |
Copilot's findings
Tip
Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
- Files reviewed: 10/10 changed files
- Comments generated: 0
Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
Done — merged Warning Firewall rules blocked me from connecting to one or more addresses (expand for details)I tried to connect to the following addresses, but was blocked by firewall rules:
If you need me to access, download, or install something from one of these locations, you can either:
|
Two classes of stale model pins were causing
400 The requested model is not supportedfailures: a typo in the claude model name (claude-haiku-4-5vs the validclaude-haiku-4.5), andgpt-5.1-codex-minibeing unavailable on the current Copilot subscription tier.Changes
daily-community-attribution.md— fix typo:claude-haiku-4-5→claude-haiku-4.5(dash vs dot in patch version)github-remote-mcp-auth-test.md—gpt-5.1-codex-mini(copilot engine) →gpt-5.4-minidaily-fact.md,changeset.md,smoke-call-workflow.md—gpt-5.1-codex-mini(codex engine) →gpt-5.4-mini.lock.ymlfiles regenerated viamake recompile