From 085818583fbbbececc1c26b1c288a47b72243ec5 Mon Sep 17 00:00:00 2001 From: "openclaw-docs-sync[bot]" Date: Fri, 10 Apr 2026 22:08:14 +0000 Subject: [PATCH] chore(sync): mirror docs from openclaw/openclaw@c59fc764dbba7dc43de7d369036835c88adb5330 --- .openclaw-sync/source.json | 4 ++-- docs/help/testing.md | 2 ++ docs/plugins/codex-harness.md | 4 ++++ 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/.openclaw-sync/source.json b/.openclaw-sync/source.json index 1581d4e7e..f4a5874c1 100644 --- a/.openclaw-sync/source.json +++ b/.openclaw-sync/source.json @@ -1,5 +1,5 @@ { "repository": "openclaw/openclaw", - "sha": "e22f60faeaafeeb6c54fc41794684c47593e75f7", - "syncedAt": "2026-04-10T21:57:24.490Z" + "sha": "c59fc764dbba7dc43de7d369036835c88adb5330", + "syncedAt": "2026-04-10T22:08:13.689Z" } diff --git a/docs/help/testing.md b/docs/help/testing.md index 4d13ef8fa..d6d594488 100644 --- a/docs/help/testing.md +++ b/docs/help/testing.md @@ -399,6 +399,8 @@ Docker notes: - send a first gateway agent turn to `codex/gpt-5.4` - send a second turn to the same OpenClaw session and verify the app-server thread can resume + - run `/codex status` and `/codex models` through the same gateway command + path - Test: `src/gateway/gateway-codex-harness.live.test.ts` - Enable: `OPENCLAW_LIVE_CODEX_HARNESS=1` - Default model: `codex/gpt-5.4` diff --git a/docs/plugins/codex-harness.md b/docs/plugins/codex-harness.md index 4431f5357..1b849008b 100644 --- a/docs/plugins/codex-harness.md +++ b/docs/plugins/codex-harness.md @@ -438,6 +438,10 @@ normal turns. On the next message, OpenClaw resumes that Codex thread, passes th currently selected OpenClaw `codex/*` model into app-server, and keeps extended history enabled. +The command surface requires Codex app-server `0.118.0` or newer. Individual +control methods are reported as `unsupported by this Codex app-server` if a +future or custom app-server does not expose that JSON-RPC method. + ## Tools, media, and compaction The Codex harness changes the low-level embedded agent executor only.