Skip to content

Use Codex-compatible model for daily CLI performance workflow - #58826

Merged
pelikhan merged 3 commits into
mainfrom
copilot/update-daily-cli-performance-agent
Sep 5, 2026
Merged

Use Codex-compatible model for daily CLI performance workflow#58826
pelikhan merged 3 commits into
mainfrom
copilot/update-daily-cli-performance-agent

Conversation

Copilot AI commented Sep 5, 2026

Copy link
Copy Markdown
Contributor

The Daily CLI Performance Agent failed because openai/gpt-5.4 rejected Codex’s custom tool type.

  • Workflow configuration: Switch the agent to openai/gpt-5.3-codex.
  • Generated workflow: Regenerate the corresponding lock file.
  • Regression coverage: Add a focused test ensuring the workflow retains a Codex-compatible model.
engine:
  id: codex
model: openai/gpt-5.3-codex

Copilot AI linked an issue Sep 5, 2026 that may be closed by this pull request
Copilot AI and others added 2 commits September 5, 2026 15:20
Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
Copilot AI changed the title [WIP] Update model configuration for daily CLI performance agent Use Codex-compatible model for daily CLI performance workflow Sep 5, 2026
Copilot AI requested a review from pelikhan September 5, 2026 15:27

@pelikhan pelikhan left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

@copilot use copilot/...

@pelikhan
pelikhan marked this pull request as ready for review September 5, 2026 15:28
Copilot AI balanced review requested due to automatic review settings September 5, 2026 15:28
@pelikhan
pelikhan merged commit 055d13d into main Sep 5, 2026
1 check passed
@pelikhan
pelikhan deleted the copilot/update-daily-cli-performance-agent branch September 5, 2026 15:28
Copilot AI restored the copilot/update-daily-cli-performance-agent branch September 5, 2026 15:33

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 source, generated workflow, and focused regression test are consistent with the reported failure and introduce no security regression.

Pull request overview

Updates the daily CLI performance workflow to use a Codex-compatible model, resolving #58825.

Changes:

  • Switches to openai/gpt-5.3-codex.
  • Regenerates the compiled workflow.
  • Adds regression coverage for engine/model configuration.
File summaries
File Description
.github/workflows/daily-cli-performance.md Updates the configured model.
.github/workflows/daily-cli-performance.lock.yml Propagates the model through generated jobs.
pkg/workflow/prompts_test.go Verifies the Codex engine and compatible model.
Review details
  • Files reviewed: 3/3 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.

Copilot AI commented Sep 5, 2026

Copy link
Copy Markdown
Contributor Author

@copilot use copilot/...

Updated the workflow to use model: copilot/gpt-5.3-codex with model-provider: github, regenerated the lock file, and updated the regression test. Commit: b7b6e2d.

@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 Performance Agent failed

3 participants