From ba56910ff4d5a6bb63cfe632bf333f9a8d60fa62 Mon Sep 17 00:00:00 2001 From: "openclaw-docs-sync[bot]" Date: Sat, 25 Apr 2026 18:58:48 +0000 Subject: [PATCH] chore(sync): mirror docs from openclaw/openclaw@bb2b68b34e30f50c2a3a2443bdacbb9640d69648 --- .openclaw-sync/source.json | 4 ++-- docs/tools/acp-agents.md | 6 ++++-- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/.openclaw-sync/source.json b/.openclaw-sync/source.json index c5692890c..61663e467 100644 --- a/.openclaw-sync/source.json +++ b/.openclaw-sync/source.json @@ -1,5 +1,5 @@ { "repository": "openclaw/openclaw", - "sha": "e9d9726f2d8f51847b3944db0935bd00b7b2130a", - "syncedAt": "2026-04-25T18:55:34.412Z" + "sha": "bb2b68b34e30f50c2a3a2443bdacbb9640d69648", + "syncedAt": "2026-04-25T18:57:18.032Z" } diff --git a/docs/tools/acp-agents.md b/docs/tools/acp-agents.md index 66e1fdfef..478f602d6 100644 --- a/docs/tools/acp-agents.md +++ b/docs/tools/acp-agents.md @@ -329,7 +329,8 @@ Interface details: - `resumeSessionId` (optional): resume an existing ACP session instead of creating a new one. The agent replays its conversation history via `session/load`. Requires `runtime: "acp"`. - `streamTo` (optional): `"parent"` streams initial ACP run progress summaries back to the requester session as system events. - When available, accepted responses include `streamLogPath` pointing to a session-scoped JSONL log (`.acp-stream.jsonl`) you can tail for full relay history. -- `model` (optional): explicit model override for the ACP child session. Honored for `runtime: "acp"` so the child uses the requested model instead of silently falling back to the target agent default. +- `model` (optional): explicit model override for the ACP child session. Honored for `runtime: "acp"` so the child uses the requested model instead of silently falling back to the target agent default. Codex ACP spawns normalize OpenClaw Codex refs such as `openai-codex/gpt-5.4` to Codex ACP startup config before `session/new`; slash forms such as `openai-codex/gpt-5.4/high` also set Codex ACP reasoning effort. +- `thinking` (optional): explicit thinking/reasoning effort for the ACP child session. For Codex ACP, `minimal` maps to low effort, `low`/`medium`/`high`/`xhigh` map directly, and `off` omits the reasoning-effort startup override. ## Delivery model @@ -522,7 +523,8 @@ Notes: Equivalent operations: -- `/acp model ` maps to runtime config key `model`. +- `/acp model ` maps to runtime config key `model`. For Codex ACP, OpenClaw normalizes `openai-codex/` to the adapter model id and maps slash reasoning suffixes such as `openai-codex/gpt-5.4/high` to Codex ACP `reasoning_effort`. +- `/acp set thinking ` maps to runtime config key `thinking`. For Codex ACP, OpenClaw sends the corresponding `reasoning_effort` where the adapter supports one. - `/acp permissions ` maps to runtime config key `approval_policy`. - `/acp timeout ` maps to runtime config key `timeout`. - `/acp cwd ` updates runtime cwd override directly.