Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion fern/docs/integrations/slack.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ Disclaimer: Promptless uses LLMs from OpenAI and Anthropic that have the potenti
</Frame>

<Info title="Understanding Slack Permissions">
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Citation: PR #1866 removes channels:manage and search:read scopes from the marketplace Slack app (see changes in IntegrationsList.tsx and onboarding/slack/page.tsx). The previous Info box mentioned "broader permissions for future features like searching across Slack threads" which is no longer accurate.
View source

Promptless requests broader permissions than it currently uses to support potential future features like searching across Slack threads for relevant context. Currently, Promptless only accesses threads when you explicitly tag @Promptless or use the "Update Docs" message action. Promptless does not actively monitor or read any channels.
By default, Promptless only accesses Slack content when you explicitly trigger it by tagging @Promptless or using the "Update Docs" message action. If you enable passive listening, Promptless monitors only the specific channels you select.
</Info>

4. Verify that Slack is connected in the integrations page.
Expand Down