18 Commits

Author SHA1 Message Date
Dmitry Torokhov
4fc83dc308 cleanup: use vim.uv instead of vim.loop everywhere (#2762) 2025-10-15 18:44:40 +08:00
Canopus
4976807a33 fix: thrown error when trying to use codebase with no buffer opened (#1541)
* Fix - Fix thrown error when trying to use @codebase with no buffer opened

* Style - Fix stylua formatting in repo_map and sidebar

* Fix - Restore code selection handling in sidebar
This was a mistake on my part while rushing to make the PR. I deleted an
unrelated commit that got sent by mistake, and during the second review,
I didn't notice that this important code selection functionality was
removed. The code has now been properly restored.
2025-03-10 00:20:43 +08:00
yetone
e93f2426e9 fix: scan directory (#1362) 2025-02-23 18:26:52 +08:00
yetone
f8636315a5 fix: get filetype (#1258) 2025-02-12 22:19:55 +08:00
yetone
29a71b2976 fix: insert conflict contents (#1201) 2025-02-06 22:24:59 +08:00
yetone
1ec12907a2 feat: fetch tool (#1196) 2025-02-06 19:13:47 +08:00
Michael Gendy
4502e3e1f1 feat (file_selector) Add directory selection support to file selector (#954)
Co-authored-by: yetone <yetoneful@gmail.com>
2025-01-30 18:24:46 +08:00
Kostiantyn Sharovarskyi
143519abae feat: Add csharp support to repo_map (#1073) 2025-01-14 20:12:10 +08:00
yetone
9e0b5bf8f1 fix(ci): lua style (#948) 2024-12-13 23:24:29 +08:00
Alexander Muratov
eb1bc657a1 refactor & fix: improve libraries initialization (#921)
* refactor(libs): extract libraries initialization

Extract initialization logic into separate functions
for better error handling and reusability.

* fix(libs): improve core libraries init

This change helps prevent runtime errors from uninitialized libraries.
2024-12-13 23:00:43 +08:00
Radosław Woźniak
890fd92594 feat(repo_map): add elixir support (#894) 2024-11-24 17:29:30 +08:00
Christopher Brewin
3abdb69fa2 feat(repo-map): configurable negate patterns (#844) 2024-11-14 17:30:00 +08:00
Christopher Brewin
deb3b03826 feat (repo-map) configuration option for repo map ignore patterns (#831) 2024-11-12 00:56:20 +08:00
Aaron Pham
bbfc315eed fix: conflict mapping with refresh and repomap (#740) 2024-10-20 22:45:53 -04:00
Ivan Sorokin
bf366f1b73 fix: Improve TS support for @codebase (#735) 2024-10-21 03:43:27 +08:00
teocns
36b23cef16 feat: add repo map display (#727)
Co-authored-by: yetone <yetoneful@gmail.com>
2024-10-18 14:41:40 +08:00
yetone
302f207951 fix(repo-map): do not report errors when encountering unsupported languages (#652) 2024-09-27 02:19:01 +08:00
yetone
0d90c047ef feat: avante repo map rust crate (#628) 2024-09-26 03:45:49 +08:00