Skip to content

Switch Multi-Device Docs Tester workflow from Claude to Codex engine#710

Merged
lpcox merged 2 commits intomainfrom
copilot/update-multi-device-docs-tester
Feb 5, 2026
Merged

Switch Multi-Device Docs Tester workflow from Claude to Codex engine#710
lpcox merged 2 commits intomainfrom
copilot/update-multi-device-docs-tester

Conversation

Copy link
Contributor

Copilot AI commented Feb 5, 2026

Updates the Multi-Device Docs Tester agentic workflow to use the Codex engine instead of Claude.

Changes

  • Changed engine.id from claude to codex in workflow frontmatter
  • Removed max-turns configuration (unsupported by Codex engine)
  • Recompiled workflow to regenerate .lock.yml with updated engine configuration
# Before
engine:
  id: claude
  max-turns: 30

# After
engine:
  id: codex

The Codex engine doesn't support turn limits, so the max-turns field was removed during compilation.


💬 We'd love your input! Share your thoughts on Copilot coding agent in our 2 minute survey.

Co-authored-by: lpcox <15877973+lpcox@users.noreply.github.com>
Copilot AI changed the title [WIP] Update Multi-Device Docs Tester workflow to use Codex Switch Multi-Device Docs Tester workflow from Claude to Codex engine Feb 5, 2026
Copilot AI requested a review from lpcox February 5, 2026 17:38
@lpcox lpcox marked this pull request as ready for review February 5, 2026 17:41
Copilot AI review requested due to automatic review settings February 5, 2026 17:41
@lpcox lpcox merged commit aee7f50 into main Feb 5, 2026
@lpcox lpcox deleted the copilot/update-multi-device-docs-tester branch February 5, 2026 17:41
Copy link
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

This PR migrates the Multi-Device Docs Tester agentic workflow from the Claude engine to the Codex engine. The change involves updating engine configuration, removing unsupported parameters, and regenerating the compiled workflow lock file with updated tooling versions.

Changes:

  • Changed engine from claude to codex and removed max-turns configuration (unsupported by Codex)
  • Updated to gh-aw v0.42.2 and awf v0.13.4 with corresponding infrastructure changes
  • Recompiled workflow with engine-specific configuration including Codex CLI, API keys, MCP settings, and firewall images

Reviewed changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.

File Description
.github/workflows/daily-multi-device-docs-tester.md Updated engine frontmatter from claude to codex and removed max-turns parameter
.github/workflows/daily-multi-device-docs-tester.lock.yml Comprehensive regeneration with Codex-specific configuration including CLI installation, secret validation, environment variables, MCP configuration, execution commands, and updated versions

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

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.

2 participants