Skip to content

fix: replace unsupported model pins in 5 workflow frontmatters#28323

Merged
pelikhan merged 4 commits intomainfrom
copilot/deep-report-fix-daily-community-attribution-update
Apr 24, 2026
Merged

fix: replace unsupported model pins in 5 workflow frontmatters#28323
pelikhan merged 4 commits intomainfrom
copilot/deep-report-fix-daily-community-attribution-update

Conversation

Copy link
Copy Markdown
Contributor

Copilot AI commented Apr 24, 2026

Two classes of stale model pins were causing 400 The requested model is not supported failures: a typo in the claude model name (claude-haiku-4-5 vs the valid claude-haiku-4.5), and gpt-5.1-codex-mini being unavailable on the current Copilot subscription tier.

Changes

  • daily-community-attribution.md — fix typo: claude-haiku-4-5claude-haiku-4.5 (dash vs dot in patch version)
  • github-remote-mcp-auth-test.mdgpt-5.1-codex-mini (copilot engine) → gpt-5.4-mini
  • daily-fact.md, changeset.md, smoke-call-workflow.mdgpt-5.1-codex-mini (codex engine) → gpt-5.4-mini
  • All five corresponding .lock.yml files regenerated via make recompile

- 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 AI changed the title [WIP] Fix daily community attribution updater to use supported Copilot model fix: replace unsupported model pins in 5 workflow frontmatters Apr 24, 2026
Copilot AI requested a review from gh-aw-bot April 24, 2026 19:14
@pelikhan
Copy link
Copy Markdown
Collaborator

@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>
Copy link
Copy Markdown
Contributor Author

Copilot AI commented Apr 24, 2026

@copilot use gpt-5.4-mini in pace of gpt-5.2-codex

Done — updated daily-fact.md, changeset.md, and smoke-call-workflow.md to use gpt-5.4-mini (commit 5708341).

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:

  • https://api.github.com/graphql
    • Triggering command: /usr/bin/gh /usr/bin/gh api graphql -f query=query($owner: String!, $name: String!) { repository(owner: $owner, name: $name) { hasDiscussionsEnabled } } -f owner=github -f name=gh-aw (http block)
  • https://api.github.com/repos/astral-sh/setup-uv/git/ref/tags/eac588ad8def6316056a12d4907a9d4d84ff7a3b
    • Triggering command: /usr/bin/gh gh api /repos/astral-sh/setup-uv/git/ref/tags/eac588ad8def6316056a12d4907a9d4d84ff7a3b --jq [.object.sha, .object.type] | @tsv (http block)
  • https://api.github.com/repos/github/gh-aw
    • Triggering command: /usr/bin/gh gh api /repos/github/gh-aw --jq .default_branch (http block)

If you need me to access, download, or install something from one of these locations, you can either:

Copilot AI requested a review from pelikhan April 24, 2026 20:20
@pelikhan pelikhan marked this pull request as ready for review April 24, 2026 20:46
Copilot AI review requested due to automatic review settings April 24, 2026 20:46
@pelikhan
Copy link
Copy Markdown
Collaborator

@copilot merge main and recompile

Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

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-5claude-haiku-4.5).
  • Replaces unavailable gpt-5.1-codex-mini pins with gpt-5-mini (Copilot engine) and gpt-5.4-mini (Codex engine), depending on workflow.
  • Regenerates the corresponding .lock.yml workflow 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>
Copy link
Copy Markdown
Contributor Author

Copilot AI commented Apr 24, 2026

@copilot merge main and recompile

Done — merged origin/main (resolved the github-remote-mcp-auth-test.md conflict by accepting main's gpt-5.4-mini) and recompiled all 201 workflows (commit 11a22a7).

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:

  • https://api.github.com/graphql
    • Triggering command: /usr/bin/gh /usr/bin/gh api graphql -f query=query($owner: String!, $name: String!) { repository(owner: $owner, name: $name) { hasDiscussionsEnabled } } -f owner=github -f name=gh-aw (http block)
    • Triggering command: /usr/bin/gh /usr/bin/gh api graphql -f query=query($owner: String!, $name: String!) { repository(owner: $owner, name: $name) { hasDiscussionsEnabled } } -f owner=github -f name=gh-aw 7RLxMFO/9n8DeVHuapi (http block)
  • https://api.github.com/repos/astral-sh/setup-uv/git/ref/tags/eac588ad8def6316056a12d4907a9d4d84ff7a3b
    • Triggering command: /usr/bin/gh gh api /repos/astral-sh/setup-uv/git/ref/tags/eac588ad8def6316056a12d4907a9d4d84ff7a3b --jq [.object.sha, .object.type] | @tsv (http block)
  • https://api.github.com/repos/github/gh-aw
    • Triggering command: /usr/bin/gh gh api /repos/github/gh-aw --jq .default_branch (http block)

If you need me to access, download, or install something from one of these locations, you can either:

@pelikhan pelikhan merged commit 66e3120 into main Apr 24, 2026
@pelikhan pelikhan deleted the copilot/deep-report-fix-daily-community-attribution-update branch April 24, 2026 20:53
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.

[deep-report] Fix Daily Community Attribution Updater: update hard-pinned model to a supported Copilot model

4 participants