Versions in this module Expand all Collapse all v0 v0.2.0 May 15, 2026 Changes in this version + func ExtractPartial(input string, cursorPos int) string + func FuzzyMatch(partial string, projectRoot string, maxResults int) []string + func IsMention(token string) bool + type ParseResult struct + CleanInput string + MentionedFiles []string + RawMentions []string + func ParseMentions(input string, projectRoot string) ParseResult