From fa8f7c8cd77485385f93f543e30eb42470900408 Mon Sep 17 00:00:00 2001 From: "openclaw-docs-sync[bot]" Date: Sat, 25 Apr 2026 04:58:46 +0000 Subject: [PATCH] chore(sync): mirror docs from openclaw/openclaw@7f6452897e25543c9263b67aabf140379d1c0b0c --- .openclaw-sync/source.json | 4 ++-- docs/reference/transcript-hygiene.md | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.openclaw-sync/source.json b/.openclaw-sync/source.json index 408e07571..2075ee941 100644 --- a/.openclaw-sync/source.json +++ b/.openclaw-sync/source.json @@ -1,5 +1,5 @@ { "repository": "openclaw/openclaw", - "sha": "e31aef7e19df90d7796031119f3e0419c9d0b7d9", - "syncedAt": "2026-04-25T04:56:45.166Z" + "sha": "7f6452897e25543c9263b67aabf140379d1c0b0c", + "syncedAt": "2026-04-25T04:57:18.554Z" } diff --git a/docs/reference/transcript-hygiene.md b/docs/reference/transcript-hygiene.md index b65e913b2..e195150b9 100644 --- a/docs/reference/transcript-hygiene.md +++ b/docs/reference/transcript-hygiene.md @@ -114,9 +114,9 @@ external end-user instructions. - Image sanitization only. - Drop orphaned reasoning signatures (standalone reasoning items without a following content block) for OpenAI Responses/Codex transcripts, and drop replayable OpenAI reasoning after a model route switch. - No tool call id sanitization. -- No tool result pairing repair. +- Tool result pairing repair may move real matched outputs and synthesize Codex-style `aborted` outputs for missing tool calls. - No turn validation or reordering. -- No synthetic tool results. +- Missing OpenAI Responses-family tool outputs are synthesized as `aborted` to match Codex replay normalization. - No thought signature stripping. **Google (Generative AI / Gemini CLI / Antigravity)**