Migrate smoke-copilot and daily-fact off deprecated gpt-5.3-codex → gpt-5.4#35765
Merged
Merged
Conversation
Closed
4 tasks
Co-authored-by: gh-aw-bot <259018956+gh-aw-bot@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Update Changeset Generator model to gpt-5.4
Migrate smoke-copilot and daily-fact off deprecated gpt-5.3-codex → gpt-5.4
May 29, 2026
Closed
Contributor
There was a problem hiding this comment.
Pull request overview
This PR migrates the remaining smoke and daily workflow model pins off the deprecated gpt-5.3-codex identifier to gpt-5.4, keeping the generated lock files in sync with the workflow sources.
Changes:
- Updates
smoke-copilot.mdanddaily-fact.mdengine models togpt-5.4. - Regenerates the corresponding lock files so metadata and runtime model environment variables match.
- Leaves no remaining
gpt-5.3-codexreferences under.github/workflows.
Show a summary per file
| File | Description |
|---|---|
.github/workflows/smoke-copilot.md |
Updates the Copilot smoke workflow model pin. |
.github/workflows/smoke-copilot.lock.yml |
Reflects the regenerated Copilot workflow lock output. |
.github/workflows/daily-fact.md |
Updates the Codex daily fact workflow model pin. |
.github/workflows/daily-fact.lock.yml |
Reflects the regenerated Codex workflow lock output. |
Copilot's findings
Tip
Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
- Files reviewed: 4/4 changed files
- Comments generated: 0
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
gpt-5.3-codexresolves to a deprecated endpoint (gpt-5-codex-alpha-2025-11-07) rejected with 404 by the Codex proxy.changeset.mdwas already migrated;smoke-copilot.mdanddaily-fact.mdwere still on the broken model.Changes
smoke-copilot.md/daily-fact.md:model: gpt-5.3-codex→model: gpt-5.4smoke-copilot.lock.yml/daily-fact.lock.yml: recompiled —agent_modelnow reflectsgpt-5.4No
.mdworkflow source files in.github/workflows/referencegpt-5.3-codexafter this change.