openclaw/extensions/codex
Peter Steinberger ed28c57e20
fix(codex): validate maintained app-server types (#101726)
Co-authored-by: Vincent Koc <vincentkoc@ieee.org>
2026-07-07 15:48:08 +01:00
..
src fix(codex): validate maintained app-server types (#101726) 2026-07-07 15:48:08 +01:00
doctor-contract-api.test.ts refactor(codex): store app-server thread bindings in SQLite plugin state (#101210) 2026-07-07 03:03:44 +01:00
doctor-contract-api.ts refactor(codex): store app-server thread bindings in SQLite plugin state (#101210) 2026-07-07 03:03:44 +01:00
harness.test.ts refactor(codex): store app-server thread bindings in SQLite plugin state (#101210) 2026-07-07 03:03:44 +01:00
harness.ts refactor(codex): store app-server thread bindings in SQLite plugin state (#101210) 2026-07-07 03:03:44 +01:00
index.test.ts refactor(codex): store app-server thread bindings in SQLite plugin state (#101210) 2026-07-07 03:03:44 +01:00
index.ts refactor(codex): store app-server thread bindings in SQLite plugin state (#101210) 2026-07-07 03:03:44 +01:00
media-understanding-provider.test.ts refactor(codex): keyed turn routing, client-scoped rate limits, and resume subscription safety (#101376) 2026-07-07 07:25:15 +01: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 Let owner-operated Codex agents use connected account apps (#100973) 2026-07-06 12:31:45 -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
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
provider.test.ts fix(codex): honor Pro reasoning effort contracts (#101484) 2026-07-07 03:13:50 -07:00
provider.ts fix(codex): honor Pro reasoning effort contracts (#101484) 2026-07-07 03:13:50 -07:00
README.md
test-api.ts
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.