mirror of
http://192.168.0.88:13333/lywsvip/openclaw-zero-token.git
synced 2026-06-05 02:36:17 +08:00
Major upgrade from e26988a38 to upstream v2026.3.28 (f9b107928).
Key changes:
- Upstream src/, ui/, extensions/ (89 bundled extensions)
- Zero-token web providers preserved in src/zero-token/
- AskOnce plugin restored and registered as CLI command
- Added missing packages: @anthropic-ai/vertex-sdk, @modelcontextprotocol/sdk
- Fixed tsconfig rootDir, skipLibCheck for plugin-sdk DTS build
- Added askonce to bundled plugin metadata and package.json exports
- Fixed AskOnce CLI command registration (missing commands metadata)
- Restored AskOnce adapter imports (correct 5-level relative paths)
- Removed stale migration artifacts from root directory
54 lines
1.2 KiB
JSON
54 lines
1.2 KiB
JSON
{
|
|
"name": "@openclaw/matrix",
|
|
"version": "2026.3.28",
|
|
"description": "OpenClaw Matrix channel plugin",
|
|
"type": "module",
|
|
"dependencies": {
|
|
"@matrix-org/matrix-sdk-crypto-nodejs": "^0.4.0",
|
|
"fake-indexeddb": "^6.2.5",
|
|
"markdown-it": "14.1.1",
|
|
"matrix-js-sdk": "41.2.0",
|
|
"music-metadata": "^11.12.3"
|
|
},
|
|
"devDependencies": {
|
|
"openclaw": "workspace:*"
|
|
},
|
|
"peerDependencies": {
|
|
"openclaw": ">=2026.3.28"
|
|
},
|
|
"peerDependenciesMeta": {
|
|
"openclaw": {
|
|
"optional": true
|
|
}
|
|
},
|
|
"openclaw": {
|
|
"extensions": [
|
|
"./index.ts"
|
|
],
|
|
"setupEntry": "./setup-entry.ts",
|
|
"channel": {
|
|
"id": "matrix",
|
|
"label": "Matrix",
|
|
"selectionLabel": "Matrix (plugin)",
|
|
"docsPath": "/channels/matrix",
|
|
"docsLabel": "matrix",
|
|
"blurb": "open protocol; install the plugin to enable.",
|
|
"order": 70,
|
|
"quickstartAllowFrom": true
|
|
},
|
|
"install": {
|
|
"npmSpec": "@openclaw/matrix",
|
|
"localPath": "extensions/matrix",
|
|
"defaultChoice": "npm",
|
|
"minHostVersion": ">=2026.3.28"
|
|
},
|
|
"releaseChecks": {
|
|
"rootDependencyMirrorAllowlist": [
|
|
"@matrix-org/matrix-sdk-crypto-nodejs",
|
|
"matrix-js-sdk",
|
|
"music-metadata"
|
|
]
|
|
}
|
|
}
|
|
}
|