Add Codex integration and installer support#322
Closed
zm2529 wants to merge 1 commit intomsitarzewski:mainfrom
Closed
Add Codex integration and installer support#322zm2529 wants to merge 1 commit intomsitarzewski:mainfrom
zm2529 wants to merge 1 commit intomsitarzewski:mainfrom
Conversation
This was referenced Mar 27, 2026
Owner
|
Hey @zm2529 — thank you for working on this, and I'm sorry it sat so long without a proper response. That's on me. It turns out four separate PRs came in for Codex integration (#160, #234, #293, #322) — the community clearly wants this! Rather than pick one in isolation, I'm closing all four and asking everyone to collaborate on a single approach in Discussion #206. Please bring your work and ideas to that thread so we can land the best possible integration together. Sorry for the delay: #206 |
5 tasks
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.
What does this PR do?
Adds Codex integration support to The Agency.
This PR includes:
convert.shsupport forcodexinstall.shREADME.md,integrations/README.md, andintegrations/codex/README.mddescription,vibe, and body may be localized, whilenameremains slug-friendly).gitignoreupdates so generated Codex integration output stays localMotivation
Issue #144 requested Codex support. This PR adds the missing conversion and installation flow, aligns the integration with the current tool list, and documents how to use it consistently with the other supported integrations.
Implementation Notes
integrations/codex/skills/<slug>/SKILL.mdagents/openai.yaml.codex/skills/integrations/codex/AGENTS.mdis not committedTesting
Verified locally with:
./scripts/convert.sh --tool codex./scripts/install.sh --tool codex./scripts/convert.sh --tool all --parallelAlso confirmed:
.codex/skills/integrations/codex/AGENTS.mdstays local and is gitignoredFixes #144.
Checklist