Skip to content

Use Codex-compatible model for daily CLI tools tester - #58779

Merged
pelikhan merged 2 commits into
mainfrom
copilot/aw-fix-daily-cli-tools-tester
Sep 5, 2026
Merged

Use Codex-compatible model for daily CLI tools tester#58779
pelikhan merged 2 commits into
mainfrom
copilot/aw-fix-daily-cli-tools-tester

Conversation

Copilot AI commented Sep 5, 2026

Copy link
Copy Markdown
Contributor

The Daily CLI Tools Tester failed because openai/gpt-5.4 rejected Codex’s custom tool schema.

  • Workflow configuration
    • Switch the Codex model to openai/gpt-5.3-codex.
    • Regenerate the compiled lock file so all agent, detection, and evaluation jobs use the compatible model.
engine:
  id: codex
  model-provider: openai
model: openai/gpt-5.3-codex

Copilot AI linked an issue Sep 5, 2026 that may be closed by this pull request
Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
Copilot AI changed the title [WIP] Fix daily CLI tools tester configuration issue Use Codex-compatible model for daily CLI tools tester Sep 5, 2026
Copilot AI requested a review from pelikhan September 5, 2026 09:17
@pelikhan
pelikhan marked this pull request as ready for review September 5, 2026 09:21
Copilot AI balanced review requested due to automatic review settings September 5, 2026 09:21
@pelikhan
pelikhan merged commit bc7171d into main Sep 5, 2026
1 check passed
@pelikhan
pelikhan deleted the copilot/aw-fix-daily-cli-tools-tester branch September 5, 2026 09:21

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

🟢 Approval recommended

The supported model is applied consistently without changing permissions or security controls.

Pull request overview

Updates the Daily CLI Tools Tester to use a Codex-compatible model, resolving #58733.

Changes:

  • Switches to openai/gpt-5.3-codex.
  • Regenerates all compiled model references consistently.
File summaries
File Description
.github/workflows/daily-cli-tools-tester.md Updates the configured model.
.github/workflows/daily-cli-tools-tester.lock.yml Propagates the model through generated jobs and metadata.
Review details
  • Files reviewed: 2/2 changed files
  • Comments generated: 0
  • Review effort level: Balanced

💡 Add a code-review agent skill for context-aware, tailored reviews. Learn more in the docs.

@github-actions

github-actions Bot commented Sep 7, 2026

Copy link
Copy Markdown
Contributor

🎉 This pull request is included in a new release.

Release: v0.88.5

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.

[aw] Daily Cli Tools Tester failed

3 participants