Files
Peter Schilling e91cfcfbcc fix: properly link @mentions in comments
When creating or updating comments via the CLI, @mentions like @username
were appearing as plain text rather than being linked to actual users.

This fix:
- Adds a mentions utility that extracts @mentions from text
- Resolves mentioned usernames to user IDs via the Linear API
- Converts text to Prosemirror document format with proper
  suggestion_userMentions nodes that Linear understands
- Uses bodyData instead of body when mentions are present

Fixes #112
2026-02-03 21:00:46 +00:00
..