fix(dashboard): adjust agent Slack overview copy fixes NV-7381#10778
Merged
fix(dashboard): adjust agent Slack overview copy fixes NV-7381#10778
Conversation
…NV-7381 Co-authored-by: Dima Grossman <dima@grossman.io>
✅ Deploy preview added
To edit notification comments on pull requests, go to your Netlify project configuration. |
Contributor
|
Caution Review failedThe pull request is closed. ℹ️ Recent review info⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (1)
📝 WalkthroughWalkthroughUpdates the connected-state overview text in the Slack agent integration guide by removing direct message instructions and refocusing guidance solely on channel invitations for sending and receiving messages. Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~3 minutes Possibly related PRs
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
The Slack integration Overview for connected agents told users they could DM the bot. Direct messages are not supported in the default flow, which led to confusion when the integration looked active but DMs did not work.
Changes
slack-agent-integration-guide.tsxto instruct users to mention the bot in a channel it has been invited to, and removed the DM wording.Testing
Linear Issue: NV-7381
What changed
Updated the Slack integration "Overview" text displayed when the integration is connected. Removed instructions misleadingly suggesting users could DM the bot directly (a flow not supported in the default configuration) and rephrased the guidance to clarify that users should mention the bot in channels where it has been invited. This resolves confusion around the unsupported DM interaction pattern.
Affected areas
dashboard: Updated the connected-state copy in
slack-agent-integration-guide.tsxto provide accurate channel-mention guidance instead of direct message instructions.Testing
No automated tests added—this is a copy-only change. Lint checks on the modified file passed successfully.