summaryrefslogtreecommitdiff
path: root/lua/99/extensions/files/init.lua
AgeCommit message (Collapse)AuthorFilesLines
2026-02-22stuffStephanie Gredell1-8/+12
2026-02-22stuffStephanie Gredell1-2/+7
2026-02-22really need to fix stylua still...Stephanie Gredell1-1/+4
2026-02-22exclude files/paths in .gitinore during completionStephanie Gredell1-1/+55
2026-02-08fix manual entryStephanie Gredell1-3/+19
2026-02-08Add ability to reference files in prompt bufferStephanie Gredell1-0/+282
- 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