openclaw/extensions/codex
Alberto Gonzalez Trastoy 9f675920bf
fix(codex): stream non-final-answer assistant deltas as partials (#95404)
Merged via squash.

Prepared head SHA: 6ab4d9dcf8
Co-authored-by: agonza1 <16296681+agonza1@users.noreply.github.com>
Co-authored-by: vincentkoc <25068+vincentkoc@users.noreply.github.com>
Reviewed-by: @vincentkoc
2026-06-22 17:38:57 +08:00
..
src fix(codex): stream non-final-answer assistant deltas as partials (#95404) 2026-06-22 17:38:57 +08:00
doctor-contract-api.test.ts feat(codex): add auto plugin approvals (#92625) 2026-06-14 18:00:38 -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: add Codex hosted web search (#93446) 2026-06-16 00:38:16 -06:00
index.ts feat: add Codex hosted web search (#93446) 2026-06-16 00:38:16 -06: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(release): close out 2026.6.9 2026-06-21 12:24:15 +08:00
openclaw.plugin.json feat(codex): support app-server secret refs (#94324) 2026-06-18 20:10:11 -07:00
package.json chore(release): close out 2026.6.9 2026-06-21 12:24:15 +08: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 docs: document codex root plugin modules 2026-06-04 08:16:35 -04:00
provider-discovery.ts docs: document codex root plugin modules 2026-06-04 08:16:35 -04:00
provider.test.ts fix(status): restore Codex synthetic usage line 2026-06-10 01:32:33 +09:00
provider.ts fix(status): restore Codex synthetic usage line 2026-06-10 01:32:33 +09: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.