summaryrefslogtreecommitdiff
path: root/lua/99/extensions/cmp.lua
AgeCommit message (Collapse)AuthorFilesLines
2026-02-27support native completionsStephanie Gredell1-1/+1
2026-02-08Add ability to reference files in prompt bufferStephanie Gredell1-61/+62
- 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
2026-02-04autocomplete perfectiontheprimeagain1-1/+1
2026-01-30oopstheprimeagain1-1/+0
2026-01-27extensions with @ signThePrimeAgain1-3/+6
2026-01-27removed all lsp errorsThePrimeAgain1-27/+5
2026-01-15pr readyThePrimeAgain1-8/+8
2026-01-15crazy idea is "complete" but not battle testedThePrimeAgain1-0/+8
2026-01-15the agent does work!ThePrimeAgain1-2/+8
2026-01-15working through fill in function with prompt and additional rulesThePrimeAgain1-8/+22
2026-01-15autocomplete appearing to workThePrimeAgain1-30/+46
2026-01-15cmp: working through creating a cmp sourceThePrimeAgain1-0/+109