feat(compatibility): update OpenClaw version compatibility settings - #911
Open
dailylights wants to merge 1 commit into
Open
feat(compatibility): update OpenClaw version compatibility settings#911dailylights wants to merge 1 commit into
dailylights wants to merge 1 commit into
Conversation
Update compat and build settings to explicitly support OpenClaw versions >=2026.3.13 <2027.0.0, ensuring compatibility with both current stable (v2026.7.1-2) and beta (v2026.7.2-beta.7) versions. Changes: - Updated pluginApi and minGatewayVersion to include upper bound - Updated openclawVersion and pluginSdkVersion to include upper bound - This maintains backward compatibility while allowing newer versions
This was referenced Aug 10, 2026
Author
建议补充完善当前 PR 只更新了 此外, 建议变更: - "openclaw": ">=2026.3.7",
+ "openclaw": ">=2026.3.7 <2027.0.0",- "openclawVersion": ">=2026.3.13 <2027.0.0",
- "pluginSdkVersion": ">=2026.3.13 <2027.0.0",
+ "openclawVersion": "2026.3.13",
+ "pluginSdkVersion": "2026.3.13", |
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.
Overview
Update TencentDB Agent Memory plugin compatibility settings to explicitly support OpenClaw versions >=2026.3.13 <2027.0.0, ensuring compatibility with both current stable and beta versions.
Changes
openclaw.compat.pluginApiandopenclaw.compat.minGatewayVersionto include upper bound<2027.0.0openclaw.build.openclawVersionandopenclaw.build.pluginSdkVersionto include upper boundVersions
Verification
Related