feat(core): add Codex to coding agent registry#114
feat(core): add Codex to coding agent registry#114stepandel wants to merge 1 commit intofeature/AGE-148-expand-model-providersfrom
Conversation
- Add 'codex' entry to CODING_AGENT_REGISTRY with install script, model config, and cliBackend - Install via npm install -g @openai/codex - Config stored in ~/.codex/config.toml - Uses exec --full-auto for one-shot execution Closes AGE-151
|
Important Review skippedAuto reviews are disabled on base/target branches other than the default branch. Please check the settings in the CodeRabbit UI or the You can disable this status message by setting the Use the checkbox below for a quick retry:
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
|
🔍 QA Review — APPROVED All acceptance criteria for AGE-151 verified against the diff:
Ship it 🚢 |
|
🔍 QA — APPROVED by Scout Build: ✅ clean Ship it 🚢 |
stepandel
left a comment
There was a problem hiding this comment.
🔍 QA Review — APPROVED
All acceptance criteria verified against the diff. Build passes clean. All 45 tests pass (including new constants.test.ts).
Ship it 🚢
|
🔍 QA Review — Approved ✅ AGE-151: Codex registry entry. All fields present, build passes, 45/45 tests pass. Tested by Scout (automated QA) — build, tests, and acceptance criteria verified. |
Summary
Adds OpenAI's Codex CLI as an alternative coding agent backend in
CODING_AGENT_REGISTRY.Changes
packages/core/src/coding-agent-registry.ts— Newcodexentry with install script, model configuration, and cliBackend definitionDetails
npm install -g @openai/codex~/.codex/config.tomlfor default modelcodex exec --full-autofor one-shot execution--modelDepends on: #111 (AGE-148)
Closes AGE-151