| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2026-02-28 | fixed up the tests now that treesitter is out | theprimeagain | 1 | -73/+0 | |
| 2026-02-21 | Refactoring of context and request entry into a single thing prompt | theprimeagain | 1 | -5/+0 | |
| 2026-02-08 | Add ability to reference files in prompt buffer | Stephanie Gredell | 1 | -54/+53 | |
| - 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-04 | removed prints and dumb comments | theprimeagain | 1 | -4/+2 | |
| 2026-02-04 | ... did we just go viral | theprimeagain | 1 | -8/+12 | |
| 2026-02-04 | potential fix for github ci | theprimeagain | 1 | -2/+6 | |
| 2026-01-16 | Merge upstream/master - add elixir support | Ramon Asuncion | 2 | -9/+130 | |
| 2026-01-14 | Add elixir fill-in-function tests | Ramon Asuncion | 1 | -1/+1 | |
| 2026-01-14 | Fix tree-sitter install error output in minimal test | Searidang Pa | 1 | -1/+1 | |
| 2026-01-14 | scripts/tests: auto-install optional TS parsers, error only if required missing | Searidang Pa | 1 | -9/+46 | |
| 2026-01-09 | add support for all the languages back | Searidang Pa | 1 | -1/+26 | |
| 2026-01-09 | ci: improve treesitter parser install error output | Searidang Pa | 1 | -16/+29 | |
| 2026-01-09 | make it a bit easier to read | Searidang Pa | 1 | -0/+34 | |
| 2026-01-09 | ci: install parsers into stdpath('data') site | Searidang Pa | 1 | -0/+2 | |
| 2026-01-09 | ci: install tree-sitter parsers in workflow; simplify minimal.vim error | Searidang Pa | 1 | -13/+5 | |
| 2026-01-09 | Run TSInstallSync unconditionally in minimal test setup | Searidang Pa | 1 | -7/+3 | |
| 2026-01-09 | Fix indentation for Treesitter install in minimal test script | Searidang Pa | 1 | -3/+3 | |
| 2026-01-09 | Fix indentation/`end` alignment in minimal Treesitter test script | Searidang Pa | 1 | -1/+1 | |
| 2026-01-09 | test(minimal): drop go parser requirement; always run TSInstallSync | Searidang Pa | 1 | -7/+6 | |
| 2026-01-09 | pin nvim-treesitter in CI | Searidang Pa | 1 | -11/+34 | |
| CI now installs a fixed nvim-treesitter commit and minimal tests only require a small parser set, failing fast with a helpful error if parsers are missing. | |||||
| 2026-01-09 | small bug fixes, format, and tests running | ThePrimeAgain | 1 | -21/+33 | |
| 2026-01-08 | slightly better fill in function prompt and fix | ThePrimeAgain | 1 | -0/+6 | |
| 2026-01-03 | Search plenary plugin from multiple directories | Alexandre de Souza | 1 | -1/+16 | |
| 2025-12-04 | test harness almost in place | ThePrimeAgain | 1 | -0/+5 | |
