Refresh guide for late-April OpenClaw releases#10
Merged
Conversation
Contributor
🤖 Devin AI EngineerI'll be helping with this pull request! Here's what you should know: ✅ I will automatically:
Note: I can only respond to comments from users who have write access to this repository. ⚙️ Control Options:
|
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.
Summary
Refreshes the guide for the late-April OpenClaw release wave, moving the baseline from 2026.4.15 to 2026.4.27 stable with 2026.4.29-beta.1 tracked. This removes stale Claude subscription-era and
/models addadvice, adds a new Part 33 field guide, updates provider/model/memory/security guidance across the existing parts, modernizes example templates for current config/catalog patterns, and addresses review feedback on config consistency and hook wiring completeness.Sources / release notes used during the refresh:
Type of change
Review checklist
markdownlint-cli2andlychee --offlinelocally (CI will also run these)Notes / flagged items
markdownlint-cli2 "**/*.md" "#node_modules"passed locally.lychee --offline --no-progress --verbose --config lychee.toml '**/*.md'passed locally.include_fragmentsas a boolean while local 0.24 expects a string enum; the config now leaves that version-sensitive key unset so both versions can parse it.mkdocs build --strictstill fails on the repo's pre-existing site layout because MkDocs defaults to a missingdocs/directory and does not allowdocs_dir: .; the PR docs-quality checks do not run that Pages workflow on pull requests.Link to Devin session: https://app.devin.ai/sessions/6a8f855a204a46ab9498459a6fa33401
Requested by: @OnlyTerp