openclaw/extensions/codex
lsr911 f650d641e4
fix(codex): use truncateUtf16Safe in trajectory and client parse log truncation (#102576)
* fix(codex): use truncateUtf16Safe in trajectory and client parse log truncation

Replace naive .slice(0, N) with truncateUtf16Safe() in:
- trajectory.ts: payload redaction display (20k char limit)
- client.ts: parse error log truncation

Co-Authored-By: Claude <noreply@anthropic.com>

* test(codex): cover UTF-16 truncation boundaries

---------

Co-authored-by: Claude <noreply@anthropic.com>
Co-authored-by: Peter Steinberger <steipete@gmail.com>
2026-07-09 10:53:25 +01:00
..
src fix(codex): use truncateUtf16Safe in trajectory and client parse log truncation (#102576) 2026-07-09 10:53:25 +01:00
doctor-contract-api.test.ts fix(codex): migrate retired approval policy 2026-07-08 23:07:20 -07:00
doctor-contract-api.ts fix(codex): migrate retired approval policy 2026-07-08 23:07:20 -07: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(codex): bump app-server to 0.143.0 2026-07-08 23:07:20 -07:00
openclaw.plugin.json Let owner-operated Codex agents use connected account apps (#100973) 2026-07-06 12:31:45 -07:00
package.json chore(codex): bump app-server to 0.143.0 2026-07-08 23:07:20 -07: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 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 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.