yetone
26bf8d67e8
fix: failed to rename buffer ( #731 )
2024-10-17 00:36:13 +08:00
yetone
a0d3845bf3
fix: failed to rename buffer ( #730 )
2024-10-16 23:57:40 +08:00
yetone
9907f05fbf
fix: cannot rename buffer ( #729 )
2024-10-16 18:05:19 +08:00
yetone
595ea56fc1
fix: compatible with backquoted returns ( #728 )
2024-10-16 16:23:02 +08:00
yetone
7c83558b37
feat: smart position ( #725 )
2024-10-15 17:12:10 +08:00
yetone
8c28e285ea
perf(sidebar): update the buffer more efficiently ( #724 )
2024-10-15 12:30:20 +08:00
Jakkapat Paijit
86ba5a468b
feat(api): add switch sidebar focus ( #709 )
2024-10-15 11:24:48 +08:00
Maddison Hellstrom
964715be64
feat: floating input ( #721 )
...
* feat: add floating input to ask method
Open a floating input similar to the "edit" input for the "ask" input.
Enabled in config via `Config.windows.ask.floating` or by passing
`{ floating = true }` to the `api.ask` method.
Includes logic to ensure the sidebar uses the correct buffer and selection
if an existing sidebar is open for another code buffer.
Also refactored the `selection` module to extract the floating input
logic into a new `PromptInput` class.
* docs: update config options
* feat: more accurate annotations to prevent user misunderstandings
---------
Co-authored-by: yetone <yetoneful@gmail.com>
2024-10-15 11:22:34 +08:00
yetone
b19573cb2a
feat: write to multiple files ( #720 )
2024-10-14 20:15:11 +08:00
Maddison Hellstrom
347d9be730
feat: allow pressing apply_all mapping anywhere in sidebar ( #528 ) ( #712 )
...
- make apply and apply_all mappings configurable
- fixed bug where apply mapping was not unbound in unbind_apply_key
- allow apply_all mapping to be pressed anywhere in the sidebar
fixes #528
2024-10-12 18:41:08 +08:00
Lucas Pereira
e010c5541e
fix: typos in planning prompt ( #703 )
...
Co-authored-by: Lucas Pereira <lpereira@dickson-constant.com>
2024-10-12 17:16:23 +08:00
Aaron Batilo
f92c3a60f3
fix: support legacy finish_reason ( #706 )
...
Many OpenAI compatible alternative servers are still returning a
`finish_reason` of `eos_token` instead of `stop`. This commit adds
support for that to support more of these servers/options.
2024-10-11 21:46:34 +08:00
yetone
faaa7f223b
fix: keep correct indentation ( #710 )
2024-10-11 21:07:55 +08:00
yetone
134609a04c
fix: only provide suggestions for the selected code ( #702 )
2024-10-10 20:34:20 +08:00
Leiser Fernández Gallo
ec31f348b2
fix(save): schedule save within a loop ( #560 )
2024-10-10 20:04:37 +08:00
yetone
4132485487
fix: stream display replacement content ( #699 )
2024-10-10 05:05:29 +08:00
yetone
3dac407a11
fix: should not get the previous visual selection ( #698 )
2024-10-09 17:16:01 +08:00
yetone
e78f5b28a5
fix: missing breakline in context prompt template ( #690 )
2024-10-08 17:43:21 +08:00
yetone
895b0f4143
fix: get selection range from previous visual mode ( #689 )
2024-10-08 16:29:18 +08:00
Changmin Choi
08bed9e256
Handle backticks before decoding JSON ( #683 )
...
* feat: Clean up full_response before JSON decoding
* fix: make backtick matching more accurate
2024-10-08 16:13:56 +08:00
Huite
2a72dfa711
feat: write curl body to a temporary JSON file ( #673 )
...
* Write curl body to a temporary JSON file.
* Remove temp file after use
* feat: use vim.fn.delete to delete files
---------
Co-authored-by: yetone <yetoneful@gmail.com>
2024-10-07 23:53:18 +08:00
Dennis Dillert
c3848d086c
fix: ensure paths are recreated after calling :AvanteClear to avoid errors ( #678 )
2024-10-05 17:49:15 +08:00
yetone
0705234991
refactor: planning mode user prompt use aider prompt ( #671 )
2024-09-30 19:38:31 +08:00
Sapir Shemer
d74c9d0417
feat: supports openai o1-preview
...
* feat: make O1 models on openai work by handle non-streams & correct
parameters
* chore: set temperature automatically when using o1 models
2024-09-27 21:08:10 +08:00
doodleEsc
e5dc837715
fix: unregister completion source where BufLeave ( #656 )
...
- Add an autocommand to unregister completion sources when leaving the buffer
- Include a description for the new autocommand for better clarity
Co-authored-by: fanlizhou <fanlizhou@yunqilaohe.com>
2024-09-27 20:27:24 +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
22243bc316
feat: silence debug msg ( #636 )
2024-09-26 11:18:40 +08:00
yetone
0d90c047ef
feat: avante repo map rust crate ( #628 )
2024-09-26 03:45:49 +08:00
yetone
a016663cda
fix(sidebar): cmp appears only once ( #629 )
2024-09-25 17:01:10 +08:00
yetone
5aec0ba48b
fix: place the project context and memory context at the forefront ( #619 )
2024-09-23 19:09:04 +08:00
yetone
8e1018fef7
feat: repo map ( #496 )
...
* feat: repo map
* chore: remove breakline
* chore: remove spaces
* fix: golang public method
* feat: mentions for editing input
2024-09-23 18:52:26 +08:00
Evgeny Naumov
8dbfe85dd4
fix(hl): use correct highlighting for inline hints ( #613 )
2024-09-21 14:49:07 +08:00
yetone
8fa2757e1b
feat(planning): supports insert code after line ( #605 )
2024-09-19 10:17:35 +08:00
yetone
20a81b891e
fix(prompts): the key information in the prompts was incorrectly filtered out by jinja ( #603 )
2024-09-18 14:55:31 +08:00
Dennis Dillert
f9520c4fdf
fix(sidebar): escape square brackets ( #591 )
2024-09-15 11:06:50 -04:00
Dennis Dillert
6604d03237
feat(sidebar): enhance pattern matching for local LLM ( closes #588 ) ( #589 )
...
- Extend pattern matching beyond "Replace lines: {{start_line}}-{{end_line}}" to support variations such as:
- Extra whitespace
- Numbered changes
- Optional colons
- Case insensitivity (upper- and lowercase)
- Singular line references
- Add support for indented code snippets, allowing whitespace before code
blocks beginning with three backticks (```)
2024-09-15 10:59:57 -04:00
Dennis Dillert
ff5d27a4cf
fix(sidebar): allow /clear to be run multiple times ( #579 )
2024-09-15 10:56:28 -04:00
Agustín Catellani
bcec0fa194
fix: initialize auto suggestions providers ( closes #571 ) ( #576 )
2024-09-15 10:56:18 -04:00
Anthony Flores
dadf0dc48b
fix: use correct non-nil variables ( closes #568 ) ( #587 )
2024-09-15 10:55:08 -04:00
Evgeny Naumov
de9f36fc2f
fix(hl): use global namespace ( closes #563 ) ( #590 )
...
* add AvantePopupHint and AvanteInlineHint hl groups
* Update lua/avante/sidebar.lua
* chore: update styling
Signed-off-by: Aaron Pham <contact@aarnphm.xyz>
---------
Signed-off-by: Aaron Pham <contact@aarnphm.xyz>
Co-authored-by: Aaron Pham <Aaronpham0103@gmail.com>
Co-authored-by: Aaron Pham <contact@aarnphm.xyz>
2024-09-15 10:53:33 -04:00
Aaron Pham
26fe7b4a10
fix: vim-plug installation ( #595 )
...
Signed-off-by: Aaron Pham <contact@aarnphm.xyz>
2024-09-15 10:44:39 -04:00
Valentin Berlin
cea3dfb85b
Add user option for sidebar window focus mapping ( #585 )
...
* add mappings for window navigation in sidebar
* add new mapping option to readme
* rollback formatitng changes in Readme file
2024-09-15 02:42:55 +08:00
Maddison Hellstrom
932535aa99
fix: use vim.o.lines
/vim.o.columns
when calculating sidebar height/width ( #570 )
2024-09-13 10:53:06 -04:00
yetone
0642905c80
feat: specific provider for auto-suggestions ( #569 )
2024-09-12 14:23:00 +08:00
yetone
7532e590d2
fix: suggestion instantiate ( #554 )
2024-09-08 17:17:52 +08:00
Aaron Pham
7015dde5bf
chore(mapping): add support for toggling suggestion ( #546 )
...
Signed-off-by: Aaron Pham <contact@aarnphm.xyz>
2024-09-06 01:09:02 -04:00
Aaron Pham
e18fd41180
chore(cmd): AvanteChat ( #542 )
...
Signed-off-by: Aaron Pham <contact@aarnphm.xyz>
2024-09-05 02:48:49 -04:00
Aaron Pham
29e109e447
feat(api): support native chat mode ( #541 )
...
Signed-off-by: Aaron Pham <contact@aarnphm.xyz>
2024-09-05 02:43:31 -04:00
Will Lynas
8c021f3691
fix(input): move hints to bottom right ( #533 )
...
Uses vim.fn.winline() to determine correct hint buffer position
2024-09-04 16:27:08 -04:00
Josef Moudrik
bf8a943f45
fix(windows): check nil ( #529 )
...
* small fixes: sidebar: opts.win ~= nil case && bash
- and bash in Makefile (should correspond to she-bang in build.sh)
* fix lua style
2024-09-04 10:34:33 -04:00