Switch Multi-Device Docs Tester workflow from Claude to Codex engine#710
Merged
Switch Multi-Device Docs Tester workflow from Claude to Codex engine#710
Conversation
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
Contributor
There was a problem hiding this comment.
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
claudetocodexand removedmax-turnsconfiguration (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.
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.
Updates the Multi-Device Docs Tester agentic workflow to use the Codex engine instead of Claude.
Changes
engine.idfromclaudetocodexin workflow frontmattermax-turnsconfiguration (unsupported by Codex engine).lock.ymlwith updated engine configurationThe Codex engine doesn't support turn limits, so the
max-turnsfield was removed during compilation.💬 We'd love your input! Share your thoughts on Copilot coding agent in our 2 minute survey.