498 Commits

Author SHA1 Message Date
yetone
5e6d3368f7
fix: diff insert (#893) 2024-11-24 05:10:09 +08:00
yetone
67e946ef13
fix: diagnostics lnum starts with 1 (#892) 2024-11-23 23:08:10 +08:00
yetone
9042f5f202
feat: enable diagnostics (#891) 2024-11-23 21:49:33 +08:00
Christopher Brewin
d14b2290d1
fix(sidebar): apply windows.wrap setting to code split and input split (#789) 2024-11-23 20:27:00 +08:00
yetone
9d0e1cd4af
fix: align lua oop (#889) 2024-11-23 20:23:05 +08:00
Christopher Brewin
da41105fc8
fix (sidebar) only display apply ext marks for codeblocks that can be applied (#883) 2024-11-23 12:48:21 +08:00
Shourya Sharma
9d2599df4d
refactor: ♻️ Updated API parsing logic for vertex AI to throw specific error (#887)
Co-authored-by: Shourya Sharma <shourya.sharma@complyadvantage.com>
2024-11-23 12:47:29 +08:00
Will Lynas
341ecd2073
feat: minimal diff (#583)
* Add minimize_diff option and add dummy function

* fix: minimize snippets

---------

Co-authored-by: yetone <yetoneful@gmail.com>
2024-11-21 16:16:32 +08:00
yetone
2863473bbf
fix: do not ignore curl error (#877) 2024-11-20 01:33:28 +08:00
yetone
56ebcad7a8
fix: must not be called in a lua loop (#876) 2024-11-20 01:29:55 +08:00
yetone
5dd42548d4
fix: use relative path (#875) 2024-11-19 23:52:53 +08:00
yetone
3c010e38ac
feat: update copilot model version (#872) 2024-11-19 06:25:17 +08:00
yetone
3beed68157
fix: copilot url join (#871) 2024-11-19 06:20:42 +08:00
yetone
e65be50a0a
fix: claude parse response (#870) 2024-11-19 06:03:03 +08:00
yetone
c551bbe5b6
fix: cmp slash commands disappeared (#869) 2024-11-19 06:01:50 +08:00
yetone
cf2312abbc
fix: provider must be set (#868) 2024-11-19 05:14:04 +08:00
yetone
3b390040f5
refactor: chat history based on project (#867) 2024-11-18 18:07:33 +08:00
Xinyao(Alvin) Sun
87885a4530
fix(docs): correct typo in README and config.lua (#863) 2024-11-18 02:56:20 +08:00
yetone
0b1cd5509e
fix: incorrect filepath (#865) 2024-11-18 02:55:44 +08:00
Xinyao(Alvin) Sun
3051bfdf24
feat: add Dual Boost Mode for Enhanced LLM Responses with Multi-Provider Support (#854) 2024-11-17 15:54:01 +08:00
yetone
9891b03656
fix(openai): user and assistant roles should be alternating (#859) 2024-11-17 03:49:02 +08:00
yetone
ff85b9c1e2
refactor: remove redundant local field to facilitate provider configuration (#858) 2024-11-17 02:55:40 +08:00
yetone
4acdcb6e8b
fix: provider inherited_from (#857) 2024-11-17 01:09:33 +08:00
yetone
dfc51b3247
feat: add url_join (#856) 2024-11-17 00:39:03 +08:00
yetone
a3e5053d55
fix: preset vendors missing many fields (#851) 2024-11-16 02:09:14 +08:00
yetone
7bab283616
fix: auto_apply_diff_after_generation (#849) 2024-11-16 01:02:38 +08:00
Shourya Sharma
839a8ee25a
feat: Added vertex AI provider for orgs using gemini (#840)
Co-authored-by: Shourya Sharma <shourya.sharma@complyadvantage.com>
2024-11-15 00:34:58 +08:00
Christopher Brewin
af33f3a602
fix (sidebar) lock avante input and avante buffers to the sidebar window (#846) 2024-11-15 00:33:27 +08:00
Christopher Brewin
3abdb69fa2
feat(repo-map): configurable negate patterns (#844) 2024-11-14 17:30:00 +08:00
Christopher Brewin
deb3b03826
feat (repo-map) configuration option for repo map ignore patterns (#831) 2024-11-12 00:56:20 +08:00
insects
ecaf850859
fix(compat): filter out non value and not user message (#818)
Co-authored-by: Aaron Pham <Aaronpham0103@gmail.com>
Co-authored-by: Aaron Pham <contact@aarnphm.xyz>
2024-11-07 05:38:56 -05:00
insects
ec9b00db8b
fix(openai): add backward compat for get_user_message (#813)
Co-authored-by: ming.chen <ming.chen@shopee.com>
Co-authored-by: Aaron Pham <Aaronpham0103@gmail.com>
2024-11-07 02:16:19 -05:00
Aaron Pham
b872ac9c12
chore(docs): update correct formatting for dropdown (#817) 2024-11-07 01:15:37 -05:00
Christopher Brewin
c516883b99
fix(copilot): refresh token before sending the request (#791)
Co-authored-by: Aaron Pham <contact@aarnphm.xyz>
2024-11-06 00:07:02 -05:00
yetone
9fbe0256f2
feat: keep the history content in the resp buffer (#807) 2024-11-05 21:02:38 +08:00
Aaron Pham
8699ada7b2
chore(config): add default claude-haiku and claude-opus (closes #774) (#801) 2024-11-04 20:54:33 -05:00
Aaron Pham
16e10c5f88
revert: restore AvanteBuild (fixes #792) (#799) 2024-11-04 20:44:45 -05:00
Maddison Hellstrom
b6f7c193b0
fix: don't try to read non-files (#797)
fixes #796
2024-11-04 13:28:29 -08:00
yetone
5db2a0f92f
fix: filter out empty history (#794) 2024-11-04 16:39:50 +08:00
yetone
1e8abbf798
feat: memory 🧠 (#793) 2024-11-04 16:20:28 +08:00
JIAJUN
58e0165098
feat: add configurable input window height for vertical layout (#773)
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 (#777) 2024-11-03 16:45:44 +08:00
Sayandip Dutta
e3df3b479f
fix(curl): show error when XDG_RUNTIME_DIR not writable (#785) 2024-11-03 16:44:12 +08:00
Maddison Hellstrom
8e8f2c15ab
feat: add windows.ask.focus_on_apply config option (#779) 2024-11-02 18:33:08 +08:00
Maddison Hellstrom
1aa8b03f00
feat: consider config.windows.ask.start_insert for non-floating ask window (#780) 2024-11-02 18:32:36 +08:00
Maddison Hellstrom
19ab7d51d5
feat: override timeoutlen while hovering over diff (#781) 2024-11-02 18:31:54 +08:00
mochi33i
f8d80d87c5
chore: fix 404 url for custom providers comment (#772) 2024-10-30 18:43:57 +08:00
Aaron Pham
4282cda0ac
feat(health): support checkhealth for plugins and providers (#769) 2024-10-29 07:00:05 -04:00
Aaron Pham
5c02a5d846
chore(type): update providers and claude hints (#766) 2024-10-27 02:27:10 -04:00
Aaron Pham
bdbbdec88c
feat(tokenizers): support parsing from public URL (#765) 2024-10-27 02:17:35 -04:00