Skip to content

Commit c7b396f

Browse files
authored
Merge pull request #1294 from mnfst/fix/clawhub-compat-field
fix: add openclaw.compat.pluginApi for ClawHub listing
2 parents 500ae45 + 6d53d4e commit c7b396f

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

.changeset/breezy-kiwis-work.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"manifest-provider": patch
3+
---
4+
5+
Add openclaw.compat.pluginApi field for ClawHub listing

packages/openclaw-plugins/manifest-provider/package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,10 @@
2525
"openclaw": {
2626
"extensions": [
2727
"./dist/index.js"
28-
]
28+
],
29+
"compat": {
30+
"pluginApi": ">=2026.2.0"
31+
}
2932
},
3033
"engines": {
3134
"node": ">=20.0.0"

0 commit comments

Comments
 (0)