Commit Graph

7 Commits

Author SHA1 Message Date
Peter Steinberger
3ad11051c3 docs: expand Slack scope notes 2026-01-06 01:52:08 +01:00
Peter Steinberger
3b6b8e7696
Merge branch 'main' into docs/fix-slack-scopes 2026-01-06 00:39:12 +00:00
Peter Steinberger
ab27b98f7b docs: fix front matter + workspace defaults 2026-01-05 22:13:21 +01:00
Manuel Hettich
f1b023dc6c docs(slack): add missing scopes for DM replies
The manifest was missing scopes required for conversations.open API,
which is used to get DM channel IDs for replies.

Added scopes:
- im:write (required for DM replies)
- im:read (list DM conversations)
- mpim:write (reply to multi-person DMs)
- mpim:read (list MPDMs)
- groups:write (private channel interactions)
- groups:read (list private channels)

Without im:write, the example config (dm.enabled: true) cannot
actually reply to DMs - fails with missing_scope error.
2026-01-05 19:14:31 +00:00
Shadow
8c38a7fee8
Slack: add some fixes and connect it all up 2026-01-04 01:53:26 -06:00
Shadow
7701d395e9 Slack: update docs and tool display 2026-01-04 07:22:05 +01:00
Shadow
0085b2e0a9 Slack: refine scopes and onboarding 2026-01-04 07:22:02 +01:00