Commit Graph

979 Commits

Author SHA1 Message Date
yetone
b558408b5b fix: avoid freeze confirmation window (#2255) 2025-06-18 15:12:16 +08:00
guanghechen
c356fc7ce1 fix: when initialize the avante, dont mark the current buffer as selected if it's a directory path (#2254) 2025-06-18 13:35:37 +08:00
guanghechen
07319d1bd6 feat: show the count of selected files (#2250)
* feat: show the count of selected files

* fix spaces

* tweak title
2025-06-17 23:46:42 +08:00
guanghechen
436a02c355 fix(#2094): fix the path resolving in windows (#2248)
* fix(#2094): fix the path resolving in windows

* fix test case

* tweak test case
2025-06-17 16:55:19 +08:00
Avinash Thakur
cf87220dff docs: fix doc types. Add lua type to opts in readme (#2200)
* docs: fix doc types. Add lua type to `opts` in readme

* [pre-commit.ci lite] apply automatic fixes

* chore: fix type error in sidebar.lua

---------

Co-authored-by: pre-commit-ci-lite[bot] <117423508+pre-commit-ci-lite[bot]@users.noreply.github.com>
2025-06-17 16:09:12 +08:00
Avinash Thakur
b52a89cb08 fix: error when adding files where root != cwd (#2233) 2025-06-17 16:08:15 +08:00
yetone
2ed75a2f97 refactor: rename thinking => think (#2247) 2025-06-17 14:08:03 +08:00
Andre-Philippe Paquet
59ad32efcf fix: don’t execute incomplete streaming commands (#2245) 2025-06-17 10:56:58 +08:00
yetone
320bf2cee1 fix: remove the_diff argument (#2246) 2025-06-17 10:36:31 +08:00
yetone
e8aae6c1dd fix: copilot replace_in_file example (#2239)
Co-authored-by: Andre-Philippe Paquet <appaquet@gmail.com>
2025-06-16 20:40:19 +08:00
yetone
b390bb06e7 fix: check path is nil (#2235) 2025-06-16 12:13:39 +08:00
Neo
fac38af934 feat(sidebar): improve auto-scroll to only trigger when user is at bottom (#2227) 2025-06-16 01:45:49 +08:00
yetone
9e074998ee fix: command not provided (#2231) 2025-06-16 01:30:00 +08:00
yetone
fcf457ed7f fix: refine tools (#2229) 2025-06-16 01:27:39 +08:00
yetone
b8aa182c3f feat: allow empty api_key_name (#2228) 2025-06-15 15:34:26 +08:00
yetone
ad05a802f9 feat: todos (#2184) 2025-06-15 15:10:07 +08:00
yetone
fdf4716ec0 fix: fuzzy match (#2221) 2025-06-13 16:46:55 +08:00
Brewinski
f766b42d85 fix(ui): prevent confirm dialog from closing prematurely on rejection (#2218) 2025-06-13 12:26:25 +08:00
Bryan Vaz
8a64d454ef fix: fixed Clear (#2199)
Co-authored-by: pre-commit-ci-lite[bot] <117423508+pre-commit-ci-lite[bot]@users.noreply.github.com>
2025-06-12 11:29:00 +08:00
Brewinski
2675155a76 feat(ui): add configurable keymaps for confirm modal (#2206) 2025-06-12 11:26:58 +08:00
Brewinski
2030512dfe fix(read-file-or-buf): report error when path is a directory (#2213) 2025-06-12 11:26:26 +08:00
Sam Wall
c7edd87820 fix: opening when buffer has scheme path (#2076)
Co-authored-by: Samuel Wall <me@samuelwall.uk>
2025-06-10 23:39:31 +08:00
yetone
e2b34f6435 fix: save history (#2203) 2025-06-10 15:47:03 +08:00
yetone
f23550bd94 fix: lua style (#2202) 2025-06-10 12:23:24 +08:00
Jiyeol Lee
de8fb58bfa feat: remove history command (#2063)
* feat: remove history command

* Address code review

Co-authored-by: Michael Bøcker-Larsen <247048+mblarsen@users.noreply.github.com>

---------

Co-authored-by: Michael Bøcker-Larsen <247048+mblarsen@users.noreply.github.com>
2025-06-09 19:59:43 +08:00
Lite Ye
0cce955816 fix: set confirm_popup to nil as soon as the callback is called (#2191) 2025-06-09 14:03:46 +08:00
Lite Ye
60209c3d46 fix: only set keymap for the current buffer in replace_in_file (#2190) 2025-06-09 14:03:34 +08:00
Lujeni
d3c93c0dab fix(docs): deprecated configurations claude (#2168) 2025-06-08 02:09:26 +08:00
Avinash Thakur
8396cc77e4 feat: allow overriding provider headers (#2161) 2025-06-08 02:04:00 +08:00
yetone
86489ef2be feat: add auto_check_diagnostics config (#2189) 2025-06-08 02:00:40 +08:00
yetone
574b0d37a3 fix: disable ReAct for gemini (#2188) 2025-06-07 18:06:50 +08:00
yetone
ac5dc900eb fix: updating provider configuration (#2187) 2025-06-07 18:02:35 +08:00
yetone
b7959191a3 fix: claude assistant content cannot end with trailing whitespace (#2186) 2025-06-07 17:18:37 +08:00
yetone
fc0cfb5ec6 fix: streaming diff timestamp map is nil (#2185) 2025-06-07 16:58:30 +08:00
yetone
a2f31bd2e2 fix: updating provider config (#2183) 2025-06-07 16:34:21 +08:00
Bryan Vaz
314be729cf fixes #2154 (#2179) 2025-06-07 14:37:55 +08:00
doodleEsc
2dd4c04088 feat: Enhanced Model Provider Support and Configuration Flexibility For Rag Service (#2056)
Co-authored-by: doodleEsc <cokie@foxmail.com>
Co-authored-by: pre-commit-ci-lite[bot] <117423508+pre-commit-ci-lite[bot]@users.noreply.github.com>
2025-06-06 23:07:07 +08:00
Avinash Thakur
ec0f4f9ae0 feat: allow custom input provider, removing dressing.nvim (#2173)
Co-authored-by: pre-commit-ci-lite[bot] <117423508+pre-commit-ci-lite[bot]@users.noreply.github.com>
Co-authored-by: yetone <yetoneful@gmail.com>
2025-06-06 23:04:35 +08:00
yetone
a537945573 fix: streaming diff debouncing (#2174) 2025-06-06 15:47:31 +08:00
Austin Horstman
12bdb66ea4 chore: vim.validate deprecation change (#2162) 2025-06-06 00:29:21 +08:00
yetone
247fabd694 fix: the issue of losing the last line and diff performance problems when replace_in_file (#2171) 2025-06-06 00:02:58 +08:00
yetone
2813e3ba07 fix: confirm window deletion (#2170) 2025-06-05 23:58:57 +08:00
yetone
a341d1dc0b chores: add error message for provider configuration error (#2169) 2025-06-05 23:02:59 +08:00
yetone
b7a5184219 fix: compatible with the tool use format preferred by gemini (#2160) 2025-06-05 03:12:07 +08:00
yetone
54d2790fe0 fix: ignore errors in is_env_set (#2159) 2025-06-05 02:56:59 +08:00
yetone
801adc4692 feat: delete tool use messages tool (#2158) 2025-06-05 02:51:46 +08:00
yetone
af8d373f22 fix: change view limit (#2157) 2025-06-05 01:45:31 +08:00
Sam Wall
860a479789 feat: add terminal buffers to selected files (#2077)
Co-authored-by: Samuel Wall <me@samuelwall.uk>
2025-06-05 01:42:50 +08:00
yetone
58d08bf0cc fix: history storage path and delete clear memory (#2153) 2025-06-05 00:26:02 +08:00
yetone
9efb9e1029 fix: attempt_completion ignore open command (#2151) 2025-06-05 00:06:49 +08:00