chore(capabilities): pin pluginApi compat baseline, fail CI on host-compat drift#257
chore(capabilities): pin pluginApi compat baseline, fail CI on host-compat drift#257Tet-9 wants to merge 1 commit into
Conversation
|
Important Review skippedAuto reviews are disabled on base/target branches other than the default branch. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Plus Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
e733016 to
2bcb699
Compare
|
@plind-junior , if you could review this |
2bcb699 to
d416e65
Compare
|
@plind-junior , could you kindly check this out now |
|
@plind-junior , guess the whole requirements has been made on it.....now it is finished |
Closes #237
What
kb.capabilities now reports a host_compat block mirroring the openclaw.compat constraints declared in openclaw.plugin.json, so non-OpenClaw clients can detect compat without parsing the manifest.
{
"host_compat": {
"openclaw": {
"pluginApi": ">=2026.4.0"
}
}
}
Changes
Out of scope (per issue)
Multi-host compat matrix beyond OpenClaw - host_compat is structured as {: {...}} so a future host (Cursor, Codex) can register its own compat range under the same block without a schema change.
Checklist