docs(ISI-1646): refresh README/docs/CHANGELOG for 0.7.0 + 0.8.0 - #66
Merged
Conversation
Bring the docs current to `main`. Release framing corrected against the actual tag state (main shipped 0.8.0 today, containing ISI-1605): - README: replace stale "What's New in 0.6.0" with 0.8.0 (ISI-1605 GenAI content keys, ISI-1627 subagent propagation, ISI-1628 compaction) and 0.7.0 (ISI-1318 error_preview) sections; add an Unreleased block for the not-yet-merged ISI-1629 tool-span enrichment; refresh the support matrix. - CHANGELOG: add Unreleased entry for ISI-1629; dedupe doubled ISI-1605 / ISI-1318 lines so they read cleanly. - docs/telemetry/traces.md: document openclaw.tool.error_preview (0.7.0) and the ISI-1629 enrichment keys (marked unreleased). - docs/configuration.md: document the 6th captureContent flag (toolErrorMessages) with its object-only default-on behavior table, plus the gen_ai.* mirrors and size caps. - docs/backends/dynatrace.md: add an AI Observability section covering the gen_ai.* content keys and traceloop.span.kind classifier. Source of truth: ISI-1645 technical change summary, verified against src/semconv.ts, src/config.ts, src/hooks.ts and the released tags. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com> Signed-off-by: Paperclip DevOps Engineer <henrik@perfbytes.com>
|
Bugbot is not enabled for your account, so this pull request was not reviewed. Enable Bugbot in the Cursor dashboard to get automatic reviews on future PRs. |
Owner
Author
|
can you review @copilot ? |
Contributor
Reviewed all five changed files. Here's a summary of what I verified: CHANGELOG.md ✅
README.md ✅
docs/backends/dynatrace.md ✅
docs/configuration.md ✅
docs/telemetry/traces.md ✅
One pre-existing issue (not introduced by this PR): No issues with the changes themselves. LGTM. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Docs v0.7.0 / v0.8.0 refresh (ISI-1646)
Brings README + telemetry docs + CHANGELOG current to
main. Parent: ISI-1642. Authoritative source: ISI-1645 technical change summary, verified againstsrc/semconv.ts,src/config.ts,src/hooks.tsand the released tags.The parent title said "v0.0.8" and ISI-1645 framed ISI-1605 + ISI-1629 as "unreleased / expected 0.8.0". Since then 0.8.0 was tagged today (2026-07-08) and already contains ISI-1605 (plus ISI-1627, ISI-1628). ISI-1629 is still on a feature branch, not merged to
main. This PR documents the true state:error_previewmain)Changes
[Unreleased]entry for ISI-1629; dedupe the doubled ISI-1605 (0.8.0) and ISI-1318 (0.7.0) lines.openclaw.tool.error_preview(0.7.0) and the ISI-1629 enrichment keys (marked unreleased).captureContentflagtoolErrorMessageswith its object-only default-on behavior table, thegen_ai.*mirrors, and the size caps.gen_ai.*content keys and thetraceloop.span.kindclassifier.Verification
mkdocs build --strict— the only 2 warnings are pre-existing onmain(getting-started.md → ../README.md#hooks…andtraces.md:50 → ../../CHANGELOG.md); all new cross-page anchors resolve cleanly.OC_COMPACTION_*env keys documented (those belong to ISI-1628).🤖 Generated with Claude Code