mirror of
https://github.com/openclaw/openclaw.git
synced 2026-06-30 00:23:36 +00:00
* chore(release): close out 2026.6.10 on main * chore(release): align native app metadata for 2026.6.10 * chore(release): sync Android 2026.6.10 notes * docs(changelog): preserve 2026.6.9 history * docs(changelog): preserve 2026.6.9 history
66 lines
1.6 KiB
JSON
66 lines
1.6 KiB
JSON
{
|
|
"name": "@openclaw/signal",
|
|
"version": "2026.6.10",
|
|
"description": "OpenClaw Signal channel plugin",
|
|
"type": "module",
|
|
"dependencies": {
|
|
"ws": "8.21.0"
|
|
},
|
|
"devDependencies": {
|
|
"@openclaw/plugin-sdk": "workspace:*"
|
|
},
|
|
"openclaw": {
|
|
"extensions": [
|
|
"./index.ts"
|
|
],
|
|
"setupEntry": "./setup-entry.ts",
|
|
"channel": {
|
|
"id": "signal",
|
|
"label": "Signal",
|
|
"selectionLabel": "Signal (signal-cli)",
|
|
"detailLabel": "Signal REST",
|
|
"docsPath": "/channels/signal",
|
|
"docsLabel": "signal",
|
|
"blurb": "signal-cli linked device; more setup (David Reagans: \"Hop on Discord.\").",
|
|
"systemImage": "antenna.radiowaves.left.and.right",
|
|
"markdownCapable": true,
|
|
"cliAddOptions": [
|
|
{
|
|
"flags": "--signal-number <e164>",
|
|
"description": "Signal account number (E.164)"
|
|
},
|
|
{
|
|
"flags": "--http-host <host>",
|
|
"description": "Signal HTTP daemon host"
|
|
},
|
|
{
|
|
"flags": "--http-port <port>",
|
|
"description": "Signal HTTP daemon port"
|
|
}
|
|
]
|
|
},
|
|
"install": {
|
|
"clawhubSpec": "clawhub:@openclaw/signal",
|
|
"npmSpec": "@openclaw/signal",
|
|
"defaultChoice": "npm",
|
|
"minHostVersion": ">=2026.6.9",
|
|
"allowInvalidConfigRecovery": true
|
|
},
|
|
"compat": {
|
|
"pluginApi": ">=2026.6.10"
|
|
},
|
|
"build": {
|
|
"openclawVersion": "2026.6.10",
|
|
"bundledDist": false
|
|
},
|
|
"release": {
|
|
"publishToClawHub": true,
|
|
"publishToNpm": true
|
|
}
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/openclaw/openclaw"
|
|
}
|
|
}
|