360 Commits

Author SHA1 Message Date
yetone
5db2a0f92f
fix: filter out empty history () 2024-11-04 16:39:50 +08:00
yetone
1e8abbf798
feat: memory 🧠 () 2024-11-04 16:20:28 +08:00
JIAJUN
58e0165098
feat: add configurable input window height for vertical layout ()
Co-authored-by: amojury <wujiajun880@gmail.com>
2024-11-03 16:48:37 +08:00
Christopher Brewin
99f3b3ae00
fix(repo-map) go vendor included in repo map causing token limit error () 2024-11-03 16:45:44 +08:00
Sayandip Dutta
e3df3b479f
fix(curl): show error when XDG_RUNTIME_DIR not writable () 2024-11-03 16:44:12 +08:00
Maddison Hellstrom
8e8f2c15ab
feat: add windows.ask.focus_on_apply config option () 2024-11-02 18:33:08 +08:00
Maddison Hellstrom
1aa8b03f00
feat: consider config.windows.ask.start_insert for non-floating ask window () 2024-11-02 18:32:36 +08:00
Maddison Hellstrom
19ab7d51d5
feat: override timeoutlen while hovering over diff () 2024-11-02 18:31:54 +08:00
mochi33i
f8d80d87c5
chore: fix 404 url for custom providers comment () 2024-10-30 18:43:57 +08:00
Aaron Pham
4282cda0ac
feat(health): support checkhealth for plugins and providers () 2024-10-29 07:00:05 -04:00
Aaron Pham
5c02a5d846
chore(type): update providers and claude hints () 2024-10-27 02:27:10 -04:00
Aaron Pham
bdbbdec88c
feat(tokenizers): support parsing from public URL () 2024-10-27 02:17:35 -04:00
Maky
a8e2b9a00c
chore: update to latest claude sonnet 3.5 () 2024-10-23 02:05:52 +08:00
Aaron Pham
bd6ce346c1
fix(copilot): cached tokens to avoid rate limits (closes ) () 2024-10-22 04:37:17 -04:00
Cristian Hernandez
3f947f8deb
fix: diff highlights doesn't reapply in colorscheme change () 2024-10-22 10:42:02 +08:00
Aaron Pham
bbfc315eed
fix: conflict mapping with refresh and repomap () 2024-10-20 22:45:53 -04:00
Ivan Sorokin
bf366f1b73
fix: Improve TS support for @codebase () 2024-10-21 03:43:27 +08:00
João Mendonça
134cf40096
feat: toggle sidebar_header () 2024-10-21 03:42:07 +08:00
Ivan Sorokin
2c33a894bb
fix: add escaping characters to ignore patterns () 2024-10-21 03:27:58 +08:00
teocns
36b23cef16
feat: add repo map display ()
Co-authored-by: yetone <yetoneful@gmail.com>
2024-10-18 14:41:40 +08:00
yetone
26bf8d67e8
fix: failed to rename buffer () 2024-10-17 00:36:13 +08:00
yetone
a0d3845bf3
fix: failed to rename buffer () 2024-10-16 23:57:40 +08:00
yetone
9907f05fbf
fix: cannot rename buffer () 2024-10-16 18:05:19 +08:00
yetone
595ea56fc1
fix: compatible with backquoted returns () 2024-10-16 16:23:02 +08:00
yetone
7c83558b37
feat: smart position () 2024-10-15 17:12:10 +08:00
yetone
8c28e285ea
perf(sidebar): update the buffer more efficiently () 2024-10-15 12:30:20 +08:00
Jakkapat Paijit
86ba5a468b
feat(api): add switch sidebar focus () 2024-10-15 11:24:48 +08:00
Maddison Hellstrom
964715be64
feat: floating input ()
* 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 () 2024-10-14 20:15:11 +08:00
Maddison Hellstrom
347d9be730
feat: allow pressing apply_all mapping anywhere in sidebar () ()
- 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 
2024-10-12 18:41:08 +08:00
Lucas Pereira
e010c5541e
fix: typos in planning prompt ()
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 ()
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 () 2024-10-11 21:07:55 +08:00
yetone
134609a04c
fix: only provide suggestions for the selected code () 2024-10-10 20:34:20 +08:00
Leiser Fernández Gallo
ec31f348b2
fix(save): schedule save within a loop () 2024-10-10 20:04:37 +08:00
yetone
4132485487
fix: stream display replacement content () 2024-10-10 05:05:29 +08:00
yetone
3dac407a11
fix: should not get the previous visual selection () 2024-10-09 17:16:01 +08:00
yetone
e78f5b28a5
fix: missing breakline in context prompt template () 2024-10-08 17:43:21 +08:00
yetone
895b0f4143
fix: get selection range from previous visual mode () 2024-10-08 16:29:18 +08:00
Changmin Choi
08bed9e256
Handle backticks before decoding JSON ()
* 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 ()
* 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 () 2024-10-05 17:49:15 +08:00
yetone
0705234991
refactor: planning mode user prompt use aider prompt () 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 ()
- 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 () 2024-09-27 02:19:01 +08:00
yetone
22243bc316
feat: silence debug msg () 2024-09-26 11:18:40 +08:00
yetone
0d90c047ef
feat: avante repo map rust crate () 2024-09-26 03:45:49 +08:00
yetone
a016663cda
fix(sidebar): cmp appears only once () 2024-09-25 17:01:10 +08:00
yetone
5aec0ba48b
fix: place the project context and memory context at the forefront () 2024-09-23 19:09:04 +08:00