feat(conversations): add @mentions support#87
Merged
NicholaiVogel merged 1 commit intomainfrom Feb 16, 2026
Merged
Conversation
Add @user, @channel, @here, and @Compass agent mentions to the conversations module. TipTap Mention extension with suggestion popup, message_mentions junction table for efficient querying, push notifications for mentioned users respecting notifyLevel preferences, and edit support with mention re-extraction. Also fix crypto.randomUUID fallback for non-secure contexts.
Deploying with
|
| Status | Name | Latest Commit | Updated (UTC) |
|---|---|---|---|
| ✅ Deployment successful! View logs |
compass | 84b0e29 | Feb 16 2026, 02:18 AM |
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
@user,@channel,@here, and@Compassagent mentions to the conversations modulemessage_mentionsjunction table for efficient "find all messages that mention me" queriesnotifyLevelpreferencescrypto.randomUUIDfallback for non-secure contexts (HTTP localhost)Test plan
@in message composer -- suggestion popup appears with @channel, @here, @Compass, and org users@-- results narrow downmessage_mentionsrows created with correct type/targetIdnotifyLevel: "none"do not receive notifications@hereonly notifies online users;@channelnotifies all members