summaryrefslogtreecommitdiff
path: root/lua/99/extensions/completions.lua
AgeCommit message (Collapse)AuthorFilesLines
13 daysfeat: huge refactor, still broken requestsWayne-Cole1-36/+40
2026-02-27support native completionsStephanie Gredell1-4/+8
2026-02-08Add ability to reference files in prompt bufferStephanie Gredell1-0/+83
- type @ in the prompt to fuzzy-search and reference project files, content gets resolved and injected into LLMcontext - moved completion provider logic out of cmp.lua into agents and files domain modules - added completions registry to support multiple trigger characters (# rules, @ files) - added tests for file discovery, fuzzy matching, and the completions registry