Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

feat: add OpenAI Codex CLI integration support#496

Merged
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
Jan 24, 2026
Merged

feat: add OpenAI Codex CLI integration support#496
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

@breaking-brake
Copy link
Copy Markdown
Owner

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.

  • Export workflows to .codex/skills/ format
  • Run workflows directly via Codex CLI terminal execution
  • Sync MCP server configurations to ~/.codex/config.toml
  • Generalize skill normalization service for multi-provider support

Changes

New Features

  • Codex CLI Export: Export workflows to .codex/skills/{name}/SKILL.md format
  • Codex CLI Run: Execute workflows via Codex CLI with $skill-name command
  • MCP Config Sync: Automatically sync MCP servers to Codex CLI configuration
  • Project Trust: Auto-add project to trusted paths (workaround for Codex does not see project-level skills anymore openai/codex#9752)

Refactoring

  • Skill Normalization Service: Generalized github-skill-copy-service to support multiple source directories (.github/skills/, .codex/skills/, future providers)
  • Integrated skill normalization into Codex CLI and Copilot CLI handlers

UI Updates

  • Added Codex toggle in Toolbar's "More" menu
  • Added Export/Run for Codex CLI buttons when Codex mode is enabled

Documentation

  • Added OpenAI Codex CLI Support section to README
  • Added installation requirements for both Copilot and Codex

Files Changed

Category Files
New Services codex-handlers.ts, codex-mcp-sync-service.ts, codex-skill-export-service.ts, terminal-execution-service.ts
Refactored skill-normalization-service.ts (from github-skill-copy-service.ts)
Updated copilot-handlers.ts, export-workflow.ts, open-editor.ts, Toolbar.tsx, MoreActionsDropdown.tsx, vscode-bridge.ts, refinement-store.ts, messages.ts
Docs README.md

Impact

  • No breaking changes to existing Claude Code or Copilot functionality
  • Codex CLI features are opt-in (disabled by default)
  • Skill normalization now supports .codex/skills/ in addition to .github/skills/

Testing

  • Manual E2E testing: Export for Codex CLI
  • Manual E2E testing: Run for Codex CLI
  • Manual E2E testing: MCP server sync
  • Manual E2E testing: Skill normalization from multiple sources
  • Build verification (npm run build)
  • Code quality checks (npm run check)

Notes

  • Codex CLI support is marked as beta (experimental)
  • Requires Codex CLI to be installed for Run functionality

🤖 Generated with Claude Code

breaking-brake and others added 3 commits January 24, 2026 16:15
- 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>
@breaking-brake breaking-brake merged commit 60d5c96 into main Jan 24, 2026
3 of 4 checks passed
@breaking-brake breaking-brake deleted the feat/codex-cli-support branch January 24, 2026 07:56
@breaking-brake breaking-brake mentioned this pull request Jan 24, 2026
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))
@braking-brake-semantic-release
Copy link
Copy Markdown

🎉 This PR is included in version 3.18.0 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant

Morty Proxy This is a proxified and sanitized view of the page, visit original site.