mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-29 19:22:35 +00:00
* feat: add otel llm content spans * fix: gate otel tool definitions separately * fix(diagnostics): sanitize tool_call parts and truncate oversized OTEL content attributes * fix: keep otel content truncation parseable * fix: simplify codex model diagnostics * fix(diagnostics): align opt-in GenAI span shape * test(codex): align resume params after rebase * fix(diagnostics): keep model content off shared event bus * test(diagnostics): keep extension tests on sdk boundary --------- Co-authored-by: Alex Knight <15041791+amknight@users.noreply.github.com> Co-authored-by: Vincent Koc <vincentkoc@ieee.org>
Generated Docs Artifacts
SHA-256 hash files are the tracked drift-detection artifacts. The full JSON baselines are generated locally (gitignored) for inspection only.
Tracked (committed to git):
config-baseline.sha256— hashes of config baseline JSON artifacts.plugin-sdk-api-baseline.sha256— hashes of Plugin SDK API baseline artifacts.
Local only (gitignored):
config-baseline.json,config-baseline.core.json,config-baseline.channel.json,config-baseline.plugin.jsonplugin-sdk-api-baseline.json,plugin-sdk-api-baseline.jsonl
Do not edit any of these files by hand.
- Regenerate config baseline:
pnpm config:docs:gen - Validate config baseline:
pnpm config:docs:check - Regenerate Plugin SDK API baseline:
pnpm plugin-sdk:api:gen - Validate Plugin SDK API baseline:
pnpm plugin-sdk:api:check