Skip to content

fix: replace unsupported gpt-5.1-codex-mini model in github-remote-mcp-auth-test#28321

Merged
pelikhan merged 3 commits intomainfrom
copilot/fix-github-remote-mcp-authentication-test
Apr 24, 2026
Merged

fix: replace unsupported gpt-5.1-codex-mini model in github-remote-mcp-auth-test#28321
pelikhan merged 3 commits intomainfrom
copilot/fix-github-remote-mcp-authentication-test

Conversation

Copy link
Copy Markdown
Contributor

Copilot AI commented Apr 24, 2026

The GitHub Remote MCP Authentication Test workflow has been failing for 3+ consecutive days because gpt-5.1-codex-mini is not available on the current subscription tier.

Changes

  • github-remote-mcp-auth-test.md — replace model: gpt-5.1-codex-mini with model: gpt-5.4-mini
  • github-remote-mcp-auth-test.lock.yml — recompiled to reflect the updated model
# Before
engine:
  id: copilot
  model: gpt-5.1-codex-mini

# After
engine:
  id: copilot
  model: gpt-5.4-mini

…ub-remote-mcp-auth-test workflow

Agent-Logs-Url: https://github.com/github/gh-aw/sessions/e6e80fab-81f8-457c-b9a5-bef51d09fdf6

Co-authored-by: gh-aw-bot <259018956+gh-aw-bot@users.noreply.github.com>
Copilot AI changed the title [WIP] Fix GitHub Remote MCP Authentication Test by replacing unsupported model fix: replace unsupported gpt-5.1-codex-mini model in github-remote-mcp-auth-test Apr 24, 2026
Copilot AI requested a review from gh-aw-bot April 24, 2026 18:47
@pelikhan
Copy link
Copy Markdown
Collaborator

@copilot use gpt-5.4-mini

Copy link
Copy Markdown
Contributor Author

Copilot AI commented Apr 24, 2026

@copilot use gpt-5.4-mini

Done — updated to gpt-5.4-mini in 5147820.

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 -pack /home/REDACTED/work/gh-aw/gh-aw/cmd/gh-aw/main.go (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:19
@pelikhan pelikhan marked this pull request as ready for review April 24, 2026 20:34
Copilot AI review requested due to automatic review settings April 24, 2026 20:34
@pelikhan pelikhan merged commit 53cf9b3 into main Apr 24, 2026
19 checks passed
@pelikhan pelikhan deleted the copilot/fix-github-remote-mcp-authentication-test branch April 24, 2026 20:34
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 the GitHub Agent Workflow model used by the GitHub Remote MCP Authentication Test to a supported Copilot tier model, unblocking a workflow that has been failing due to an unavailable model.

Changes:

  • Switch workflow engine model from gpt-5.1-codex-mini to gpt-5.4-mini in the source workflow definition.
  • Recompile the generated lock workflow to reflect the new model across metadata/env wiring.
Show a summary per file
File Description
.github/workflows/github-remote-mcp-auth-test.md Updates the workflow frontmatter engine model to gpt-5.4-mini.
.github/workflows/github-remote-mcp-auth-test.lock.yml Regenerates compiled workflow with updated model identifiers and associated generated heredoc markers.

Copilot's findings

Tip

Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

  • Files reviewed: 2/2 changed files
  • Comments generated: 0

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 GitHub Remote MCP Authentication Test: replace unsupported gpt-5.1-codex-mini model

4 participants