diff --git a/.openclaw-sync/source.json b/.openclaw-sync/source.json index bfadcfbd7..6f9592b25 100644 --- a/.openclaw-sync/source.json +++ b/.openclaw-sync/source.json @@ -1,5 +1,5 @@ { "repository": "openclaw/openclaw", - "sha": "5275d008ed33203dba3f98e969ad683a65c416c3", - "syncedAt": "2026-04-21T04:42:58.121Z" + "sha": "0da5e0e34e39ba7570bc13c972f2af8ce863233a", + "syncedAt": "2026-04-21T05:15:52.915Z" } diff --git a/docs/providers/openai.md b/docs/providers/openai.md index 82dacc292..8faa40fb0 100644 --- a/docs/providers/openai.md +++ b/docs/providers/openai.md @@ -208,7 +208,7 @@ 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 GPT-5 contribution adds a tagged behavior contract for output shape, tool persistence, dependency checks, parallel lookup, completion checks, verification, and autonomy by default. That guidance is always enabled for matching GPT-5 models. The friendly interaction-style layer is separate and configurable. +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 | | ---------------------- | ------------------------------------------- |