mirror of
https://github.com/openclaw/openclaw.git
synced 2026-04-06 06:41:08 +00:00
* CI: add ClawHub plugin release workflow * CI: harden ClawHub plugin release workflow * CI: finish ClawHub plugin release hardening * CI: watch shared ClawHub release inputs * CI: harden ClawHub publish workflow * CI: watch more ClawHub release deps * CI: match shared release inputs by prefix * CI: pin ClawHub publish source commit * CI: refresh pinned ClawHub release commit * CI: rename ClawHub plugin release environment --------- Co-authored-by: Onur Solmaz <onur@solmaz.io>
32 lines
704 B
JSON
32 lines
704 B
JSON
{
|
|
"name": "@openclaw/memory-lancedb",
|
|
"version": "2026.4.1-beta.1",
|
|
"description": "OpenClaw LanceDB-backed long-term memory plugin with auto-recall/capture",
|
|
"type": "module",
|
|
"dependencies": {
|
|
"@lancedb/lancedb": "^0.27.1",
|
|
"@sinclair/typebox": "0.34.49",
|
|
"openai": "^6.33.0"
|
|
},
|
|
"openclaw": {
|
|
"extensions": [
|
|
"./index.ts"
|
|
],
|
|
"install": {
|
|
"npmSpec": "@openclaw/memory-lancedb",
|
|
"defaultChoice": "npm",
|
|
"minHostVersion": ">=2026.4.1"
|
|
},
|
|
"compat": {
|
|
"pluginApi": ">=2026.4.1"
|
|
},
|
|
"build": {
|
|
"openclawVersion": "2026.4.1"
|
|
},
|
|
"release": {
|
|
"publishToClawHub": true,
|
|
"publishToNpm": true
|
|
}
|
|
}
|
|
}
|