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
3 changes: 2 additions & 1 deletion docs/integrations/slack.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -75,11 +75,12 @@ Codegen only responds when tagged or messaged directly. Use these approaches to
- **Direct Messages:**

- Responds to any DM sent to the Codegen integration for Slack
- Has visibility into previous messages in the conversation (not just threaded replies)
- Codegen only sees messages in the direct message conversation where it has been invited
- This provides a more natural conversation experience as many users don't thread messages in DMs

- **Channel Messages:**
- Responds to any message that @mentions Codegen in channels where the integration for Slack is installed
- Codegen only sees messages in threads that it has been invited into
- Only has visibility into the local context of the thread/conversation
- Sending subsequent messages within a thread routes to the same agent (tag `@codegen` to trigger)
- New messages to `@codegen` in an active thread will interrupt the agent if it's currently working
Expand Down