openclaw/extensions/codex
Peter Steinberger c757675f34
improve: keep isolated tests under one second (#100019)
* test: speed up isolated test suite

* test: finish isolated latency cleanup

* test: eliminate remaining isolated latency spikes

* test: remove final isolated timing outliers

* test: bound full-suite tooling processes

* test: bound native test process lifetime

* test: warm isolated runtime suites

* test: eliminate final isolated timing outliers

* test: fix isolated timing fixture types

* test: make timeout cleanup timing deterministic

* test: pin media manifests to source checkout

* test: isolate provider manifest contracts

* test: eliminate residual isolated timing spikes

* test: restore final isolated timing fixes

* test: eliminate remaining isolated timing spikes

* test: warm Zalo lifecycle imports

* test: keep isolated suites below one second

* test: use readable browser response fixtures
2026-07-05 10:57:19 -07:00
..
src improve: keep isolated tests under one second (#100019) 2026-07-05 10:57:19 -07:00
doctor-contract-api.test.ts fix(codex): rename destructive approval mode to ask (#98501) 2026-07-01 15:14:55 -07:00
doctor-contract-api.ts feat(codex): add auto plugin approvals (#92625) 2026-06-14 18:00:38 -07:00
harness.test.ts docs: document large extension sources 2026-06-04 21:40:44 -04:00
harness.ts Fix context-engine compaction ownership for Codex sessions (#91590) 2026-06-09 21:33:00 -05:00
index.test.ts feat(codex): share native threads across Codex clients (#99821) 2026-07-04 01:43:21 -07:00
index.ts feat(codex): share native threads across Codex clients (#99821) 2026-07-04 01:43:21 -07:00
media-understanding-provider.test.ts feat: add Codex hosted web search (#93446) 2026-06-16 00:38:16 -06:00
media-understanding-provider.ts feat: add Codex hosted web search (#93446) 2026-06-16 00:38:16 -06:00
npm-shrinkwrap.json chore: update dependencies (#100027) 2026-07-04 14:56:50 -04:00
openclaw.plugin.json feat(codex): share native threads across Codex clients (#99821) 2026-07-04 01:43:21 -07:00
package.json fix(release): block stale Codex runtime pins (#100015) 2026-07-04 15:13:31 -06:00
prompt-overlay-runtime-contract.test.ts docs: document large extension sources 2026-06-04 21:40:44 -04:00
prompt-overlay.ts refactor(codex): drop unused prompt overlay wrapper 2026-06-19 23:51:44 +08:00
provider-catalog.ts feat(openai): add GPT-5.6 series support (#98333) 2026-07-01 06:48:57 +01:00
provider-discovery.ts docs: document codex root plugin modules 2026-06-04 08:16:35 -04:00
provider.test.ts feat(openai): add GPT-5.6 series support (#98333) 2026-07-01 06:48:57 +01:00
provider.ts feat(openai): add GPT-5.6 series support (#98333) 2026-07-01 06:48:57 +01:00
README.md docs(plugins): add npm readmes for channel providers 2026-05-31 20:02:45 +01:00
test-api.ts docs: document codex command helpers 2026-06-04 08:55:39 -04:00
tsconfig.json
web-search-contract-api.ts feat: add Codex hosted web search (#93446) 2026-06-16 00:38:16 -06:00

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.