mirror of
https://github.com/qwibitai/nanoclaw.git
synced 2026-06-24 18:31:31 +08:00
a26abd6b6b
setup:auto's Slack flow now asks the delivery mode up front (brightSelect), then collects only the credential that mode needs: - Socket Mode → SLACK_APP_TOKEN (xapp-…); skips the public-URL checklist - Webhook → SLACK_SIGNING_SECRET + the public Request URL checklist (unchanged) add-slack.sh now requires either SLACK_APP_TOKEN or SLACK_SIGNING_SECRET (was: signing secret mandatory) and upserts whichever is present. The adapter already selects the mode from SLACK_APP_TOKEN's presence (this PR) — this is the guided-setup surface for it. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>