mirror of
https://github.com/openclaw/openclaw.git
synced 2026-07-10 00:11:19 +00:00
* fix(codex): honor timeoutSeconds for dynamic tool calls when timeoutMs is absent * fix(codex): enforce integer timeoutSeconds and cover side-question path * chore(proof): extend codex timeoutSeconds proof to side-question path and fractional rejection * fix(codex): leave headroom when arming watchdog from timeoutSeconds * fix(codex): preserve dynamic tool timeout budgets * test(codex): satisfy dynamic tool response types * test(codex): type structured timeout promise --------- Co-authored-by: Peter Steinberger <steipete@gmail.com> |
||
|---|---|---|
| .. | ||
| src | ||
| doctor-contract-api.test.ts | ||
| doctor-contract-api.ts | ||
| harness.test.ts | ||
| harness.ts | ||
| index.test.ts | ||
| index.ts | ||
| media-understanding-provider.test.ts | ||
| media-understanding-provider.ts | ||
| npm-shrinkwrap.json | ||
| openclaw.plugin.json | ||
| package.json | ||
| prompt-overlay-runtime-contract.test.ts | ||
| prompt-overlay.ts | ||
| provider-catalog.ts | ||
| provider-discovery.ts | ||
| provider.test.ts | ||
| provider.ts | ||
| README.md | ||
| test-api.ts | ||
| tsconfig.json | ||
| web-search-contract-api.ts | ||
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.