summaryrefslogtreecommitdiff
path: root/lua/99/request-context.lua
AgeCommit message (Collapse)AuthorFilesLines
2026-02-21Refactoring of context and request entry into a single thing prompttheprimeagain1-181/+0
2026-02-18Merge pull request #116 from AnthonyPoschen/masterThePrimeagen1-2/+7
Allow prompt temporary directory to be user configurable
2026-02-18Tutorials are ready (ish)theprimeagain1-4/+25
2026-02-17feat: Replace mkdir command to support recursive folder creationAnthony Poschen1-1/+1
2026-02-15better entry point. success still needs worktheprimeagain1-0/+11
2026-02-15the final parts of tutorialtheprimeagain1-34/+2
2026-02-13feat: Add tmp directory which is configurableAnthony Poschen1-1/+6
2026-02-08Merge branch 'master' into back-that-hash-upcodegirl0071-0/+7
2026-02-08Add ability to reference files in prompt bufferStephanie Gredell1-1/+10
- 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-08Wrap vim.uv.fs_mkdir in a pcall and check that the directory exists before ↵Christoffer Winterkvist1-1/+4
calling it
2026-02-08Fix RequestContext failing the first time if tmp directory doesn't existChristoffer Winterkvist1-0/+4
Make sure that the directory exists before trying to save the prompt.
2026-02-08hardcode build as agentRiley Mathews1-1/+0
2026-02-08add configurable agent optionRiley Mathews1-0/+1
2026-01-27saving promptThePrimeAgain1-0/+13
2026-01-26going through to make agents more usefulThePrimeAgain1-0/+1
2026-01-15behaviors still not getting injectedThePrimeAgain1-11/+6
I dont know why... i am going to figure this out... at some point
2026-01-15debugging fill_in_function passing in rulesThePrimeAgain1-6/+15
2026-01-15fill in function and visual (over range) integrated with rulesThePrimeAgain1-0/+1
2026-01-15working through fill in function with prompt and additional rulesThePrimeAgain1-0/+28
2026-01-14fuzzy_find: for agents stuffThePrimeAgain1-64/+61
2026-01-08slightly better fill in function prompt and fixThePrimeAgain1-0/+4
2026-01-01chore: styleThePrimeAgain1-3/+13
2025-12-29fill in function is working and things are nice to report!ThePrimeAgain1-0/+5
2025-12-26worked through the request refactor to contextThePrimeAgain1-0/+4
2025-12-26broke commit: another mid refactor commitThePrimeAgain1-0/+93