Umut Önder
37f4e960ae
chores: remove advertising from commit messages ( #1886 )
...
Co-authored-by: pre-commit-ci-lite[bot] <117423508+pre-commit-ci-lite[bot]@users.noreply.github.com>
2025-04-17 10:47:04 +08:00
Juan Carlos
11348408da
fix: find next on diff view ( #1887 )
2025-04-17 10:46:03 +08:00
yetone
1eb0fd8253
fix: filter out empty filepath snippets ( #1885 )
2025-04-17 00:03:37 +08:00
yetone
2f2aaee3b4
fix: only use q to close sidebar ( #1884 )
2025-04-16 23:43:55 +08:00
yetone
33f95aedde
feat: streaming json parser ( #1883 )
2025-04-16 23:41:38 +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
Markus Koller
284df877a2
Fixes to adjusting window sizes ( #1590 )
2025-04-16 14:26:07 +08:00
Harings Rob
b61e6571f9
fix: run rag service container under x86 architecture ( #1876 )
2025-04-16 14:19:44 +08:00
aniaan
dd83343e53
refactor(Sidebar): Introduce Utils.is_valid_container to simplify container checks ( #1882 )
2025-04-16 14:18:49 +08:00
yetone
54a1df28b6
fix: no nvim_del_namespace ( #1881 )
2025-04-15 20:53:01 +08:00
yetone
c2af77cb3f
fix: missing selected files ( #1880 )
2025-04-15 20:26:04 +08:00
yetone
1fdb1a7b84
fix: send the latest file content each time ( #1879 )
2025-04-15 20:16:13 +08:00
yetone
fdcfda7437
fix: types ( #1878 )
2025-04-15 16:46:29 +08:00
yetone
756d1f1e24
feat: universal selector ( #1877 )
2025-04-15 16:40:47 +08:00
William Kang
0d26590389
docs: Avante Chat History Selector Documentation and Commands ( #1862 )
2025-04-13 21:11:58 +08:00
aniaan
f1abc57ebf
refactor(PromptInput): optimize PromptInput autocmd management ( #1857 )
2025-04-13 21:04:54 +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
9952ad381c
fix: extracting code ( #1855 )
2025-04-11 10:51:17 +08:00
yetone
a95e6602a6
chores: update prompts ( #1853 )
2025-04-11 10:43:48 +08:00
guanghechen
c74ef1b9bc
improve(prompt_input): support to customize the border and body highlight ( #1846 )
2025-04-11 10:20:40 +08:00
guanghechen
f97352e95d
fix(hints-popup): don't show the hints-popup on the terminal buffer ( #1847 )
2025-04-11 10:20:00 +08:00
aniaan
07105d8e31
fix: update autocmd for CursorMoved event in selection.lua ( #1848 )
2025-04-11 10:19:37 +08:00
yetone
7e31317fbc
fix(lint): make neovim 0.11 typecheck happy ( #1844 )
2025-04-10 14:14:47 +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
yetone
87ea15bb94
fix: follow the prev slash command strategy ( #1835 )
2025-04-08 20:01:57 +08:00
yetone
6631b791ee
fix: tool input json parsing ( #1834 )
2025-04-08 19:58:53 +08:00
ecal
77f000f8a8
Close avante sidebar before vimexit (fixes sessions) ( #1803 )
...
* fix: close avante sidebar before vimexit
* [pre-commit.ci lite] apply automatic fixes
---------
Co-authored-by: pre-commit-ci-lite[bot] <117423508+pre-commit-ci-lite[bot]@users.noreply.github.com>
2025-04-08 19:55:08 +08:00
guanghechen
aeb845c6e9
fix(blink.cmp): crash on run slash commands ( #1829 )
...
* fix(blink.cmp): crash on run slash commands
* tweak timeout
2025-04-08 19:46:46 +08:00
yetone
8cca147b94
fix: the editing issue on claude ( #1828 )
2025-04-08 11:26:49 +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
Jae-Won Chung
40ffc0f5fa
Use vim.hl if available ( #1809 )
2025-04-07 15:04:37 +08:00
PSeitz
1e2e233ff5
fix max_tokens for reasoning models ( #1819 )
2025-04-07 13:55:40 +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
06757e8bf5
fix: dispatch agent missing tool histories ( #1794 )
2025-04-01 23:29:51 +08:00
yetone
46073c0efd
feat: aihubmix ( #1780 )
...
* feat: aihubmix
* feat: add chinese readme
2025-03-31 18:58:41 +08:00
yetone
cda98593f9
feat: auto write ( #1779 )
2025-03-31 18:22:01 +08:00
K
25b3956b80
fix(wsl): wsl should prefer the defined shell instead of powershell.exe ( #1766 )
2025-03-30 12:54:40 +08:00
adasauce
484e473a5a
fix: update gemini max_tokens and use 2.0 model ( #1767 )
...
docs ref for max output tokens:
https://ai.google.dev/gemini-api/docs/models#gemini-2.0-flash
Token limits[*]
Input token limit
1,048,576
Output token limit
8,192
2025-03-30 12:53:41 +08:00
yetone
76fd19812e
feat: accept all ( #1764 )
2025-03-30 12:51:15 +08:00
kronion
edf02a7d1f
fix: correct max_tokens for Claude 3.5 Haiku ( #1761 )
...
Co-authored-by: Collin Stedman <2781682+kronion@users.noreply.github.com >
2025-03-29 18:44:35 +08:00
yetone
d698dbe17a
fix: badcase in gpt-4o ( #1757 )
2025-03-28 12:57:49 +08:00
kyrisu
78d6c389b4
feat: add command to include all buffer files in file selector ( #1748 )
2025-03-28 10:24:49 +08:00
yetone
b6000d5bbc
fix: selectively enable text editor tool ( #1747 )
2025-03-28 00:31:57 +08:00
yetone
65d6ffa917
fix: check if nui exists ( #1746 )
2025-03-28 00:23:29 +08:00