yetone
1cc81b10bf
fix: startinsert in the last col ( #1667 )
2025-03-22 02:20:43 +08:00
yetone
1e1cd1cf78
fix: confirm ui ( #1665 )
2025-03-22 01:57:22 +08:00
yetone
1025d45cfa
fix: result container winbar ( #1664 )
2025-03-22 00:48:59 +08:00
yetone
86b63b2a33
chores: refine ui ( #1663 )
2025-03-22 00:42:20 +08:00
Omar Crespo
d1fa11ec41
fix: claude-text-editor dont change the mod for other providers ( #1656 )
2025-03-21 10:30:44 +08:00
yetone
3a96c1f9c7
fix: do not asynchronously store history messages ( #1654 )
2025-03-20 19:27:32 +08:00
yetone
af372d7328
fix: confirm ux ( #1653 )
2025-03-20 19:00:23 +08:00
yetone
a9ec013f1c
fix: fix code snippets parsing bug in cursor planning mode ( #1651 )
2025-03-20 13:26:00 +08:00
yetone
8c9cd1a7b2
Revert "feat: Allow Chat Sidebar to Replace the Main Window (No Split) ( #1638 )" ( #1648 )
...
This reverts commit 31041f6d65 .
2025-03-20 03:25:08 +08:00
brook hong
31041f6d65
feat: Allow Chat Sidebar to Replace the Main Window (No Split) ( #1638 )
2025-03-20 03:10:54 +08:00
yetone
bfe8404161
fix: treesitter fold ( #1647 )
2025-03-20 03:04:30 +08:00
yetone
1c8cac1958
feat: history manager ( #1644 )
2025-03-19 17:28:05 +08:00
yetone
191d7b8783
feat: claude text editor tool ( #1631 )
2025-03-19 00:09:49 +08:00
brook hong
a8baee4354
fix: header text in case of no nvim-web-devicons setup and show current provider/model in it ( #1617 )
2025-03-18 19:40:50 +08:00
Haaris Rahman
4384a8ddca
fix: use new treesitter syntax for cursor planning ( #1623 )
2025-03-18 10:43:08 +08:00
yetone
540cc53f0c
fix: valid codeblock ( #1616 )
2025-03-17 19:06:40 +08:00
Jaime
f761e83033
fix: update displayed response for the first chunk ( #1594 )
...
If one is using avante.nvim with a non streaming LLM API the API
response will only have a single chunk. So that if we don't update the
displayed_response in the sidebar component, the output of the LLM will
be removed from the sidebar when we complete the interaction with the
LLM.
This commit makes sure that the displayed_response is updated for the
first chunk as well as subsequent ones.
2025-03-17 17:48:32 +08:00
yetone
aaf400a411
fix: parse empty code block in markdown ( #1612 )
2025-03-17 15:03:04 +08:00
yetone
63605a55a3
fix: increase history max_tokens ( #1609 )
2025-03-17 04:38:08 +08:00
yetone
e05312f83b
fix: reset buffer ( #1608 )
2025-03-17 04:05:22 +08:00
yetone
6e77da83c1
fix: better sidebar ( #1603 )
...
* fix: better sidebar
* feat: better msg history
* fix: tests
2025-03-17 01:40:05 +08:00
Kasper Seweryn
c4fa4621fb
fix: remove stale popup buffers ( #1530 )
...
* fix: remove stale popup buffers
* fix: restore the logic for updating the buffer
---------
Co-authored-by: yetone <yetoneful@gmail.com >
2025-03-12 16:43:25 +08:00
yetone
5a1f9fcfb9
fix: trim empty last line ( #1556 )
2025-03-11 15:20:58 +08:00
yetone
558a7bbd38
fix: close_from_input keybinding types ( #1546 )
2025-03-10 15:54:01 +08:00
Jae-Won Chung
9fa2d9e51d
fix: remove sidebar.close_from_input default keybinding ( #1536 )
...
* Remove <c-d> from default insert mode keybinding
* Check `close_from_input ~= nil` before keymap
* Default `close_from_input` to `nil`
* Update README.md keybinding defaults
* Try to pass type check
2025-03-10 15:31:13 +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
05b3b843c8
fix: selected code ( #1542 )
2025-03-10 00:17:24 +08:00
yetone
a0e0924730
feat: carry recently viewed files as context ( #1538 )
2025-03-09 15:42:31 +08:00
yetone
868c136574
refactor: remove use_xml_format ( #1535 )
2025-03-09 14:58:30 +08:00
brook hong
4766e76a31
feat: add key mappings to close sidebar in input_container ( #1494 )
...
* add key mappings to close sidebar in input_container
* add autocmd to enter normal mode on leaving input_container
* add autocmd to enter insert mode on entering input_container
2025-03-08 12:55:13 +08:00
yetone
d75094b815
fix: bedrock ( #1524 )
...
* fix: bedrock
* fix: bad variable name
* fix: missing metatable
2025-03-08 02:17:28 +08:00
yetone
8620ea3e12
refactor: summarize memory ( #1508 )
2025-03-07 00:12:57 +08:00
Jie Liu
3fae794ea8
fix: sub-folder creation on Windows ( #1468 )
2025-03-03 15:08:39 +08:00
Peter Cardenas
ac9d2b3888
feat: disable tools with config ( #1459 )
...
* chore: use missing generic for AvanteLLMToolFunc
* feat: add disabled_tools config
2025-03-02 11:29:23 +08:00
yetone
0d592f440c
Revert "refactor: message content ( #1424 )" ( #1442 )
...
This reverts commit ae8497faf1 .
2025-03-01 13:25:51 +08:00
yetone
ae8497faf1
refactor: message content ( #1424 )
2025-02-28 14:43:39 +08:00
yetone
ebadba7420
fix: claude extended thinking ( #1419 )
2025-02-27 15:21:00 +08:00
yetone
481a44f041
fix: cursor applying diff ( #1387 )
2025-02-25 14:34:26 +08:00
Peter Cardenas
afa674c6fd
chore: prefer not to use function assignment ( #1381 )
2025-02-25 12:08:03 +08:00
yetone
c9134eb8ed
feat: add debug method for cursor applying ( #1375 )
2025-02-25 02:22:25 +08:00
yetone
b627b335dd
feat: add generic type for llm func ( #1373 )
2025-02-24 21:54:36 +08:00
Peter Cardenas
fe496a9573
chore: make tool func type more accurate ( #1369 )
2025-02-24 21:49:06 +08:00
yetone
fd84c91cdb
feat: RAG service ( #1220 )
2025-02-23 01:37:26 +08:00
yetone
b04bffa441
fix: types ( #1344 )
2025-02-22 23:24:20 +08:00
zc he
caa8342508
fix: use tree-sitter-markdown to extract code snippets ( #1315 )
...
Co-authored-by: yetone <yetoneful@gmail.com >
2025-02-21 17:17:12 +08:00
yetone
2ac53d75de
Revert "fix: finally diff in cursor planning mode again ( #1338 )" ( #1339 )
2025-02-21 15:57:13 +08:00
yetone
2550709cd4
fix: finally diff in cursor planning mode again ( #1338 )
2025-02-21 15:04:30 +08:00
yetone
5a2e8760f4
fix: finally diff in cursor planning mode ( #1337 )
2025-02-21 14:42:22 +08:00
yetone
45604b25f8
feat: support edit and retry user request ( #1335 )
2025-02-21 14:00:53 +08:00
yetone
2d8f25efad
fix separator ( #1329 )
2025-02-21 00:53:10 +08:00