openclaw/extensions/codex
2026-06-01 17:33:00 +01:00
..
src fix(codex): abort app-server thread startup cleanly 2026-06-01 17:33:00 +01:00
doctor-contract-api.test.ts
doctor-contract-api.ts chore(lint): enable readability lint rules 2026-05-31 07:17:57 +01:00
harness.test.ts test: keep vitest cases under one second 2026-05-31 06:51:34 +01:00
harness.ts refactor: unify OpenAI provider identity (#88451) 2026-05-31 00:29:44 +01:00
index.test.ts chore(lint): enable stricter oxlint rules 2026-05-31 18:59:02 +01:00
index.ts feat(exec): add normalized auto mode 2026-05-30 00:04:06 +10:00
media-understanding-provider.test.ts test(codex): clean up fake timer spies 2026-06-01 14:57:47 +01:00
media-understanding-provider.ts chore(lint): enable readability lint rules 2026-05-31 07:17:57 +01:00
npm-shrinkwrap.json chore(release): prepare 2026.6.1 2026-06-01 10:30:15 +01:00
openclaw.plugin.json fix(codex): accept first-party OpenAI plugin marketplaces 2026-05-31 11:08:42 +01:00
package.json chore(release): prepare 2026.6.1 2026-06-01 10:30:15 +01:00
prompt-overlay-runtime-contract.test.ts
prompt-overlay.ts
provider-catalog.ts refactor: unify OpenAI provider identity (#88451) 2026-05-31 00:29:44 +01:00
provider-discovery.ts
provider.test.ts chore(lint): enable stricter oxlint rules 2026-05-31 18:59:02 +01:00
provider.ts build: refresh dependency pins (#86628) 2026-05-25 21:55:46 +01:00
README.md docs(plugins): add npm readmes for channel providers 2026-05-31 20:02:45 +01:00
test-api.ts fix(codex): ensure codex subagent bootstrap parity with pi subagents - only inject AGENTS.md and TOOLS.md (#85811) 2026-05-24 02:48:03 +01:00
tsconfig.json

OpenClaw Codex

Official OpenClaw provider and harness plugin for OpenAI Codex app-server integration. It exposes the Codex-managed GPT model catalog and the Codex runtime surfaces used by OpenClaw agents.

Install from OpenClaw:

openclaw plugin add @openclaw/codex

Use this plugin when you want OpenClaw to run Codex-backed model turns, media understanding, and prompt overlays through the Codex app-server harness.