mirror of
https://github.com/schpet/linear-cli.git
synced 2026-09-14 14:26:50 +08:00
e91cfcfbcc
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