You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add imbi-slackbot service dispatch to the container entrypoint
- Add a 'slackbot' target to env validation and startup (serves on :8004).
- In 'all' mode the bot starts without requiring its vars: it auto-enables
only when ANTHROPIC_API_KEY and the SLACK_* tokens are present, so forcing
them would break Slack-less deployments.
- The standalone 'slackbot' service requires SLACK_APP_TOKEN, SLACK_BOT_TOKEN,
ANTHROPIC_API_KEY, and POSTGRES_URL (it opens the graph), since running it
without them is pointless.
- List slackbot in the unknown-service error messages.
- Document the intentional word-splitting on the sentry-cli upload args.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
0 commit comments