mirror of
https://github.com/OpenRouterTeam/spawn.git
synced 2026-04-28 11:59:29 +00:00
feat(openclaw): add channel selection to setup options (#2671)
Add BlueBubbles, Discord, Slack, Signal, and Google Chat to the multi-select setup options for OpenClaw. Selected channels get `enabled: true` stubs written via `openclaw config set`, so the dashboard renders channel cards properly instead of showing "Unsupported type: . Use Raw mode." Channels are gated by enabledSteps — only user-selected channels get stubbed. WhatsApp and Telegram remain in the list as before. Co-authored-by: Claude <claude@anthropic.com> Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
parent
4f4b535c8d
commit
00df240f49
3 changed files with 46 additions and 8 deletions
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@openrouter/spawn",
|
||||
"version": "0.19.2",
|
||||
"version": "0.19.3",
|
||||
"type": "module",
|
||||
"bin": {
|
||||
"spawn": "cli.js"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue