Skip to content

feat(service): add Slack Socket Mode channel - #1127

Merged
edwin-zvs merged 2 commits into
mainfrom
feat-slack-service-channel
Aug 1, 2026
Merged

feat(service): add Slack Socket Mode channel#1127
edwin-zvs merged 2 commits into
mainfrom
feat-slack-service-channel

Conversation

@edwin-zvs

Copy link
Copy Markdown
Contributor

Summary

  • add outbound Slack Socket Mode service channels for app mentions and direct messages
  • route Slack threads through the shared service ingress runtime and post final replies with the bot token
  • add prompt acknowledgement, event deduplication, reconnect backoff, workspace/channel allowlists, and live task reloads
  • keep Slack tokens write-only while exposing credential-presence metadata
  • add Slack channel configuration to the TUI and WebUI
  • record the channel contract in spec 0174

Validation

  • cargo build passes
  • Slack transport, API mock, redaction, service ingress, supervisor, and TUI tests pass
  • embedded WebUI JavaScript parses successfully with Node
  • cargo test --workspace reached 1,305 passing CLI tests, then stopped on color::tests::truecolor_backend_still_emits_rgb; the same test fails unchanged on the top-level main checkout

Slack app setup

Enable Socket Mode, create an app token with connections:write, subscribe to app_mention and message.im, and grant the bot app_mentions:read, im:history, and chat:write.

@edwin-zvs
edwin-zvs merged commit 0cca992 into main Aug 1, 2026
1 of 4 checks passed
@edwin-zvs
edwin-zvs deleted the feat-slack-service-channel branch August 1, 2026 22:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant