chore(sync): mirror docs from openclaw/openclaw@c59fc764db

This commit is contained in:
openclaw-docs-sync[bot] 2026-04-10 22:08:14 +00:00
parent e188340d4c
commit 085818583f
3 changed files with 8 additions and 2 deletions

View File

@ -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"
}

View File

@ -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`

View File

@ -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.