feat: add OpenAI Codex CLI integration support#496
Merged
breaking-brake merged 3 commits intomainbreaking-brake/cc-wf-studio:mainfrom Jan 24, 2026
feat/codex-cli-supportbreaking-brake/cc-wf-studio:feat/codex-cli-supportCopy head branch name to clipboard
Merged
feat: add OpenAI Codex CLI integration support#496breaking-brake merged 3 commits intomainbreaking-brake/cc-wf-studio:mainfrom feat/codex-cli-supportbreaking-brake/cc-wf-studio:feat/codex-cli-supportCopy head branch name to clipboard
breaking-brake merged 3 commits intomainbreaking-brake/cc-wf-studio:mainfrom
feat/codex-cli-supportbreaking-brake/cc-wf-studio:feat/codex-cli-supportCopy head branch name to clipboard
Conversation
- Add Codex Beta toggle in More menu (stores in localStorage)
- Export workflows to .codex/skills/{name}/SKILL.md format
- Sync MCP servers to ~/.codex/config.toml (TOML format)
- Execute skills via `codex "$skill-name"` command
- Add project trust configuration workaround (openai/codex#9752)
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
…upport - Rename github-skill-copy-service to skill-normalization-service - Support .github/skills/ and .codex/skills/ directories - Add skill normalization to Codex CLI and Copilot CLI handlers - Maintain backward compatibility with deprecated aliases Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
- Add Codex CLI to export targets list - Add dedicated OpenAI Codex CLI Support section - Add installation requirements for Copilot and Codex - Update reference numbers for Copilot (※1) and Codex (※2) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Merged
braking-brake-semantic-release Bot
pushed a commit
that referenced
this pull request
Jan 24, 2026
## [3.18.0](v3.17.0...v3.18.0) (2026-01-24) ### Features * add OpenAI Codex CLI integration support ([#496](#496)) ([60d5c96](60d5c96)), closes [openai/codex#9752](openai/codex#9752) ### Improvements * add Codex CLI feature announcement banner ([#497](#497)) ([bf8128a](bf8128a)) * add confirmation dialog for Codex project trust setting ([#499](#499)) ([e5523d5](e5523d5)) * detect skills under .github directory ([#494](#494)) ([eb38d8a](eb38d8a)), closes [#493](#493) [#493](#493) [#6366f1](https://github.com/breaking-brake/cc-wf-studio/issues/6366f1) [#c2410c](https://github.com/breaking-brake/cc-wf-studio/issues/c2410c) * show "Slash Command / Skill" label when Copilot/Codex enabled ([#498](#498)) ([2be7ac6](2be7ac6))
|
🎉 This PR is included in version 3.18.0 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
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.
Summary
Add support for OpenAI Codex CLI integration, allowing users to export and run workflows via Codex CLI alongside existing Claude Code and GitHub Copilot support.
.codex/skills/format~/.codex/config.tomlChanges
New Features
.codex/skills/{name}/SKILL.mdformat$skill-namecommandRefactoring
github-skill-copy-serviceto support multiple source directories (.github/skills/,.codex/skills/, future providers)UI Updates
Documentation
Files Changed
codex-handlers.ts,codex-mcp-sync-service.ts,codex-skill-export-service.ts,terminal-execution-service.tsskill-normalization-service.ts(fromgithub-skill-copy-service.ts)copilot-handlers.ts,export-workflow.ts,open-editor.ts,Toolbar.tsx,MoreActionsDropdown.tsx,vscode-bridge.ts,refinement-store.ts,messages.tsREADME.mdImpact
.codex/skills/in addition to.github/skills/Testing
npm run build)npm run check)Notes
🤖 Generated with Claude Code