summaryrefslogtreecommitdiff
path: root/lua/99/extensions/agents
AgeCommit message (Collapse)AuthorFilesLines
2026-02-23docs readme generationtheprimeagain1-0/+1
2026-02-15the final parts of tutorialtheprimeagain1-1/+0
2026-02-14fixing how reading content works so make-prompt can be done easiertheprimeagain1-8/+18
2026-02-08clean up find_rulesStephanie Gredell1-18/+0
2026-02-08Fix sentry bugStephanie Gredell1-2/+2
2026-02-08Add ability to reference files in prompt bufferStephanie Gredell2-11/+60
- 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-27extensions with @ signThePrimeAgain1-6/+9
2026-01-26different ci for lsp rules and fixed agent testsThePrimeAgain2-48/+11
2026-01-26ok, skills-v2 attemptThePrimeAgain1-6/+15
2026-01-26small renamesThePrimeAgain2-6/+44
2026-01-26going through to make agents more usefulThePrimeAgain1-0/+30
2026-01-15final crazy commit ideaThePrimeAgain1-2/+2
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 rulesThePrimeAgain2-12/+45
2026-01-15finding rules doneThePrimeAgain1-0/+35
2026-01-15is_rule for agents workingThePrimeAgain1-0/+17
2026-01-15generation of rules workingThePrimeAgain2-4/+7
2026-01-15autocomplete appearing to workThePrimeAgain2-0/+66