288 Commits

Author SHA1 Message Date
guanghechen
7aec52ff3e improve: support to customize the spinners (#2397) 2025-07-02 18:54:41 +08:00
doodleEsc
4329ed79f4 feat: enable override prompt templates directory (#2387) 2025-07-02 14:43:17 +08:00
guanghechen
30604304ba improve: support to customize the avanterules directories for project/global (#2392) 2025-07-02 12:17:13 +08:00
Peter Cardenas
7f25a33dbb feat(sidebar): add keymap to navigate between prompts (#2355) 2025-06-28 20:10:07 +08:00
yetone
6d9e0cf119 fix: reduce the context window of copilot (#2350) 2025-06-27 15:39:32 +08:00
yetone
07b703dbd5 fix: ReAct parser (#2330) 2025-06-25 16:55:10 +08:00
yetone
6830f2d8b9 feat: tokens usage (#2300) 2025-06-23 03:13:37 +08:00
hamidi-dev
7daf169228 feat(prompt_logger): Save prompts to disk and add buffer navigation via keymaps (#2075) 2025-06-23 01:20:03 +08:00
yetone
3033556d5b fix: tool calling (#2297) 2025-06-22 21:50:26 +08:00
yetone
fe4f7d836b fix: increase result height (#2282) 2025-06-21 02:11:37 +08:00
yetone
af2eaf797c chores: udpate readme (#2264) 2025-06-19 14:33:50 +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
Brewinski
2675155a76 feat(ui): add configurable keymaps for confirm modal (#2206) 2025-06-12 11:26:58 +08:00
Lujeni
d3c93c0dab fix(docs): deprecated configurations claude (#2168) 2025-06-08 02:09:26 +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
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
Austin Horstman
12bdb66ea4 chore: vim.validate deprecation change (#2162) 2025-06-06 00:29:21 +08:00
yetone
58d08bf0cc fix: history storage path and delete clear memory (#2153) 2025-06-05 00:26:02 +08:00
Eli Oshinsky
16e041ff9a feat: Add auto_approve_tool_permissions config allowing the confirm dialogs to be disabled in agentic mode (#2110)
Co-authored-by: pre-commit-ci-lite[bot] <117423508+pre-commit-ci-lite[bot]@users.noreply.github.com>
2025-06-04 23:02:15 +08:00
yetone
47fa08ee5b fix: gemini generation config (#2133) 2025-06-04 01:57:25 +08:00
yetone
fc0e78e88f fix: gemini ReAct (#2132) 2025-06-04 01:14:06 +08:00
yetone
fe8e34ce86 feat: gemini support ReAct (#2125) 2025-06-03 17:47:09 +08:00
yetone
e9ab2ca2fd refactor: providers config (#2117) 2025-06-03 04:01:01 +08:00
yetone
bc403ddcbf feat: ReAct tool calling (#2104) 2025-05-31 08:53:34 +08:00
yetone
7fd6cf3d64 fix: the foolish copilot/claude-3.7-sonnet is unable to invoke the attempt_completion tool as instructed (#2095) 2025-05-29 03:18:15 +08:00
yetone
697384f1cb fix: add some warning (#2092) 2025-05-27 17:44:56 +08:00
msvechla
2f806ca342 Resolve AWS credentials using default credentials provider chain for Bedrock (#1752) 2025-05-16 11:13:40 +08:00
aniaan
113913355a feat(sidebar): Add option and keymap to start a new chat directly (#2004) 2025-05-07 15:27:50 +08:00
yetone
60897ee9a6 fix: o1 model (#1992) 2025-05-06 19:32:55 +08:00
yetone
a67f3071e4 chores: update default copilot model (#1988) 2025-05-05 17:14:50 +08:00
yetone
32ca1ed38e fix: set default auto suggestions provider to nil (#1951) 2025-05-01 02:50:01 +08:00
doodleEsc
cee31ebb7f feat: allow excluding filetypes from selector autolaunch. (#1937)
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-04-30 03:12:45 +08:00
yetone
f10b8383e3 refactor: history messages (#1934) 2025-04-30 03:07:18 +08:00
Ricardo Maraschini
cff8cbf9c5 feat: add config for ollama keep alive (#1858) 2025-04-17 10:47:51 +08:00
yetone
2f2aaee3b4 fix: only use q to close sidebar (#1884) 2025-04-16 23:43:55 +08:00
Shiwei Ge
4f717e0699 feat: add Bedrock Claude 3.7 Sonnet model configuration (#1860)
Co-authored-by: Shiwei Ge <geshiwei@amazon.com>
2025-04-16 14:38:34 +08:00
yetone
756d1f1e24 feat: universal selector (#1877) 2025-04-15 16:40:47 +08:00
zenk
e295fe82f0 feat(windows): add fillchars option for the windows (#1854)
Co-authored-by: zhangkai.zju <zhangkai.zju@bytedance.com>
2025-04-11 12:28:38 +08:00
yetone
51bad68087 fix: window switch (#1856) 2025-04-11 11:42:55 +08:00
yetone
04336913b3 Revert "fix max_tokens for reasoning models (#1819)" (#1839)
* Revert "fix max_tokens for reasoning models (#1819)"

This reverts commit 1e2e233ff5.

* Revert "fix: revert max_completion_tokens to max_tokens (#1741)"

This reverts commit cd13eeb7d9.

* fix: nvim_version
2025-04-09 16:58:54 +08:00
Jorge Valdez
1fc57ab1ae feat: add support for searxng (#1814)
* Add support for searxng

* body.results not body.web

* type annotation

* update docs
2025-04-09 14:35:42 +08:00
yetone
d5210f4afb fix: ask floating window border (#1837) 2025-04-09 14:30:57 +08:00
Mike Wu
c0d3afe0a4 feat: allow overriding img_paste options (#1827) 2025-04-08 10:46:20 +08:00
yetone
d76a158b61 feat: custom slash commands (#1826) 2025-04-07 22:19:59 +08:00
doodleEsc
1c36cfc812 fix: enhance web search functionality with proxy support (#1823)
* fix: enhance web search functionality with proxy support

- Remove unnecessary blank line in README.md
- Add missing closing details tag in both README.md and README_zh.md
- Add proxy support to the web search engine configuration in config.lua
- Ensure the web search function uses the proxy setting when available in init.lua
- Fix a potential nil access in the response body format check in config.lua

Signed-off-by: 范立洲 <fanlizhou@yunqilaohe.com>

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

---------

Signed-off-by: 范立洲 <fanlizhou@yunqilaohe.com>
Co-authored-by: 范立洲 <fanlizhou@yunqilaohe.com>
Co-authored-by: pre-commit-ci-lite[bot] <117423508+pre-commit-ci-lite[bot]@users.noreply.github.com>
2025-04-07 15:05:22 +08:00
yetone
89a86f0fc1 fix: search engine did not return correctly (#1801) 2025-04-02 20:32:58 +08:00
yetone
0828d32346 fix: AvanteEdit command (#1799) 2025-04-02 16:27:10 +08:00
yetone
46073c0efd feat: aihubmix (#1780)
* feat: aihubmix

* feat: add chinese readme
2025-03-31 18:58:41 +08:00