summaryrefslogtreecommitdiff
path: root/lua/99/extensions/agents/helpers.lua
AgeCommit message (Collapse)AuthorFilesLines
2026-02-08Add ability to reference files in prompt bufferStephanie Gredell1-1/+7
- 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-01-26different ci for lsp rules and fixed agent testsThePrimeAgain1-26/+10
2026-01-26small renamesThePrimeAgain1-4/+0
2026-01-26going through to make agents more usefulThePrimeAgain1-0/+30
2026-01-15behaviors still not getting injectedThePrimeAgain1-2/+12
I dont know why... i am going to figure this out... at some point
2026-01-15working through fill in function with prompt and additional rulesThePrimeAgain1-0/+35
2026-01-15generation of rules workingThePrimeAgain1-1/+2
2026-01-15autocomplete appearing to workThePrimeAgain1-0/+21