From b6351735981581e58a318ee4c569e013edee80b4 Mon Sep 17 00:00:00 2001 From: "openclaw-docs-sync[bot]" Date: Wed, 22 Apr 2026 13:01:15 +0000 Subject: [PATCH] chore(sync): mirror docs from openclaw/openclaw@cd41bd1359e87c5c0df29d4a451af1d74dab7043 --- .openclaw-sync/source.json | 4 ++-- docs/providers/openai.md | 2 ++ 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.openclaw-sync/source.json b/.openclaw-sync/source.json index ffa504bd7..3500b50f9 100644 --- a/.openclaw-sync/source.json +++ b/.openclaw-sync/source.json @@ -1,5 +1,5 @@ { "repository": "openclaw/openclaw", - "sha": "16f016f07eaa49f9ced9446de8166fb23026ce99", - "syncedAt": "2026-04-22T10:06:11.258Z" + "sha": "cd41bd1359e87c5c0df29d4a451af1d74dab7043", + "syncedAt": "2026-04-22T13:01:14.599Z" } diff --git a/docs/providers/openai.md b/docs/providers/openai.md index fc4690c68..e0b174802 100644 --- a/docs/providers/openai.md +++ b/docs/providers/openai.md @@ -224,6 +224,8 @@ See [Video Generation](/tools/video-generation) for shared tool parameters, prov OpenClaw adds an OpenAI-specific GPT-5 prompt contribution for `openai/*` and `openai-codex/*` GPT-5-family runs. It lives in the bundled OpenAI plugin, applies to model ids such as `gpt-5`, `gpt-5.2`, `gpt-5.4`, and `gpt-5.4-mini`, and does not apply to older GPT-4.x models. +The bundled native Codex harness provider (`codex/*`) applies the same GPT-5 behavior and heartbeat overlay through Codex app-server developer instructions, so `codex/gpt-5.x` sessions keep the same follow-through and proactive heartbeat guidance even though Codex owns the rest of the harness prompt. + The GPT-5 contribution adds a tagged behavior contract for persona persistence, execution safety, tool discipline, output shape, completion checks, and verification. Channel-specific reply and silent-message behavior stays in the shared OpenClaw system prompt and outbound delivery policy. The GPT-5 guidance is always enabled for matching models. The friendly interaction-style layer is separate and configurable. | Value | Effect |