summaryrefslogtreecommitdiff
path: root/lua/99/test/agents_spec.lua
AgeCommit message (Collapse)AuthorFilesLines
2026-02-08Fix sentry bugStephanie Gredell1-1/+1
2026-02-08Add ability to reference files in prompt bufferStephanie Gredell1-7/+63
- 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-30oopstheprimeagain1-1/+1
2026-01-27extensions with @ signThePrimeAgain1-1/+13
2026-01-27saving promptThePrimeAgain1-6/+0
2026-01-26different ci for lsp rules and fixed agent testsThePrimeAgain1-85/+42
2026-01-15finding rules doneThePrimeAgain1-12/+44
2026-01-15is_rule for agents workingThePrimeAgain1-0/+17
2026-01-15generation of rules workingThePrimeAgain1-0/+75