Warp terminal integration for OpenAI Codex. This repo is a native Codex plugin marketplace for local/dev and Oz cloud-agent installs.
.agents/plugins/marketplace.json Codex marketplace manifest, name: codex-warp
.github/workflows/test.yml GitHub Actions shell test workflow
plugins/warp/.codex-plugin/plugin.json Warp notification plugin manifest
plugins/warp/hooks/hooks.json Warp notification hook config
plugins/warp/scripts/ Warp notification hook scripts only
plugins/orchestration/.codex-plugin/plugin.json
plugins/orchestration/hooks/hooks.json
plugins/orchestration/scripts/ Oz parent-message listener, drain, and lifecycle scripts
plugins/orchestration/skills/ Oz orchestration skills
tests/test-hooks.sh Shell tests
warp:SessionStart,Stop,PermissionRequest,UserPromptSubmit,PostToolUsenotifications for Warp.orchestration:SessionStart,UserPromptSubmit,PostToolUse,Stop,SessionEndparent-message delivery for Codex child runs, plus Oz skills. Hook commands use${PLUGIN_ROOT}/scripts/....
codex plugin marketplace add .
codex plugin add warp@codex-warp
codex plugin add orchestration@codex-warpFast shell suite:
bash tests/test-hooks.shThis uses a fake oz CLI and a temp CODEX_HOME.
It validates parent-message staging/drain/blocking and plugin manifests.
plugins/warp/scripts/on-session-start.sh emits PLUGIN_VERSION.
Current plugin version: 0.4.0.
Keep it in sync with Warp's Codex plugin manager minimum version.
- Codex CLI with plugin support
jq
MIT — see LICENSE.